]> git.siccegge.de Git - ghextris.git/blob - ghextris.glade
clean up imports
[ghextris.git] / ghextris.glade
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5 <requires lib="gnome"/>
6 <requires lib="canvas"/>
7 <requires lib="bonobo"/>
8
9 <widget class="GnomeApp" id="GhextrisApp">
10 <property name="title" translatable="yes">Ghextris</property>
11 <property name="type">GTK_WINDOW_TOPLEVEL</property>
12 <property name="window_position">GTK_WIN_POS_NONE</property>
13 <property name="modal">False</property>
14 <property name="resizable">False</property>
15 <property name="destroy_with_parent">False</property>
16 <property name="icon">ghextris.png</property>
17 <property name="decorated">True</property>
18 <property name="skip_taskbar_hint">False</property>
19 <property name="skip_pager_hint">False</property>
20 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
21 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
22 <property name="enable_layout_config">True</property>
23
24 <child internal-child="dock">
25 <widget class="BonoboDock" id="bonobodock1">
26 <property name="visible">True</property>
27 <property name="allow_floating">True</property>
28
29 <child>
30 <widget class="BonoboDockItem" id="bonobodockitem1">
31 <property name="visible">True</property>
32 <property name="shadow_type">GTK_SHADOW_NONE</property>
33
34 <child>
35 <widget class="GtkMenuBar" id="menubar">
36 <property name="visible">True</property>
37
38 <child>
39 <widget class="GtkMenuItem" id="game">
40 <property name="visible">True</property>
41 <property name="stock_item">GNOMEUIINFO_MENU_GAME_TREE</property>
42
43 <child>
44 <widget class="GtkMenu" id="game_menu">
45
46 <child>
47 <widget class="GtkMenuItem" id="new">
48 <property name="visible">True</property>
49 <property name="stock_item">GNOMEUIINFO_MENU_NEW_GAME_ITEM</property>
50 <signal name="activate" handler="on_new_activate" last_modification_time="Sat, 08 May 2004 19:05:06 GMT"/>
51 </widget>
52 </child>
53
54 <child>
55 <widget class="GtkImageMenuItem" id="pause_game">
56 <property name="visible">True</property>
57 <property name="stock_item">GNOMEUIINFO_MENU_PAUSE_GAME_ITEM</property>
58 <signal name="activate" handler="on_pause_game_activate" last_modification_time="Sat, 08 May 2004 19:05:06 GMT"/>
59 </widget>
60 </child>
61
62 <child>
63 <widget class="GtkSeparatorMenuItem" id="separator">
64 <property name="visible">True</property>
65 </widget>
66 </child>
67
68 <child>
69 <widget class="GtkImageMenuItem" id="quit">
70 <property name="visible">True</property>
71 <property name="stock_item">GNOMEUIINFO_MENU_EXIT_ITEM</property>
72 <signal name="activate" handler="on_quit_activate" last_modification_time="Sat, 08 May 2004 19:05:06 GMT"/>
73 </widget>
74 </child>
75 </widget>
76 </child>
77 </widget>
78 </child>
79
80 <child>
81 <widget class="GtkMenuItem" id="help">
82 <property name="visible">True</property>
83 <property name="stock_item">GNOMEUIINFO_MENU_HELP_TREE</property>
84
85 <child>
86 <widget class="GtkMenu" id="help_menu">
87
88 <child>
89 <widget class="GtkImageMenuItem" id="about">
90 <property name="visible">True</property>
91 <property name="stock_item">GNOMEUIINFO_MENU_ABOUT_ITEM</property>
92 <signal name="activate" handler="on_about_activate" last_modification_time="Sat, 08 May 2004 19:05:06 GMT"/>
93 </widget>
94 </child>
95 </widget>
96 </child>
97 </widget>
98 </child>
99 </widget>
100 </child>
101 </widget>
102 <packing>
103 <property name="placement">BONOBO_DOCK_TOP</property>
104 <property name="band">0</property>
105 <property name="position">0</property>
106 <property name="offset">0</property>
107 <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE|BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL|BONOBO_DOCK_ITEM_BEH_LOCKED</property>
108 </packing>
109 </child>
110
111 <child>
112 <widget class="GtkHBox" id="hbox1">
113 <property name="visible">True</property>
114 <property name="homogeneous">False</property>
115 <property name="spacing">0</property>
116
117 <child>
118 <widget class="GnomeCanvas" id="canvas">
119 <property name="visible">True</property>
120 <property name="can_focus">True</property>
121 <property name="anti_aliased">False</property>
122 <property name="scroll_x1">0</property>
123 <property name="scroll_y1">0</property>
124 <property name="scroll_x2">100</property>
125 <property name="scroll_y2">100</property>
126 <property name="pixels_per_unit">1</property>
127 </widget>
128 <packing>
129 <property name="padding">0</property>
130 <property name="expand">True</property>
131 <property name="fill">True</property>
132 </packing>
133 </child>
134
135 <child>
136 <widget class="GnomeCanvas" id="previewcanvas">
137 <property name="visible">True</property>
138 <property name="can_focus">True</property>
139 <property name="anti_aliased">False</property>
140 <property name="scroll_x1">0</property>
141 <property name="scroll_y1">0</property>
142 <property name="scroll_x2">100</property>
143 <property name="scroll_y2">100</property>
144 <property name="pixels_per_unit">1</property>
145 </widget>
146 <packing>
147 <property name="padding">0</property>
148 <property name="expand">True</property>
149 <property name="fill">True</property>
150 </packing>
151 </child>
152 </widget>
153 </child>
154 </widget>
155 <packing>
156 <property name="padding">0</property>
157 <property name="expand">True</property>
158 <property name="fill">True</property>
159 </packing>
160 </child>
161
162 <child internal-child="appbar">
163 <widget class="GnomeAppBar" id="appbar">
164 <property name="visible">True</property>
165 <property name="has_progress">False</property>
166 <property name="has_status">True</property>
167 </widget>
168 <packing>
169 <property name="padding">0</property>
170 <property name="expand">True</property>
171 <property name="fill">True</property>
172 </packing>
173 </child>
174 </widget>
175
176 <widget class="GnomeAbout" id="about">
177 <property name="border_width">5</property>
178 <property name="visible">True</property>
179 <property name="destroy_with_parent">False</property>
180 <property name="icon">ghextris.png</property>
181 <property name="decorated">True</property>
182 <property name="skip_taskbar_hint">False</property>
183 <property name="skip_pager_hint">False</property>
184 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
185 <property name="gravity">GDK_GRAVITY_CENTER</property>
186 <property name="logo">ghextris.png</property>
187 <property name="copyright" translatable="yes">© 2004 Mikko Rauhala &lt;mjr@iki.fi&gt;</property>
188 <property name="comments" translatable="yes"></property>
189 <property name="authors">Mikko Rauhala &lt;mjr@iki.fi&gt;</property>
190 <property name="translator_credits" translatable="yes">translator_credits</property>
191 </widget>
192
193 <widget class="GtkWindow" id="window1">
194 <property name="visible">True</property>
195 <property name="title" translatable="yes">window1</property>
196 <property name="type">GTK_WINDOW_TOPLEVEL</property>
197 <property name="window_position">GTK_WIN_POS_NONE</property>
198 <property name="modal">False</property>
199 <property name="resizable">True</property>
200 <property name="destroy_with_parent">False</property>
201 <property name="decorated">True</property>
202 <property name="skip_taskbar_hint">False</property>
203 <property name="skip_pager_hint">False</property>
204 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
205 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
206
207 <child>
208 <widget class="GtkVBox" id="vbox1">
209 <property name="visible">True</property>
210 <property name="homogeneous">False</property>
211 <property name="spacing">0</property>
212
213 <child>
214 <placeholder/>
215 </child>
216
217 <child>
218 <placeholder/>
219 </child>
220
221 <child>
222 <widget class="GtkAlignment" id="alignment1">
223 <property name="visible">True</property>
224 <property name="xalign">0.5</property>
225 <property name="yalign">0.5</property>
226 <property name="xscale">1</property>
227 <property name="yscale">1</property>
228 <property name="top_padding">0</property>
229 <property name="bottom_padding">0</property>
230 <property name="left_padding">0</property>
231 <property name="right_padding">0</property>
232
233 <child>
234 <widget class="GtkHButtonBox" id="hbuttonbox1">
235 <property name="visible">True</property>
236 <property name="layout_style">GTK_BUTTONBOX_END</property>
237 <property name="spacing">0</property>
238
239 <child>
240 <widget class="GtkButton" id="button3">
241 <property name="visible">True</property>
242 <property name="can_default">True</property>
243 <property name="can_focus">True</property>
244 <property name="label">gtk-close</property>
245 <property name="use_stock">True</property>
246 <property name="relief">GTK_RELIEF_NORMAL</property>
247 <property name="focus_on_click">True</property>
248 </widget>
249 </child>
250 </widget>
251 </child>
252 </widget>
253 <packing>
254 <property name="padding">0</property>
255 <property name="expand">False</property>
256 <property name="fill">False</property>
257 </packing>
258 </child>
259 </widget>
260 </child>
261 </widget>
262
263 </glade-interface>