~ubuntu-branches/ubuntu/trusty/lordsawar/trusty

« back to all changes in this revision

Viewing changes to dat/glade/army-bonus-dialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2009-10-21 08:02:12 UTC
  • mfrom: (1.1.8 upstream) (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091021080212-wpmd6xdaxrgnn63y
Tags: 0.1.6-1
[ Barry deFreese ]
* New upstream release.
  + Drop libsdl-image1.2 from build-deps, no longer needed.
* Add README.source for quilt patch system.
* Clean up debian/copyright some.
* Bump Standards Version to 3.8.3. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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">Army 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;Army 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
              <placeholder/>
 
74
            </child>
 
75
            <child>
 
76
              <object class="GtkButton" id="close_button">
 
77
                <property name="label" translatable="yes">_Close</property>
 
78
                <property name="visible">True</property>
 
79
                <property name="can_focus">True</property>
 
80
                <property name="has_focus">True</property>
 
81
                <property name="can_default">True</property>
 
82
                <property name="has_default">True</property>
 
83
                <property name="receives_default">False</property>
 
84
                <property name="use_underline">True</property>
 
85
              </object>
 
86
              <packing>
 
87
                <property name="expand">False</property>
 
88
                <property name="fill">False</property>
 
89
                <property name="position">1</property>
 
90
              </packing>
 
91
            </child>
 
92
          </object>
 
93
          <packing>
 
94
            <property name="expand">False</property>
 
95
            <property name="pack_type">end</property>
 
96
            <property name="position">0</property>
 
97
          </packing>
 
98
        </child>
 
99
      </object>
 
100
    </child>
 
101
    <action-widgets>
 
102
      <action-widget response="-3">close_button</action-widget>
 
103
    </action-widgets>
 
104
  </object>
 
105
</interface>