initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / army-gains-level-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="title" translatable="yes">Army Gained Level</property>
8     <property name="type_hint">normal</property>
9     <property name="has_separator">False</property>
10     <child internal-child="vbox">
11       <object class="GtkVBox" id="dialog-vbox">
12         <property name="visible">True</property>
13         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</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="GtkImage" id="hero_image">
20                 <property name="visible">True</property>
21                 <property name="stock">gtk-missing-image</property>
22               </object>
23               <packing>
24                 <property name="position">0</property>
25               </packing>
26             </child>
27             <child>
28               <object class="GtkVBox" id="contents_vbox">
29                 <property name="visible">True</property>
30                 <property name="orientation">vertical</property>
31                 <property name="spacing">12</property>
32                 <child>
33                   <object class="GtkHBox" id="image_hbox">
34                     <property name="visible">True</property>
35                     <child>
36                       <object class="GtkImage" id="image">
37                         <property name="visible">True</property>
38                         <property name="stock">gtk-missing-image</property>
39                       </object>
40                       <packing>
41                         <property name="fill">False</property>
42                         <property name="position">0</property>
43                       </packing>
44                     </child>
45                   </object>
46                   <packing>
47                     <property name="position">0</property>
48                   </packing>
49                 </child>
50                 <child>
51                   <object class="GtkLabel" id="label">
52                     <property name="visible">True</property>
53                     <property name="xalign">0</property>
54                     <property name="wrap">True</property>
55                   </object>
56                   <packing>
57                     <property name="expand">False</property>
58                     <property name="fill">False</property>
59                     <property name="position">1</property>
60                   </packing>
61                 </child>
62                 <child>
63                   <object class="GtkAlignment" id="stats_alignment">
64                     <property name="visible">True</property>
65                     <property name="left_padding">12</property>
66                     <property name="right_padding">12</property>
67                     <child>
68                       <object class="GtkVBox" id="stats_vbox">
69                         <property name="visible">True</property>
70                         <property name="orientation">vertical</property>
71                         <child>
72                           <placeholder/>
73                         </child>
74                         <child>
75                           <placeholder/>
76                         </child>
77                         <child>
78                           <placeholder/>
79                         </child>
80                         <child>
81                           <placeholder/>
82                         </child>
83                         <child>
84                           <placeholder/>
85                         </child>
86                       </object>
87                     </child>
88                   </object>
89                   <packing>
90                     <property name="position">2</property>
91                   </packing>
92                 </child>
93               </object>
94               <packing>
95                 <property name="expand">False</property>
96                 <property name="fill">False</property>
97                 <property name="position">1</property>
98               </packing>
99             </child>
100           </object>
101           <packing>
102             <property name="position">1</property>
103           </packing>
104         </child>
105         <child internal-child="action_area">
106           <object class="GtkHButtonBox" id="dialog-action_area1">
107             <property name="visible">True</property>
108             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property>
109             <property name="layout_style">end</property>
110             <child>
111               <object class="GtkButton" id="choose_button">
112                 <property name="label" translatable="yes">_Choose</property>
113                 <property name="visible">True</property>
114                 <property name="can_focus">False</property>
115                 <property name="can_default">True</property>
116                 <property name="has_default">True</property>
117                 <property name="receives_default">False</property>
118                 <property name="use_underline">True</property>
119               </object>
120               <packing>
121                 <property name="expand">False</property>
122                 <property name="fill">False</property>
123                 <property name="position">0</property>
124               </packing>
125             </child>
126           </object>
127           <packing>
128             <property name="expand">False</property>
129             <property name="pack_type">end</property>
130             <property name="position">0</property>
131           </packing>
132         </child>
133       </object>
134     </child>
135     <action-widgets>
136       <action-widget response="0">choose_button</action-widget>
137     </action-widgets>
138   </object>
139 </interface>