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