initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / sage-dialog.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.14"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkDialog" id="dialog">
6     <property name="border_width">6</property>
7     <property name="type_hint">dialog</property>
8     <property name="has_separator">False</property>
9     <child internal-child="vbox">
10       <object class="GtkVBox" id="dialog-vbox">
11         <property name="visible">True</property>
12         <property name="spacing">12</property>
13         <child>
14           <object class="GtkHBox" id="contents_hbox">
15             <property name="visible">True</property>
16             <child>
17               <object class="GtkFrame" id="map_frame">
18                 <property name="visible">True</property>
19                 <property name="label_xalign">0</property>
20                 <property name="label_yalign">0</property>
21                 <child>
22                   <object class="GtkAlignment" id="alignment1">
23                     <property name="visible">True</property>
24                     <child>
25                       <object class="GtkEventBox" id="map_eventbox">
26                         <property name="visible">True</property>
27                         <child>
28                           <object class="GtkImage" id="map_image">
29                             <property name="visible">True</property>
30                             <property name="stock">gtk-missing-image</property>
31                           </object>
32                         </child>
33                       </object>
34                     </child>
35                   </object>
36                 </child>
37               </object>
38               <packing>
39                 <property name="expand">False</property>
40                 <property name="fill">False</property>
41                 <property name="position">0</property>
42               </packing>
43             </child>
44             <child>
45               <object class="GtkVBox" id="contents_vbox">
46                 <property name="visible">True</property>
47                 <property name="spacing">12</property>
48                 <child>
49                   <object class="GtkLabel" id="label">
50                     <property name="visible">True</property>
51                     <property name="xalign">0</property>
52                     <property name="xpad">10</property>
53                     <property name="ypad">10</property>
54                     <property name="label" translatable="yes">The Sage greets you warmly...
55 "Welcome, O seeker of knowledge.
56 I can show thee many things - items, money or maps.
57 What wouldst thou ask of me"</property>
58                     <property name="wrap">True</property>
59                   </object>
60                   <packing>
61                     <property name="expand">False</property>
62                     <property name="fill">False</property>
63                     <property name="position">0</property>
64                   </packing>
65                 </child>
66                 <child>
67                   <object class="GtkScrolledWindow" id="scrolledwindow1">
68                     <property name="visible">True</property>
69                     <property name="can_focus">True</property>
70                     <property name="border_width">10</property>
71                     <property name="shadow_type">in</property>
72                     <child>
73                       <object class="GtkTreeView" id="rewardtreeview">
74                         <property name="visible">True</property>
75                         <property name="can_focus">True</property>
76                         <property name="headers_visible">False</property>
77                       </object>
78                     </child>
79                   </object>
80                   <packing>
81                     <property name="position">1</property>
82                   </packing>
83                 </child>
84               </object>
85               <packing>
86                 <property name="position">1</property>
87               </packing>
88             </child>
89           </object>
90           <packing>
91             <property name="position">1</property>
92           </packing>
93         </child>
94         <child internal-child="action_area">
95           <object class="GtkHButtonBox" id="dialog-action_area1">
96             <property name="visible">True</property>
97             <property name="layout_style">end</property>
98             <child>
99               <object class="GtkButton" id="continue_button">
100                 <property name="label" translatable="yes">_Continue</property>
101                 <property name="visible">True</property>
102                 <property name="can_focus">False</property>
103                 <property name="can_default">True</property>
104                 <property name="has_default">True</property>
105                 <property name="receives_default">False</property>
106                 <property name="use_underline">True</property>
107               </object>
108               <packing>
109                 <property name="expand">False</property>
110                 <property name="fill">False</property>
111                 <property name="position">0</property>
112               </packing>
113             </child>
114           </object>
115           <packing>
116             <property name="expand">False</property>
117             <property name="pack_type">end</property>
118             <property name="position">0</property>
119           </packing>
120         </child>
121       </object>
122     </child>
123     <action-widgets>
124       <action-widget response="-3">continue_button</action-widget>
125     </action-widgets>
126   </object>
127 </interface>