initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / disband-stack-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="type_hint">dialog</property>
8     <property name="has_separator">False</property>
9     <child internal-child="vbox">
10       <object class="GtkVBox" id="dialog-vbox">
11         <property name="visible">True</property>
12         <property name="spacing">12</property>
13         <child>
14           <object class="GtkVBox" id="contents_vbox">
15             <property name="visible">True</property>
16             <property name="spacing">12</property>
17             <child>
18               <object class="GtkLabel" id="label">
19                 <property name="visible">True</property>
20                 <property name="xalign">0</property>
21                 <property name="wrap">True</property>
22               </object>
23               <packing>
24                 <property name="expand">False</property>
25                 <property name="fill">False</property>
26                 <property name="position">0</property>
27               </packing>
28             </child>
29           </object>
30           <packing>
31             <property name="expand">False</property>
32             <property name="fill">False</property>
33             <property name="position">1</property>
34           </packing>
35         </child>
36         <child internal-child="action_area">
37           <object class="GtkHButtonBox" id="dialog-action_area1">
38             <property name="visible">True</property>
39             <property name="layout_style">end</property>
40             <child>
41               <object class="GtkButton" id="cancel_button">
42                 <property name="label">_Cancel</property>
43                 <property name="visible">True</property>
44                 <property name="can_focus">False</property>
45                 <property name="receives_default">False</property>
46                 <property name="use_underline">True</property>
47               </object>
48               <packing>
49                 <property name="expand">False</property>
50                 <property name="fill">False</property>
51                 <property name="position">0</property>
52               </packing>
53             </child>
54             <child>
55               <object class="GtkButton" id="accept_button">
56                 <property name="label">_OK</property>
57                 <property name="visible">True</property>
58                 <property name="can_focus">False</property>
59                 <property name="can_default">True</property>
60                 <property name="has_default">True</property>
61                 <property name="receives_default">False</property>
62                 <property name="use_underline">True</property>
63               </object>
64               <packing>
65                 <property name="expand">False</property>
66                 <property name="fill">False</property>
67                 <property name="position">1</property>
68               </packing>
69             </child>
70           </object>
71           <packing>
72             <property name="expand">False</property>
73             <property name="pack_type">end</property>
74             <property name="position">0</property>
75           </packing>
76         </child>
77       </object>
78     </child>
79     <action-widgets>
80       <action-widget response="-6">cancel_button</action-widget>
81       <action-widget response="-3">accept_button</action-widget>
82     </action-widgets>
83   </object>
84 </interface>