initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / city-raze-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="resizable">False</property>
8     <property name="destroy_with_parent">True</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="outer_hbox">
17             <property name="visible">True</property>
18             <property name="spacing">24</property>
19             <child>
20               <object class="GtkVBox" id="rename_vbox">
21                 <property name="visible">True</property>
22                 <property name="spacing">12</property>
23                 <child>
24                   <object class="GtkLabel" id="label">
25                     <property name="width_request">250</property>
26                     <property name="visible">True</property>
27                     <property name="xalign">0</property>
28                     <property name="yalign">0</property>
29                     <property name="wrap">True</property>
30                   </object>
31                   <packing>
32                     <property name="expand">False</property>
33                     <property name="fill">False</property>
34                     <property name="position">0</property>
35                   </packing>
36                 </child>
37               </object>
38               <packing>
39                 <property name="position">0</property>
40               </packing>
41             </child>
42           </object>
43           <packing>
44             <property name="position">1</property>
45           </packing>
46         </child>
47         <child internal-child="action_area">
48           <object class="GtkHButtonBox" id="dialog-action_area1">
49             <property name="visible">True</property>
50             <property name="layout_style">end</property>
51             <child>
52               <object class="GtkButton" id="close_button">
53                 <property name="label" translatable="yes">_Cancel</property>
54                 <property name="visible">True</property>
55                 <property name="can_focus">False</property>
56                 <property name="receives_default">False</property>
57                 <property name="use_underline">True</property>
58               </object>
59               <packing>
60                 <property name="expand">False</property>
61                 <property name="fill">False</property>
62                 <property name="position">0</property>
63               </packing>
64             </child>
65             <child>
66               <object class="GtkButton" id="accept_button">
67                 <property name="label" translatable="yes">_OK</property>
68                 <property name="visible">True</property>
69                 <property name="can_focus">False</property>
70                 <property name="can_default">True</property>
71                 <property name="has_default">True</property>
72                 <property name="receives_default">False</property>
73                 <property name="use_underline">True</property>
74               </object>
75               <packing>
76                 <property name="expand">False</property>
77                 <property name="fill">False</property>
78                 <property name="position">1</property>
79               </packing>
80             </child>
81           </object>
82           <packing>
83             <property name="expand">False</property>
84             <property name="pack_type">end</property>
85             <property name="position">0</property>
86           </packing>
87         </child>
88       </object>
89     </child>
90     <action-widgets>
91       <action-widget response="-6">close_button</action-widget>
92       <action-widget response="-3">accept_button</action-widget>
93     </action-widgets>
94   </object>
95 </interface>