initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / stack-info-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">Stack Info</property>
8     <property name="window_position">center-on-parent</property>
9     <property name="destroy_with_parent">True</property>
10     <property name="type_hint">dialog</property>
11     <property name="has_separator">False</property>
12     <child internal-child="vbox">
13       <object class="GtkVBox" id="dialog-vbox">
14         <property name="visible">True</property>
15         <property name="spacing">12</property>
16         <child>
17           <object class="GtkVBox" id="contents_vbox">
18             <property name="visible">True</property>
19             <property name="spacing">18</property>
20             <child>
21               <object class="GtkFrame" id="stack_frame">
22                 <property name="visible">True</property>
23                 <property name="label_xalign">0</property>
24                 <property name="shadow_type">none</property>
25                 <child>
26                   <object class="GtkAlignment" id="stack_alignment">
27                     <property name="visible">True</property>
28                     <property name="top_padding">12</property>
29                     <property name="left_padding">6</property>
30                     <child>
31                       <object class="GtkTable" id="stack_table">
32                         <property name="visible">True</property>
33                         <property name="n_columns">6</property>
34                         <property name="column_spacing">12</property>
35                         <property name="row_spacing">8</property>
36                         <child>
37                           <placeholder/>
38                         </child>
39                         <child>
40                           <placeholder/>
41                         </child>
42                         <child>
43                           <placeholder/>
44                         </child>
45                         <child>
46                           <placeholder/>
47                         </child>
48                         <child>
49                           <placeholder/>
50                         </child>
51                         <child>
52                           <placeholder/>
53                         </child>
54                       </object>
55                     </child>
56                   </object>
57                 </child>
58                 <child type="label">
59                   <object class="GtkLabel" id="label1">
60                     <property name="visible">True</property>
61                     <property name="label" translatable="yes">&lt;b&gt;Stack&lt;/b&gt;</property>
62                     <property name="use_markup">True</property>
63                   </object>
64                 </child>
65               </object>
66               <packing>
67                 <property name="position">0</property>
68               </packing>
69             </child>
70             <child>
71               <object class="GtkHBox" id="hbox1">
72                 <property name="visible">True</property>
73                 <property name="spacing">12</property>
74                 <child>
75                   <object class="GtkButton" id="ungroup_button">
76                     <property name="label" translatable="yes">_Ungroup</property>
77                     <property name="visible">True</property>
78                     <property name="can_focus">True</property>
79                     <property name="receives_default">False</property>
80                     <property name="use_underline">True</property>
81                   </object>
82                   <packing>
83                     <property name="expand">False</property>
84                     <property name="fill">False</property>
85                     <property name="pack_type">end</property>
86                     <property name="position">1</property>
87                   </packing>
88                 </child>
89                 <child>
90                   <object class="GtkButton" id="group_button">
91                     <property name="label" translatable="yes">_Group</property>
92                     <property name="visible">True</property>
93                     <property name="can_focus">True</property>
94                     <property name="receives_default">False</property>
95                     <property name="use_underline">True</property>
96                   </object>
97                   <packing>
98                     <property name="expand">False</property>
99                     <property name="fill">False</property>
100                     <property name="pack_type">end</property>
101                     <property name="position">0</property>
102                   </packing>
103                 </child>
104               </object>
105               <packing>
106                 <property name="expand">False</property>
107                 <property name="position">1</property>
108               </packing>
109             </child>
110           </object>
111           <packing>
112             <property name="position">1</property>
113           </packing>
114         </child>
115         <child internal-child="action_area">
116           <object class="GtkHButtonBox" id="dialog-action_area1">
117             <property name="visible">True</property>
118             <property name="layout_style">end</property>
119             <child>
120               <object class="GtkButton" id="close_button">
121                 <property name="label" translatable="yes">_Close</property>
122                 <property name="visible">True</property>
123                 <property name="can_focus">True</property>
124                 <property name="has_focus">True</property>
125                 <property name="can_default">True</property>
126                 <property name="has_default">True</property>
127                 <property name="receives_default">False</property>
128                 <property name="use_underline">True</property>
129               </object>
130               <packing>
131                 <property name="expand">False</property>
132                 <property name="fill">False</property>
133                 <property name="position">0</property>
134               </packing>
135             </child>
136           </object>
137           <packing>
138             <property name="expand">False</property>
139             <property name="pack_type">end</property>
140             <property name="position">0</property>
141           </packing>
142         </child>
143       </object>
144     </child>
145     <action-widgets>
146       <action-widget response="-3">close_button</action-widget>
147     </action-widgets>
148   </object>
149 </interface>