~evfool/+junk/eGame

« back to all changes in this revision

Viewing changes to res/devkit.xml

  • Committer: Robert Roth
  • Date: 2011-03-13 21:57:13 UTC
  • Revision ID: robert.roth.off@gmail.com-20110313215713-p3yo5v2r3ccjpye8
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkAction" id="newGameAction">
 
6
    <property name="label">_New Game</property>
 
7
    <property name="short_label">New Game</property>
 
8
    <property name="tooltip">Start a new game</property>
 
9
    <property name="stock_id">gtk-new</property>
 
10
  </object>
 
11
  <object class="GtkMenu" id="appMenu">
 
12
    <property name="visible">True</property>
 
13
    <property name="can_focus">False</property>
 
14
    <child>
 
15
      <object class="GtkImageMenuItem" id="newGameMenuItem">
 
16
        <property name="visible">True</property>
 
17
        <property name="can_focus">False</property>
 
18
        <property name="related_action">newGameAction</property>
 
19
        <property name="use_underline">True</property>
 
20
        <property name="use_stock">True</property>
 
21
      </object>
 
22
    </child>
 
23
    <child>
 
24
      <object class="GtkSeparatorMenuItem" id="separator4">
 
25
        <property name="visible">True</property>
 
26
        <property name="can_focus">False</property>
 
27
      </object>
 
28
    </child>
 
29
    <child>
 
30
      <object class="GtkImageMenuItem" id="fullscreenItem">
 
31
        <property name="label">gtk-fullscreen</property>
 
32
        <property name="visible">True</property>
 
33
        <property name="can_focus">False</property>
 
34
        <property name="use_action_appearance">False</property>
 
35
        <property name="use_underline">True</property>
 
36
        <property name="use_stock">True</property>
 
37
      </object>
 
38
    </child>
 
39
    <child>
 
40
      <object class="GtkSeparatorMenuItem" id="separator2">
 
41
        <property name="visible">True</property>
 
42
        <property name="can_focus">False</property>
 
43
      </object>
 
44
    </child>
 
45
    <child>
 
46
      <object class="GtkImageMenuItem" id="aboutItem">
 
47
        <property name="label">gtk-about</property>
 
48
        <property name="visible">True</property>
 
49
        <property name="can_focus">False</property>
 
50
        <property name="use_action_appearance">False</property>
 
51
        <property name="use_underline">True</property>
 
52
        <property name="use_stock">True</property>
 
53
      </object>
 
54
    </child>
 
55
    <child>
 
56
      <object class="GtkSeparatorMenuItem" id="separator">
 
57
        <property name="visible">True</property>
 
58
        <property name="can_focus">False</property>
 
59
      </object>
 
60
    </child>
 
61
    <child>
 
62
      <object class="GtkImageMenuItem" id="quitItem">
 
63
        <property name="label">gtk-quit</property>
 
64
        <property name="visible">True</property>
 
65
        <property name="can_focus">False</property>
 
66
        <property name="use_action_appearance">False</property>
 
67
        <property name="use_underline">True</property>
 
68
        <property name="use_stock">True</property>
 
69
      </object>
 
70
    </child>
 
71
  </object>
 
72
  <object class="GtkWindow" id="mainWindow">
 
73
    <property name="can_focus">False</property>
 
74
    <property name="title" translatable="yes">DevKit</property>
 
75
    <child>
 
76
      <object class="GtkVBox" id="mainLayout">
 
77
        <property name="visible">True</property>
 
78
        <property name="can_focus">False</property>
 
79
        <child>
 
80
          <object class="GtkToolbar" id="toolbar">
 
81
            <property name="visible">True</property>
 
82
            <property name="can_focus">False</property>
 
83
            <property name="toolbar_style">icons</property>
 
84
            <property name="icon_size">5</property>
 
85
            <child>
 
86
              <object class="GtkToolButton" id="newGameToolItem">
 
87
                <property name="visible">True</property>
 
88
                <property name="can_focus">True</property>
 
89
                <property name="has_focus">True</property>
 
90
                <property name="is_focus">True</property>
 
91
                <property name="can_default">True</property>
 
92
                <property name="has_default">True</property>
 
93
                <property name="related_action">newGameAction</property>
 
94
                <property name="is_important">True</property>
 
95
                <property name="label" translatable="yes">New game</property>
 
96
                <property name="use_underline">True</property>
 
97
              </object>
 
98
              <packing>
 
99
                <property name="expand">False</property>
 
100
                <property name="homogeneous">True</property>
 
101
              </packing>
 
102
            </child>
 
103
            <child>
 
104
              <object class="GtkSeparatorToolItem" id="separator5">
 
105
                <property name="visible">True</property>
 
106
                <property name="can_focus">False</property>
 
107
              </object>
 
108
              <packing>
 
109
                <property name="expand">False</property>
 
110
                <property name="homogeneous">True</property>
 
111
              </packing>
 
112
            </child>
 
113
            <child>
 
114
              <object class="GtkToolButton" id="minesButton">
 
115
                <property name="visible">True</property>
 
116
                <property name="can_focus">False</property>
 
117
                <property name="resize_mode">immediate</property>
 
118
                <property name="use_action_appearance">False</property>
 
119
                <property name="is_important">True</property>
 
120
                <property name="use_underline">True</property>
 
121
                <property name="label_widget">minesLabel</property>
 
122
              </object>
 
123
              <packing>
 
124
                <property name="expand">False</property>
 
125
                <property name="homogeneous">True</property>
 
126
              </packing>
 
127
            </child>
 
128
            <child>
 
129
              <object class="GtkToolItem" id="spacing">
 
130
                <property name="visible">True</property>
 
131
                <property name="can_focus">False</property>
 
132
                <property name="use_action_appearance">False</property>
 
133
                <child>
 
134
                  <placeholder/>
 
135
                </child>
 
136
              </object>
 
137
              <packing>
 
138
                <property name="expand">True</property>
 
139
                <property name="homogeneous">True</property>
 
140
              </packing>
 
141
            </child>
 
142
            <child>
 
143
              <object class="GtkToolButton" id="timeButton">
 
144
                <property name="visible">True</property>
 
145
                <property name="can_focus">False</property>
 
146
                <property name="use_action_appearance">False</property>
 
147
                <property name="is_important">True</property>
 
148
                <property name="use_underline">True</property>
 
149
                <property name="label_widget">timeLabel</property>
 
150
              </object>
 
151
              <packing>
 
152
                <property name="expand">False</property>
 
153
                <property name="homogeneous">True</property>
 
154
              </packing>
 
155
            </child>
 
156
            <child>
 
157
              <object class="GtkSeparatorToolItem" id="separator6">
 
158
                <property name="visible">True</property>
 
159
                <property name="can_focus">False</property>
 
160
              </object>
 
161
              <packing>
 
162
                <property name="expand">False</property>
 
163
                <property name="homogeneous">True</property>
 
164
              </packing>
 
165
            </child>
 
166
          </object>
 
167
          <packing>
 
168
            <property name="expand">False</property>
 
169
            <property name="fill">True</property>
 
170
            <property name="position">0</property>
 
171
          </packing>
 
172
        </child>
 
173
        <child>
 
174
          <object class="GtkAlignment" id="alignment">
 
175
            <property name="visible">True</property>
 
176
            <property name="can_focus">False</property>
 
177
            <property name="top_padding">4</property>
 
178
            <property name="bottom_padding">4</property>
 
179
            <property name="left_padding">4</property>
 
180
            <property name="right_padding">4</property>
 
181
            <child>
 
182
              <object class="GtkViewport" id="viewport">
 
183
                <property name="visible">True</property>
 
184
                <property name="can_focus">False</property>
 
185
                <property name="shadow_type">etched-in</property>
 
186
                <child>
 
187
                  <object class="GtkDrawingArea" id="drawingArea">
 
188
                    <property name="width_request">480</property>
 
189
                    <property name="height_request">320</property>
 
190
                    <property name="visible">True</property>
 
191
                    <property name="app_paintable">True</property>
 
192
                    <property name="can_focus">False</property>
 
193
                  </object>
 
194
                </child>
 
195
              </object>
 
196
            </child>
 
197
          </object>
 
198
          <packing>
 
199
            <property name="expand">True</property>
 
200
            <property name="fill">True</property>
 
201
            <property name="position">1</property>
 
202
          </packing>
 
203
        </child>
 
204
      </object>
 
205
    </child>
 
206
  </object>
 
207
  <object class="GtkLabel" id="minesLabel">
 
208
    <property name="visible">True</property>
 
209
    <property name="can_focus">False</property>
 
210
    <property name="label" translatable="yes">30</property>
 
211
    <property name="justify">center</property>
 
212
    <attributes>
 
213
      <attribute name="weight" value="heavy"/>
 
214
      <attribute name="scale" value="1.3999999999999999"/>
 
215
    </attributes>
 
216
  </object>
 
217
  <object class="GtkLabel" id="timeLabel">
 
218
    <property name="visible">True</property>
 
219
    <property name="can_focus">False</property>
 
220
    <property name="label" translatable="yes">000</property>
 
221
    <property name="justify">center</property>
 
222
    <attributes>
 
223
      <attribute name="weight" value="heavy"/>
 
224
      <attribute name="scale" value="1.3999999999999999"/>
 
225
    </attributes>
 
226
  </object>
 
227
</interface>