initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / buy-production-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">Buy Production</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="GtkFrame" id="productions_frame">
25                 <property name="visible">True</property>
26                 <property name="label_xalign">0</property>
27                 <property name="shadow_type">none</property>
28                 <child>
29                   <object class="GtkAlignment" id="productions_alignment">
30                     <property name="visible">True</property>
31                     <property name="top_padding">12</property>
32                     <property name="left_padding">12</property>
33                     <child>
34                       <object class="GtkVBox" id="productions_vbox">
35                         <property name="visible">True</property>
36                         <property name="spacing">18</property>
37                         <child>
38                           <object class="GtkTable" id="production_toggles_table">
39                             <property name="visible">True</property>
40                             <property name="n_rows">2</property>
41                             <property name="n_columns">3</property>
42                             <property name="column_spacing">6</property>
43                             <property name="row_spacing">6</property>
44                             <child>
45                               <placeholder/>
46                             </child>
47                             <child>
48                               <placeholder/>
49                             </child>
50                             <child>
51                               <placeholder/>
52                             </child>
53                             <child>
54                               <placeholder/>
55                             </child>
56                             <child>
57                               <placeholder/>
58                             </child>
59                             <child>
60                               <placeholder/>
61                             </child>
62                           </object>
63                           <packing>
64                             <property name="position">0</property>
65                           </packing>
66                         </child>
67                         <child>
68                           <object class="GtkHBox" id="production_info_hbox">
69                             <property name="visible">True</property>
70                             <property name="spacing">12</property>
71                             <child>
72                               <object class="GtkLabel" id="production_info_label1">
73                                 <property name="visible">True</property>
74                                 <property name="xalign">0</property>
75                               </object>
76                               <packing>
77                                 <property name="expand">False</property>
78                                 <property name="fill">False</property>
79                                 <property name="position">0</property>
80                               </packing>
81                             </child>
82                             <child>
83                               <object class="GtkLabel" id="production_info_label2">
84                                 <property name="visible">True</property>
85                                 <property name="xalign">0</property>
86                               </object>
87                               <packing>
88                                 <property name="expand">False</property>
89                                 <property name="fill">False</property>
90                                 <property name="position">1</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                     </child>
102                   </object>
103                 </child>
104                 <child type="label">
105                   <object class="GtkLabel" id="label1">
106                     <property name="visible">True</property>
107                     <property name="label" translatable="yes">&lt;b&gt;Buy Production&lt;/b&gt;</property>
108                     <property name="use_markup">True</property>
109                   </object>
110                 </child>
111               </object>
112               <packing>
113                 <property name="expand">False</property>
114                 <property name="fill">False</property>
115                 <property name="position">0</property>
116               </packing>
117             </child>
118           </object>
119           <packing>
120             <property name="expand">False</property>
121             <property name="fill">False</property>
122             <property name="position">1</property>
123           </packing>
124         </child>
125         <child internal-child="action_area">
126           <object class="GtkHButtonBox" id="dialog-action_area1">
127             <property name="visible">True</property>
128             <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>
129             <property name="layout_style">end</property>
130             <child>
131               <object class="GtkButton" id="cancel_button">
132                 <property name="label" translatable="yes">_Cancel</property>
133                 <property name="visible">True</property>
134                 <property name="can_focus">True</property>
135                 <property name="has_focus">True</property>
136                 <property name="is_focus">True</property>
137                 <property name="can_default">True</property>
138                 <property name="has_default">True</property>
139                 <property name="receives_default">False</property>
140                 <property name="use_underline">True</property>
141               </object>
142               <packing>
143                 <property name="expand">False</property>
144                 <property name="fill">False</property>
145                 <property name="position">0</property>
146               </packing>
147             </child>
148             <child>
149               <object class="GtkButton" id="buy_button">
150                 <property name="label" translatable="yes">_Buy</property>
151                 <property name="visible">True</property>
152                 <property name="can_focus">False</property>
153                 <property name="receives_default">False</property>
154                 <property name="use_underline">True</property>
155               </object>
156               <packing>
157                 <property name="expand">False</property>
158                 <property name="fill">False</property>
159                 <property name="position">1</property>
160               </packing>
161             </child>
162           </object>
163           <packing>
164             <property name="expand">False</property>
165             <property name="pack_type">end</property>
166             <property name="position">0</property>
167           </packing>
168         </child>
169       </object>
170     </child>
171     <action-widgets>
172       <action-widget response="-6">cancel_button</action-widget>
173       <action-widget response="-3">buy_button</action-widget>
174     </action-widgets>
175   </object>
176 </interface>