initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / quest-report-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="GtkListStore" id="liststore1"/>
6   <object class="GtkDialog" id="dialog">
7     <property name="border_width">6</property>
8     <property name="title" translatable="yes">Quests Report</property>
9     <property name="type_hint">dialog</property>
10     <property name="has_separator">False</property>
11     <child internal-child="vbox">
12       <object class="GtkVBox" id="dialog-vbox">
13         <property name="visible">True</property>
14         <property name="spacing">12</property>
15         <child>
16           <object class="GtkHBox" id="contents_hbox">
17             <property name="visible">True</property>
18             <child>
19               <object class="GtkFrame" id="map_frame">
20                 <property name="visible">True</property>
21                 <property name="label_xalign">0</property>
22                 <property name="label_yalign">0</property>
23                 <child>
24                   <object class="GtkAlignment" id="alignment1">
25                     <property name="visible">True</property>
26                     <child>
27                       <object class="GtkEventBox" id="map_eventbox">
28                         <property name="visible">True</property>
29                         <child>
30                           <object class="GtkImage" id="map_image">
31                             <property name="visible">True</property>
32                             <property name="stock">gtk-missing-image</property>
33                           </object>
34                         </child>
35                       </object>
36                     </child>
37                   </object>
38                 </child>
39               </object>
40               <packing>
41                 <property name="expand">False</property>
42                 <property name="fill">False</property>
43                 <property name="position">0</property>
44               </packing>
45             </child>
46             <child>
47               <object class="GtkVBox" id="contents_vbox">
48                 <property name="visible">True</property>
49                 <property name="spacing">12</property>
50                 <child>
51                   <object class="GtkVBox" id="heroes_vbox">
52                     <property name="height_request">100</property>
53                     <property name="visible">True</property>
54                     <property name="orientation">vertical</property>
55                     <child>
56                       <object class="GtkLabel" id="hero_label">
57                         <property name="visible">True</property>
58                         <property name="xalign">0</property>
59                         <property name="label" translatable="yes">&lt;b&gt;Hero:&lt;/b&gt;</property>
60                         <property name="use_markup">True</property>
61                       </object>
62                       <packing>
63                         <property name="expand">False</property>
64                         <property name="position">0</property>
65                       </packing>
66                     </child>
67                     <child>
68                       <object class="GtkHBox" id="hbox1">
69                         <property name="visible">True</property>
70                         <child>
71                           <placeholder/>
72                         </child>
73                         <child>
74                           <object class="GtkTreeView" id="heroes_treeview">
75                             <property name="width_request">150</property>
76                             <property name="height_request">100</property>
77                             <property name="visible">True</property>
78                             <property name="can_focus">True</property>
79                             <property name="model">liststore1</property>
80                           </object>
81                           <packing>
82                             <property name="expand">False</property>
83                             <property name="fill">False</property>
84                             <property name="position">1</property>
85                           </packing>
86                         </child>
87                       </object>
88                       <packing>
89                         <property name="position">1</property>
90                       </packing>
91                     </child>
92                   </object>
93                   <packing>
94                     <property name="expand">False</property>
95                     <property name="fill">False</property>
96                     <property name="position">0</property>
97                   </packing>
98                 </child>
99                 <child>
100                   <object class="GtkLabel" id="label">
101                     <property name="visible">True</property>
102                     <property name="xalign">0</property>
103                     <property name="wrap">True</property>
104                   </object>
105                   <packing>
106                     <property name="expand">False</property>
107                     <property name="fill">False</property>
108                     <property name="position">1</property>
109                   </packing>
110                 </child>
111               </object>
112               <packing>
113                 <property name="padding">10</property>
114                 <property name="position">1</property>
115               </packing>
116             </child>
117           </object>
118           <packing>
119             <property name="position">1</property>
120           </packing>
121         </child>
122         <child internal-child="action_area">
123           <object class="GtkHButtonBox" id="dialog-action_area1">
124             <property name="visible">True</property>
125             <property name="layout_style">end</property>
126             <child>
127               <object class="GtkButton" id="continue_button">
128                 <property name="label" translatable="yes">_Continue</property>
129                 <property name="visible">True</property>
130                 <property name="can_focus">False</property>
131                 <property name="can_default">True</property>
132                 <property name="has_default">True</property>
133                 <property name="receives_default">False</property>
134                 <property name="use_underline">True</property>
135               </object>
136               <packing>
137                 <property name="expand">False</property>
138                 <property name="fill">False</property>
139                 <property name="position">0</property>
140               </packing>
141             </child>
142           </object>
143           <packing>
144             <property name="expand">False</property>
145             <property name="pack_type">end</property>
146             <property name="position">0</property>
147           </packing>
148         </child>
149       </object>
150     </child>
151     <action-widgets>
152       <action-widget response="-3">continue_button</action-widget>
153     </action-widgets>
154   </object>
155 </interface>