initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / editor / select-hidden-ruin-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 Hidden Ruin</property>
8     <property name="modal">True</property>
9     <property name="window_position">mouse</property>
10     <property name="destroy_with_parent">True</property>
11     <property name="type_hint">dialog</property>
12     <property name="has_separator">False</property>
13     <child internal-child="vbox">
14       <object class="GtkVBox" id="dialog-vbox">
15         <property name="visible">True</property>
16         <property name="spacing">18</property>
17         <child>
18           <object class="GtkVBox" id="contents_vbox">
19             <property name="visible">True</property>
20             <property name="spacing">12</property>
21             <child>
22               <object class="GtkVBox" id="hidden_ruin_vbox">
23                 <property name="visible">True</property>
24                 <property name="spacing">18</property>
25                 <child>
26                   <object class="GtkVBox" id="vbox1">
27                     <property name="visible">True</property>
28                     <child>
29                       <object class="GtkScrolledWindow" id="scrolledwindow1">
30                         <property name="visible">True</property>
31                         <property name="can_focus">True</property>
32                         <property name="shadow_type">in</property>
33                         <child>
34                           <object class="GtkTreeView" id="hidden_ruins_treeview">
35                             <property name="visible">True</property>
36                             <property name="can_focus">True</property>
37                           </object>
38                         </child>
39                       </object>
40                       <packing>
41                         <property name="position">0</property>
42                       </packing>
43                     </child>
44                   </object>
45                   <packing>
46                     <property name="position">0</property>
47                   </packing>
48                 </child>
49               </object>
50               <packing>
51                 <property name="position">0</property>
52               </packing>
53             </child>
54           </object>
55           <packing>
56             <property name="position">1</property>
57           </packing>
58         </child>
59         <child internal-child="action_area">
60           <object class="GtkHButtonBox" id="dialog-action_area1">
61             <property name="visible">True</property>
62             <property name="layout_style">end</property>
63             <child>
64               <object class="GtkButton" id="cancel_button">
65                 <property name="label" translatable="yes">_Cancel</property>
66                 <property name="visible">True</property>
67                 <property name="can_focus">True</property>
68                 <property name="has_focus">True</property>
69                 <property name="can_default">True</property>
70                 <property name="has_default">True</property>
71                 <property name="receives_default">False</property>
72                 <property name="use_underline">True</property>
73               </object>
74               <packing>
75                 <property name="expand">False</property>
76                 <property name="fill">False</property>
77                 <property name="position">0</property>
78               </packing>
79             </child>
80             <child>
81               <object class="GtkButton" id="select_button">
82                 <property name="label" translatable="yes">_Select</property>
83                 <property name="visible">True</property>
84                 <property name="can_focus">False</property>
85                 <property name="receives_default">False</property>
86                 <property name="use_underline">True</property>
87               </object>
88               <packing>
89                 <property name="expand">False</property>
90                 <property name="fill">False</property>
91                 <property name="position">1</property>
92               </packing>
93             </child>
94           </object>
95           <packing>
96             <property name="expand">False</property>
97             <property name="pack_type">end</property>
98             <property name="position">0</property>
99           </packing>
100         </child>
101       </object>
102     </child>
103     <action-widgets>
104       <action-widget response="-6">cancel_button</action-widget>
105       <action-widget response="-3">select_button</action-widget>
106     </action-widgets>
107   </object>
108 </interface>