initial commit, lordsawar source, slightly modified
[lordsawar] / dat / glade / diplomacy-report-dialog.ui
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4   <object class="GtkDialog" id="dialog">
5     <property name="border_width">6</property>
6     <property name="title" translatable="yes">Diplomacy Report</property>
7     <property name="type">GTK_WINDOW_TOPLEVEL</property>
8     <property name="window_position">GTK_WIN_POS_NONE</property>
9     <property name="modal">False</property>
10     <property name="resizable">False</property>
11     <property name="destroy_with_parent">True</property>
12     <property name="decorated">True</property>
13     <property name="skip_taskbar_hint">False</property>
14     <property name="skip_pager_hint">False</property>
15     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
16     <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
17     <property name="focus_on_map">True</property>
18     <property name="urgency_hint">False</property>
19     <property name="has_separator">False</property>
20     <child internal-child="vbox">
21       <object class="GtkVBox" id="dialog-vbox">
22         <property name="visible">True</property>
23         <property name="homogeneous">False</property>
24         <property name="spacing">12</property>
25         <child internal-child="action_area">
26           <object class="GtkHButtonBox" id="dialog-action_area1">
27             <property name="visible">True</property>
28             <property name="layout_style">GTK_BUTTONBOX_END</property>
29             <child>
30               <object class="GtkButton" id="close_button">
31                 <property name="visible">True</property>
32                 <property name="label">gtk-close</property>
33                 <property name="use_stock">True</property>
34                 <property name="relief">GTK_RELIEF_NORMAL</property>
35                 <property name="focus_on_click">True</property>
36               </object>
37             </child>
38           </object>
39           <packing>
40             <property name="padding">0</property>
41             <property name="expand">False</property>
42             <property name="fill">True</property>
43             <property name="pack_type">GTK_PACK_END</property>
44           </packing>
45         </child>
46         <child>
47           <object class="GtkHBox" id="outer_hbox">
48             <property name="visible">True</property>
49             <property name="homogeneous">False</property>
50             <property name="spacing">24</property>
51             <child>
52               <object class="GtkTable" id="diplomacy_table">
53                 <property name="visible">True</property>
54                 <property name="n_rows">9</property>
55                 <property name="n_columns">10</property>
56                 <property name="homogeneous">False</property>
57                 <property name="row_spacing">4</property>
58                 <property name="column_spacing">4</property>
59               </object>
60               <packing>
61                 <property name="padding">0</property>
62                 <property name="expand">True</property>
63                 <property name="fill">True</property>
64               </packing>
65             </child>
66           </object>
67           <packing>
68             <property name="padding">0</property>
69             <property name="expand">True</property>
70             <property name="fill">True</property>
71           </packing>
72         </child>
73       </object>
74     </child>
75     <action-widgets>
76       <action-widget response="-7">close_button</action-widget>
77     </action-widgets>
78   </object>
79 </interface>