initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / editor / select-army-dialog.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
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">Select Army</property>
8     <property name="resizable">False</property>
9     <property name="modal">True</property>
10     <property name="window_position">mouse</property>
11     <property name="destroy_with_parent">True</property>
12     <property name="type_hint">dialog</property>
13     <property name="has_separator">False</property>
14     <child internal-child="vbox">
15       <object class="GtkVBox" id="dialog-vbox">
16         <property name="visible">True</property>
17         <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>
18         <property name="spacing">18</property>
19         <child>
20           <object class="GtkVBox" id="contents_vbox">
21             <property name="visible">True</property>
22             <property name="spacing">12</property>
23             <child>
24               <object class="GtkAlignment" id="armyset_alignment">
25                 <property name="visible">True</property>
26                 <property name="xscale">0</property>
27                 <child>
28                   <placeholder/>
29                 </child>
30               </object>
31               <packing>
32                 <property name="position">0</property>
33               </packing>
34             </child>
35             <child>
36               <object class="GtkVBox" id="army_vbox">
37                 <property name="visible">True</property>
38                 <property name="spacing">18</property>
39                 <child>
40                   <object class="GtkTable" id="army_toggles_table">
41                     <property name="visible">True</property>
42                     <property name="n_rows">2</property>
43                     <property name="n_columns">3</property>
44                     <property name="column_spacing">6</property>
45                     <property name="row_spacing">6</property>
46                     <child>
47                       <placeholder/>
48                     </child>
49                     <child>
50                       <placeholder/>
51                     </child>
52                     <child>
53                       <placeholder/>
54                     </child>
55                     <child>
56                       <placeholder/>
57                     </child>
58                     <child>
59                       <placeholder/>
60                     </child>
61                     <child>
62                       <placeholder/>
63                     </child>
64                   </object>
65                   <packing>
66                     <property name="position">0</property>
67                   </packing>
68                 </child>
69                 <child>
70                   <object class="GtkHBox" id="army_info_hbox">
71                     <property name="visible">True</property>
72                     <property name="spacing">12</property>
73                     <child>
74                       <object class="GtkLabel" id="army_info_label1">
75                         <property name="visible">True</property>
76                         <property name="xalign">0</property>
77                       </object>
78                       <packing>
79                         <property name="expand">False</property>
80                         <property name="fill">False</property>
81                         <property name="position">0</property>
82                       </packing>
83                     </child>
84                     <child>
85                       <object class="GtkLabel" id="army_info_label2">
86                         <property name="visible">True</property>
87                         <property name="xalign">0</property>
88                       </object>
89                       <packing>
90                         <property name="expand">False</property>
91                         <property name="fill">False</property>
92                         <property name="position">1</property>
93                       </packing>
94                     </child>
95                   </object>
96                   <packing>
97                     <property name="expand">False</property>
98                     <property name="fill">False</property>
99                     <property name="position">1</property>
100                   </packing>
101                 </child>
102               </object>
103               <packing>
104                 <property name="position">1</property>
105               </packing>
106             </child>
107           </object>
108           <packing>
109             <property name="expand">False</property>
110             <property name="fill">False</property>
111             <property name="position">1</property>
112           </packing>
113         </child>
114         <child internal-child="action_area">
115           <object class="GtkHButtonBox" id="dialog-action_area1">
116             <property name="visible">True</property>
117             <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>
118             <property name="layout_style">end</property>
119             <child>
120               <object class="GtkButton" id="cancel_button">
121                 <property name="label" translatable="yes">_Cancel</property>
122                 <property name="visible">True</property>
123                 <property name="can_focus">True</property>
124                 <property name="has_focus">True</property>
125                 <property name="is_focus">True</property>
126                 <property name="can_default">True</property>
127                 <property name="has_default">True</property>
128                 <property name="receives_default">False</property>
129                 <property name="use_underline">True</property>
130               </object>
131               <packing>
132                 <property name="expand">False</property>
133                 <property name="fill">False</property>
134                 <property name="position">0</property>
135               </packing>
136             </child>
137             <child>
138               <object class="GtkButton" id="select_button">
139                 <property name="label" translatable="yes">_Select</property>
140                 <property name="visible">True</property>
141                 <property name="can_focus">False</property>
142                 <property name="receives_default">False</property>
143                 <property name="use_underline">True</property>
144               </object>
145               <packing>
146                 <property name="expand">False</property>
147                 <property name="fill">False</property>
148                 <property name="position">1</property>
149               </packing>
150             </child>
151           </object>
152           <packing>
153             <property name="expand">False</property>
154             <property name="pack_type">end</property>
155             <property name="position">0</property>
156           </packing>
157         </child>
158       </object>
159     </child>
160     <action-widgets>
161       <action-widget response="-6">cancel_button</action-widget>
162       <action-widget response="-3">select_button</action-widget>
163     </action-widgets>
164   </object>
165 </interface>