initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / item-bonus-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">Item Bonus</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="armies_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="armies_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="GtkScrolledWindow" id="treeview_scrolledwindow">
32                         <property name="visible">True</property>
33                         <property name="can_focus">False</property>
34                         <property name="hscrollbar_policy">automatic</property>
35                         <property name="vscrollbar_policy">automatic</property>
36                         <property name="shadow_type">in</property>
37                         <child>
38                           <object class="GtkTreeView" id="treeview">
39                             <property name="width_request">400</property>
40                             <property name="height_request">250</property>
41                             <property name="visible">True</property>
42                             <property name="headers_visible">False</property>
43                             <property name="rules_hint">True</property>
44                             <property name="enable_search">False</property>
45                           </object>
46                         </child>
47                       </object>
48                     </child>
49                   </object>
50                 </child>
51                 <child type="label">
52                   <object class="GtkLabel" id="label1">
53                     <property name="visible">True</property>
54                     <property name="label" translatable="yes">&lt;b&gt;Item Bonus&lt;/b&gt;</property>
55                     <property name="use_markup">True</property>
56                   </object>
57                 </child>
58               </object>
59               <packing>
60                 <property name="position">0</property>
61               </packing>
62             </child>
63           </object>
64           <packing>
65             <property name="position">1</property>
66           </packing>
67         </child>
68         <child internal-child="action_area">
69           <object class="GtkHButtonBox" id="dialog-action_area1">
70             <property name="visible">True</property>
71             <property name="layout_style">end</property>
72             <child>
73               <object class="GtkButton" id="close_button">
74                 <property name="label" translatable="yes">_Close</property>
75                 <property name="visible">True</property>
76                 <property name="can_focus">True</property>
77                 <property name="has_focus">True</property>
78                 <property name="can_default">True</property>
79                 <property name="has_default">True</property>
80                 <property name="receives_default">False</property>
81                 <property name="use_underline">True</property>
82               </object>
83               <packing>
84                 <property name="expand">False</property>
85                 <property name="fill">False</property>
86                 <property name="position">0</property>
87               </packing>
88             </child>
89           </object>
90           <packing>
91             <property name="expand">False</property>
92             <property name="pack_type">end</property>
93             <property name="position">0</property>
94           </packing>
95         </child>
96       </object>
97     </child>
98     <action-widgets>
99       <action-widget response="-3">close_button</action-widget>
100     </action-widgets>
101   </object>
102 </interface>