~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to glchess/data/load_game.ui

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-05-30 13:32:04 UTC
  • mfrom: (1.3.4)
  • mto: (163.1.3 precise)
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: package-import@ubuntu.com-20110530133204-celaq1v1dsxc48q1
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

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="game_load_dialog">
6
 
    <property name="visible">True</property>
7
 
    <property name="border_width">5</property>
8
 
    <property name="title" translatable="yes" comments="Title of load game dialog">Load Chess Game</property>
9
 
    <property name="type_hint">dialog</property>
10
 
    <property name="has_separator">False</property>
11
 
    <signal name="response" handler="_on_response"/>
12
 
    <child internal-child="vbox">
13
 
      <object class="GtkVBox" id="dialog-vbox2">
14
 
        <property name="visible">True</property>
15
 
        <property name="spacing">6</property>
16
 
        <child>
17
 
          <object class="GtkFileChooserWidget" id="filechooserwidget">
18
 
            <property name="width_request">600</property>
19
 
            <property name="height_request">400</property>
20
 
            <property name="visible">True</property>
21
 
            <property name="border_width">5</property>
22
 
            <signal name="file_activated" handler="_on_file_activated"/>
23
 
          </object>
24
 
          <packing>
25
 
            <property name="pack_type">end</property>
26
 
            <property name="position">2</property>
27
 
          </packing>
28
 
        </child>
29
 
        <child internal-child="action_area">
30
 
          <object class="GtkHButtonBox" id="dialog-action_area2">
31
 
            <property name="visible">True</property>
32
 
            <property name="layout_style">end</property>
33
 
            <child>
34
 
              <object class="GtkButton" id="button6">
35
 
                <property name="label">gtk-cancel</property>
36
 
                <property name="visible">True</property>
37
 
                <property name="can_focus">True</property>
38
 
                <property name="can_default">True</property>
39
 
                <property name="receives_default">False</property>
40
 
                <property name="use_stock">True</property>
41
 
                <signal name="clicked" handler="_on_close"/>
42
 
              </object>
43
 
              <packing>
44
 
                <property name="expand">False</property>
45
 
                <property name="fill">False</property>
46
 
                <property name="position">0</property>
47
 
              </packing>
48
 
            </child>
49
 
            <child>
50
 
              <object class="GtkButton" id="properties_button">
51
 
                <property name="label">gtk-properties</property>
52
 
                <property name="visible">True</property>
53
 
                <property name="can_focus">True</property>
54
 
                <property name="can_default">True</property>
55
 
                <property name="receives_default">False</property>
56
 
                <property name="use_stock">True</property>
57
 
              </object>
58
 
              <packing>
59
 
                <property name="expand">False</property>
60
 
                <property name="fill">False</property>
61
 
                <property name="position">1</property>
62
 
              </packing>
63
 
            </child>
64
 
            <child>
65
 
              <object class="GtkButton" id="open_button">
66
 
                <property name="label">gtk-open</property>
67
 
                <property name="visible">True</property>
68
 
                <property name="can_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_stock">True</property>
73
 
              </object>
74
 
              <packing>
75
 
                <property name="expand">False</property>
76
 
                <property name="fill">False</property>
77
 
                <property name="position">2</property>
78
 
              </packing>
79
 
            </child>
80
 
          </object>
81
 
          <packing>
82
 
            <property name="expand">False</property>
83
 
            <property name="pack_type">end</property>
84
 
            <property name="position">0</property>
85
 
          </packing>
86
 
        </child>
87
 
      </object>
88
 
    </child>
89
 
    <action-widgets>
90
 
      <action-widget response="-6">button6</action-widget>
91
 
      <action-widget response="-8">properties_button</action-widget>
92
 
      <action-widget response="-5">open_button</action-widget>
93
 
    </action-widgets>
94
 
  </object>
95
 
</interface>