1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <interface> |
---|
3 | <requires lib="gtk+" version="2.16"/> |
---|
4 | <object class="GtkAction" id="action_new"> |
---|
5 | <property name="stock_id">gtk-new</property> |
---|
6 | <property name="always_show_image">True</property> |
---|
7 | </object> |
---|
8 | <object class="GtkAction" id="action_open"> |
---|
9 | <property name="label">Open...</property> |
---|
10 | <property name="stock_id">gtk-open</property> |
---|
11 | <property name="always_show_image">True</property> |
---|
12 | </object> |
---|
13 | <object class="GtkAction" id="action_redo"> |
---|
14 | <property name="label">Redo</property> |
---|
15 | <property name="stock_id">gtk-redo</property> |
---|
16 | <property name="always_show_image">True</property> |
---|
17 | </object> |
---|
18 | <object class="GtkAction" id="action_save"> |
---|
19 | <property name="label">Save</property> |
---|
20 | <property name="stock_id">gtk-save</property> |
---|
21 | <property name="always_show_image">True</property> |
---|
22 | </object> |
---|
23 | <object class="GtkAction" id="action_undo"> |
---|
24 | <property name="label">Undo</property> |
---|
25 | <property name="stock_id">gtk-undo</property> |
---|
26 | <property name="always_show_image">True</property> |
---|
27 | </object> |
---|
28 | <object class="GtkAboutDialog" id="aboutdialog"> |
---|
29 | <property name="can_focus">False</property> |
---|
30 | <property name="border_width">5</property> |
---|
31 | <property name="modal">True</property> |
---|
32 | <property name="window_position">center</property> |
---|
33 | <property name="type_hint">normal</property> |
---|
34 | <property name="program_name">Deus Hax Editor</property> |
---|
35 | <property name="copyright" translatable="yes">© 2010 Sam Hocevar <sam@hocevar.net></property> |
---|
36 | <property name="website">http://deushax.zoy.org/</property> |
---|
37 | <signal name="close" handler="gtk_widget_hide" object="aboutdialog" swapped="yes"/> |
---|
38 | <signal name="delete-event" handler="gtk_widget_hide" object="aboutdialog" swapped="yes"/> |
---|
39 | <signal name="delete-event" handler="gtk_true" swapped="no"/> |
---|
40 | <signal name="response" handler="gtk_widget_hide" object="aboutdialog" swapped="yes"/> |
---|
41 | <child internal-child="vbox"> |
---|
42 | <object class="GtkBox" id="dialog-vbox1"> |
---|
43 | <property name="visible">True</property> |
---|
44 | <property name="can_focus">False</property> |
---|
45 | <property name="orientation">vertical</property> |
---|
46 | <property name="spacing">2</property> |
---|
47 | <child internal-child="action_area"> |
---|
48 | <object class="GtkButtonBox" id="dialog-action_area1"> |
---|
49 | <property name="visible">True</property> |
---|
50 | <property name="can_focus">False</property> |
---|
51 | <property name="layout_style">end</property> |
---|
52 | </object> |
---|
53 | <packing> |
---|
54 | <property name="expand">False</property> |
---|
55 | <property name="fill">True</property> |
---|
56 | <property name="pack_type">end</property> |
---|
57 | <property name="position">0</property> |
---|
58 | </packing> |
---|
59 | </child> |
---|
60 | <child> |
---|
61 | <placeholder/> |
---|
62 | </child> |
---|
63 | </object> |
---|
64 | </child> |
---|
65 | </object> |
---|
66 | <object class="GtkAdjustment" id="gl_hadj"> |
---|
67 | <property name="upper">100</property> |
---|
68 | <property name="step_increment">1</property> |
---|
69 | <property name="page_increment">10</property> |
---|
70 | <property name="page_size">10</property> |
---|
71 | </object> |
---|
72 | <object class="GtkAdjustment" id="gl_vadj"> |
---|
73 | <property name="upper">100</property> |
---|
74 | <property name="step_increment">1</property> |
---|
75 | <property name="page_increment">10</property> |
---|
76 | <property name="page_size">10</property> |
---|
77 | </object> |
---|
78 | <object class="GtkWindow" id="window"> |
---|
79 | <property name="can_focus">False</property> |
---|
80 | <property name="title" translatable="yes">Deus Hax Editor</property> |
---|
81 | <child> |
---|
82 | <object class="GtkVBox" id="vbox1"> |
---|
83 | <property name="visible">True</property> |
---|
84 | <property name="can_focus">False</property> |
---|
85 | <child> |
---|
86 | <object class="GtkMenuBar" id="menubar1"> |
---|
87 | <property name="visible">True</property> |
---|
88 | <property name="can_focus">False</property> |
---|
89 | <child> |
---|
90 | <object class="GtkMenuItem" id="menuitem1"> |
---|
91 | <property name="visible">True</property> |
---|
92 | <property name="can_focus">False</property> |
---|
93 | <property name="use_action_appearance">False</property> |
---|
94 | <property name="label" translatable="yes">_File</property> |
---|
95 | <property name="use_underline">True</property> |
---|
96 | <child type="submenu"> |
---|
97 | <object class="GtkMenu" id="menu1"> |
---|
98 | <property name="visible">True</property> |
---|
99 | <property name="can_focus">False</property> |
---|
100 | <child> |
---|
101 | <object class="GtkImageMenuItem" id="imagemenuitem1"> |
---|
102 | <property name="visible">True</property> |
---|
103 | <property name="can_focus">False</property> |
---|
104 | <property name="related_action">action_new</property> |
---|
105 | <property name="use_underline">True</property> |
---|
106 | <property name="use_stock">True</property> |
---|
107 | </object> |
---|
108 | </child> |
---|
109 | <child> |
---|
110 | <object class="GtkImageMenuItem" id="imagemenuitem2"> |
---|
111 | <property name="visible">True</property> |
---|
112 | <property name="can_focus">False</property> |
---|
113 | <property name="related_action">action_open</property> |
---|
114 | <property name="use_underline">True</property> |
---|
115 | <property name="use_stock">True</property> |
---|
116 | </object> |
---|
117 | </child> |
---|
118 | <child> |
---|
119 | <object class="GtkImageMenuItem" id="imagemenuitem3"> |
---|
120 | <property name="label">gtk-save</property> |
---|
121 | <property name="visible">True</property> |
---|
122 | <property name="can_focus">False</property> |
---|
123 | <property name="use_action_appearance">False</property> |
---|
124 | <property name="use_underline">True</property> |
---|
125 | <property name="use_stock">True</property> |
---|
126 | </object> |
---|
127 | </child> |
---|
128 | <child> |
---|
129 | <object class="GtkImageMenuItem" id="imagemenuitem4"> |
---|
130 | <property name="label">gtk-save-as</property> |
---|
131 | <property name="visible">True</property> |
---|
132 | <property name="can_focus">False</property> |
---|
133 | <property name="use_action_appearance">False</property> |
---|
134 | <property name="use_underline">True</property> |
---|
135 | <property name="use_stock">True</property> |
---|
136 | </object> |
---|
137 | </child> |
---|
138 | <child> |
---|
139 | <object class="GtkSeparatorMenuItem" id="separatormenuitem1"> |
---|
140 | <property name="visible">True</property> |
---|
141 | <property name="can_focus">False</property> |
---|
142 | </object> |
---|
143 | </child> |
---|
144 | <child> |
---|
145 | <object class="GtkImageMenuItem" id="imagemenuitem5"> |
---|
146 | <property name="label">gtk-quit</property> |
---|
147 | <property name="visible">True</property> |
---|
148 | <property name="can_focus">False</property> |
---|
149 | <property name="use_action_appearance">False</property> |
---|
150 | <property name="use_underline">True</property> |
---|
151 | <property name="use_stock">True</property> |
---|
152 | <property name="always_show_image">True</property> |
---|
153 | <signal name="activate" handler="gtk_main_quit" swapped="no"/> |
---|
154 | </object> |
---|
155 | </child> |
---|
156 | </object> |
---|
157 | </child> |
---|
158 | </object> |
---|
159 | </child> |
---|
160 | <child> |
---|
161 | <object class="GtkMenuItem" id="menuitem2"> |
---|
162 | <property name="visible">True</property> |
---|
163 | <property name="can_focus">False</property> |
---|
164 | <property name="use_action_appearance">False</property> |
---|
165 | <property name="label" translatable="yes">_Edit</property> |
---|
166 | <property name="use_underline">True</property> |
---|
167 | <child type="submenu"> |
---|
168 | <object class="GtkMenu" id="menu2"> |
---|
169 | <property name="visible">True</property> |
---|
170 | <property name="can_focus">False</property> |
---|
171 | <child> |
---|
172 | <object class="GtkImageMenuItem" id="imagemenuitem6"> |
---|
173 | <property name="label">gtk-cut</property> |
---|
174 | <property name="visible">True</property> |
---|
175 | <property name="can_focus">False</property> |
---|
176 | <property name="use_action_appearance">False</property> |
---|
177 | <property name="use_underline">True</property> |
---|
178 | <property name="use_stock">True</property> |
---|
179 | </object> |
---|
180 | </child> |
---|
181 | <child> |
---|
182 | <object class="GtkImageMenuItem" id="imagemenuitem7"> |
---|
183 | <property name="label">gtk-copy</property> |
---|
184 | <property name="visible">True</property> |
---|
185 | <property name="can_focus">False</property> |
---|
186 | <property name="use_action_appearance">False</property> |
---|
187 | <property name="use_underline">True</property> |
---|
188 | <property name="use_stock">True</property> |
---|
189 | </object> |
---|
190 | </child> |
---|
191 | <child> |
---|
192 | <object class="GtkImageMenuItem" id="imagemenuitem8"> |
---|
193 | <property name="label">gtk-paste</property> |
---|
194 | <property name="visible">True</property> |
---|
195 | <property name="can_focus">False</property> |
---|
196 | <property name="use_action_appearance">False</property> |
---|
197 | <property name="use_underline">True</property> |
---|
198 | <property name="use_stock">True</property> |
---|
199 | </object> |
---|
200 | </child> |
---|
201 | <child> |
---|
202 | <object class="GtkImageMenuItem" id="imagemenuitem9"> |
---|
203 | <property name="label">gtk-delete</property> |
---|
204 | <property name="visible">True</property> |
---|
205 | <property name="can_focus">False</property> |
---|
206 | <property name="use_action_appearance">False</property> |
---|
207 | <property name="use_underline">True</property> |
---|
208 | <property name="use_stock">True</property> |
---|
209 | </object> |
---|
210 | </child> |
---|
211 | </object> |
---|
212 | </child> |
---|
213 | </object> |
---|
214 | </child> |
---|
215 | <child> |
---|
216 | <object class="GtkMenuItem" id="menuitem3"> |
---|
217 | <property name="visible">True</property> |
---|
218 | <property name="can_focus">False</property> |
---|
219 | <property name="use_action_appearance">False</property> |
---|
220 | <property name="label" translatable="yes">_View</property> |
---|
221 | <property name="use_underline">True</property> |
---|
222 | </object> |
---|
223 | </child> |
---|
224 | <child> |
---|
225 | <object class="GtkMenuItem" id="menuitem4"> |
---|
226 | <property name="visible">True</property> |
---|
227 | <property name="can_focus">False</property> |
---|
228 | <property name="use_action_appearance">False</property> |
---|
229 | <property name="label" translatable="yes">_Help</property> |
---|
230 | <property name="use_underline">True</property> |
---|
231 | <child type="submenu"> |
---|
232 | <object class="GtkMenu" id="menu3"> |
---|
233 | <property name="visible">True</property> |
---|
234 | <property name="can_focus">False</property> |
---|
235 | <child> |
---|
236 | <object class="GtkImageMenuItem" id="imagemenuitem10"> |
---|
237 | <property name="label">gtk-about</property> |
---|
238 | <property name="visible">True</property> |
---|
239 | <property name="can_focus">False</property> |
---|
240 | <property name="use_action_appearance">False</property> |
---|
241 | <property name="use_underline">True</property> |
---|
242 | <property name="use_stock">True</property> |
---|
243 | <property name="always_show_image">True</property> |
---|
244 | <signal name="activate" handler="gtk_widget_show" object="aboutdialog" swapped="yes"/> |
---|
245 | </object> |
---|
246 | </child> |
---|
247 | </object> |
---|
248 | </child> |
---|
249 | </object> |
---|
250 | </child> |
---|
251 | </object> |
---|
252 | <packing> |
---|
253 | <property name="expand">False</property> |
---|
254 | <property name="fill">True</property> |
---|
255 | <property name="position">0</property> |
---|
256 | </packing> |
---|
257 | </child> |
---|
258 | <child> |
---|
259 | <object class="GtkToolbar" id="toolbar1"> |
---|
260 | <property name="visible">True</property> |
---|
261 | <property name="can_focus">False</property> |
---|
262 | <child> |
---|
263 | <object class="GtkToolButton" id="toolbutton2"> |
---|
264 | <property name="visible">True</property> |
---|
265 | <property name="can_focus">False</property> |
---|
266 | <property name="related_action">action_new</property> |
---|
267 | <property name="label" translatable="yes">toolbutton</property> |
---|
268 | <property name="use_underline">True</property> |
---|
269 | </object> |
---|
270 | <packing> |
---|
271 | <property name="expand">False</property> |
---|
272 | <property name="homogeneous">True</property> |
---|
273 | </packing> |
---|
274 | </child> |
---|
275 | <child> |
---|
276 | <object class="GtkToolButton" id="toolbutton1"> |
---|
277 | <property name="visible">True</property> |
---|
278 | <property name="can_focus">False</property> |
---|
279 | <property name="related_action">action_open</property> |
---|
280 | <property name="label" translatable="yes">Open...</property> |
---|
281 | <property name="use_underline">True</property> |
---|
282 | </object> |
---|
283 | <packing> |
---|
284 | <property name="expand">False</property> |
---|
285 | <property name="homogeneous">True</property> |
---|
286 | </packing> |
---|
287 | </child> |
---|
288 | <child> |
---|
289 | <object class="GtkToolButton" id="toolbutton4"> |
---|
290 | <property name="visible">True</property> |
---|
291 | <property name="can_focus">False</property> |
---|
292 | <property name="related_action">action_save</property> |
---|
293 | <property name="label" translatable="yes">Save</property> |
---|
294 | <property name="use_underline">True</property> |
---|
295 | </object> |
---|
296 | <packing> |
---|
297 | <property name="expand">False</property> |
---|
298 | <property name="homogeneous">True</property> |
---|
299 | </packing> |
---|
300 | </child> |
---|
301 | <child> |
---|
302 | <object class="GtkSeparatorToolItem" id="toolbutton3"> |
---|
303 | <property name="visible">True</property> |
---|
304 | <property name="can_focus">False</property> |
---|
305 | </object> |
---|
306 | <packing> |
---|
307 | <property name="expand">False</property> |
---|
308 | <property name="homogeneous">True</property> |
---|
309 | </packing> |
---|
310 | </child> |
---|
311 | <child> |
---|
312 | <object class="GtkToolButton" id="toolbutton5"> |
---|
313 | <property name="visible">True</property> |
---|
314 | <property name="can_focus">False</property> |
---|
315 | <property name="related_action">action_undo</property> |
---|
316 | <property name="label" translatable="yes">toolbutton5</property> |
---|
317 | <property name="use_underline">True</property> |
---|
318 | </object> |
---|
319 | <packing> |
---|
320 | <property name="expand">False</property> |
---|
321 | <property name="homogeneous">True</property> |
---|
322 | </packing> |
---|
323 | </child> |
---|
324 | <child> |
---|
325 | <object class="GtkToolButton" id="toolbutton6"> |
---|
326 | <property name="visible">True</property> |
---|
327 | <property name="can_focus">False</property> |
---|
328 | <property name="related_action">action_redo</property> |
---|
329 | <property name="label" translatable="yes">toolbutton6</property> |
---|
330 | <property name="use_underline">True</property> |
---|
331 | </object> |
---|
332 | <packing> |
---|
333 | <property name="expand">False</property> |
---|
334 | <property name="homogeneous">True</property> |
---|
335 | </packing> |
---|
336 | </child> |
---|
337 | <child> |
---|
338 | <object class="GtkSeparatorToolItem" id="toolbutton7"> |
---|
339 | <property name="visible">True</property> |
---|
340 | <property name="can_focus">False</property> |
---|
341 | </object> |
---|
342 | <packing> |
---|
343 | <property name="expand">False</property> |
---|
344 | <property name="homogeneous">True</property> |
---|
345 | </packing> |
---|
346 | </child> |
---|
347 | </object> |
---|
348 | <packing> |
---|
349 | <property name="expand">False</property> |
---|
350 | <property name="fill">True</property> |
---|
351 | <property name="position">1</property> |
---|
352 | </packing> |
---|
353 | </child> |
---|
354 | <child> |
---|
355 | <object class="GtkHPaned" id="hpaned1"> |
---|
356 | <property name="visible">True</property> |
---|
357 | <property name="can_focus">True</property> |
---|
358 | <child> |
---|
359 | <object class="GtkTable" id="table2"> |
---|
360 | <property name="visible">True</property> |
---|
361 | <property name="can_focus">False</property> |
---|
362 | <property name="n_rows">2</property> |
---|
363 | <property name="n_columns">2</property> |
---|
364 | <child> |
---|
365 | <object class="GtkHScrollbar" id="hscrollbar1"> |
---|
366 | <property name="visible">True</property> |
---|
367 | <property name="can_focus">False</property> |
---|
368 | <property name="adjustment">gl_hadj</property> |
---|
369 | </object> |
---|
370 | <packing> |
---|
371 | <property name="top_attach">1</property> |
---|
372 | <property name="bottom_attach">2</property> |
---|
373 | <property name="y_options">GTK_SHRINK</property> |
---|
374 | </packing> |
---|
375 | </child> |
---|
376 | <child> |
---|
377 | <object class="GtkVScrollbar" id="vscrollbar1"> |
---|
378 | <property name="visible">True</property> |
---|
379 | <property name="can_focus">False</property> |
---|
380 | <property name="adjustment">gl_vadj</property> |
---|
381 | </object> |
---|
382 | <packing> |
---|
383 | <property name="left_attach">1</property> |
---|
384 | <property name="right_attach">2</property> |
---|
385 | <property name="x_options">GTK_SHRINK</property> |
---|
386 | </packing> |
---|
387 | </child> |
---|
388 | <child> |
---|
389 | <object class="GtkViewport" id="gl_container"> |
---|
390 | <property name="visible">True</property> |
---|
391 | <property name="can_focus">False</property> |
---|
392 | <property name="resize_mode">queue</property> |
---|
393 | <child> |
---|
394 | <placeholder/> |
---|
395 | </child> |
---|
396 | </object> |
---|
397 | <packing> |
---|
398 | <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> |
---|
399 | <property name="y_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> |
---|
400 | </packing> |
---|
401 | </child> |
---|
402 | <child> |
---|
403 | <placeholder/> |
---|
404 | </child> |
---|
405 | </object> |
---|
406 | <packing> |
---|
407 | <property name="resize">False</property> |
---|
408 | <property name="shrink">True</property> |
---|
409 | </packing> |
---|
410 | </child> |
---|
411 | <child> |
---|
412 | <object class="GtkLabel" id="label1"> |
---|
413 | <property name="width_request">150</property> |
---|
414 | <property name="visible">True</property> |
---|
415 | <property name="can_focus">False</property> |
---|
416 | <property name="label" translatable="yes">Palette will be here </property> |
---|
417 | </object> |
---|
418 | <packing> |
---|
419 | <property name="resize">False</property> |
---|
420 | <property name="shrink">False</property> |
---|
421 | </packing> |
---|
422 | </child> |
---|
423 | </object> |
---|
424 | <packing> |
---|
425 | <property name="expand">True</property> |
---|
426 | <property name="fill">True</property> |
---|
427 | <property name="position">2</property> |
---|
428 | </packing> |
---|
429 | </child> |
---|
430 | <child> |
---|
431 | <object class="GtkStatusbar" id="statusbar1"> |
---|
432 | <property name="visible">True</property> |
---|
433 | <property name="can_focus">False</property> |
---|
434 | <property name="spacing">2</property> |
---|
435 | </object> |
---|
436 | <packing> |
---|
437 | <property name="expand">False</property> |
---|
438 | <property name="fill">True</property> |
---|
439 | <property name="position">3</property> |
---|
440 | </packing> |
---|
441 | </child> |
---|
442 | </object> |
---|
443 | </child> |
---|
444 | </object> |
---|
445 | </interface> |
---|