Basic build instructions.
[margoerets.git] / margoerets.glade
blob32c9b9b7f8808645ca47e4a057f6283f1612d3df
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="GtkWindow" id="margoerets_window">
6 <signal name="delete_event" handler="gtk_main_quit"/>
7 <child>
8 <object class="GtkVBox" id="vbox1">
9 <property name="visible">True</property>
10 <child>
11 <object class="GtkMenuBar" id="margoerets_menubar">
12 <property name="visible">True</property>
13 <property name="ubuntu_local">True</property>
14 <child>
15 <object class="GtkMenuItem" id="main_menu_file_menuitem">
16 <property name="visible">True</property>
17 <property name="label" translatable="yes">_File</property>
18 <property name="use_underline">True</property>
19 <child type="submenu">
20 <object class="GtkMenu" id="file_menu">
21 <property name="visible">True</property>
22 <property name="ubuntu_local">True</property>
23 <child>
24 <object class="GtkImageMenuItem" id="file_new_imagemenuitem">
25 <property name="label">gtk-new</property>
26 <property name="visible">True</property>
27 <property name="use_underline">True</property>
28 <property name="use_stock">True</property>
29 </object>
30 </child>
31 <child>
32 <object class="GtkImageMenuItem" id="file_open_imagemenuitem">
33 <property name="label">gtk-open</property>
34 <property name="visible">True</property>
35 <property name="use_underline">True</property>
36 <property name="use_stock">True</property>
37 <signal name="activate" handler="gtk_widget_show" object="output_filechooserdialog"/>
38 </object>
39 </child>
40 <child>
41 <object class="GtkImageMenuItem" id="file_perspectives_imagemenuitem">
42 <property name="label">Load images</property>
43 <property name="visible">True</property>
44 <property name="image">image1</property>
45 <property name="use_stock">False</property>
46 <signal name="activate" handler="gtk_widget_show" object="perspectives_filechooserdialog"/>
47 </object>
48 </child>
49 <child>
50 <object class="GtkImageMenuItem" id="file_save_imagemenuitem">
51 <property name="label">gtk-save</property>
52 <property name="visible">True</property>
53 <property name="use_underline">True</property>
54 <property name="use_stock">True</property>
55 </object>
56 </child>
57 <child>
58 <object class="GtkImageMenuItem" id="file_saveas_imagemenuitem">
59 <property name="label">gtk-save-as</property>
60 <property name="visible">True</property>
61 <property name="use_underline">True</property>
62 <property name="use_stock">True</property>
63 </object>
64 </child>
65 <child>
66 <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
67 <property name="visible">True</property>
68 </object>
69 </child>
70 <child>
71 <object class="GtkImageMenuItem" id="file_quit_imagemenuitem">
72 <property name="label">gtk-quit</property>
73 <property name="visible">True</property>
74 <property name="use_underline">True</property>
75 <property name="use_stock">True</property>
76 <signal name="activate" handler="gtk_main_quit"/>
77 </object>
78 </child>
79 </object>
80 </child>
81 </object>
82 </child>
83 <child>
84 <object class="GtkMenuItem" id="main_menu_view_menuitem">
85 <property name="visible">True</property>
86 <property name="label" translatable="yes">_View</property>
87 <property name="use_underline">True</property>
88 </object>
89 </child>
90 <child>
91 <object class="GtkMenuItem" id="main_menu_help_menuitem">
92 <property name="visible">True</property>
93 <property name="label" translatable="yes">_Help</property>
94 <property name="use_underline">True</property>
95 <child type="submenu">
96 <object class="GtkMenu" id="help_menu">
97 <property name="visible">True</property>
98 <property name="ubuntu_local">True</property>
99 <child>
100 <object class="GtkImageMenuItem" id="help_about_imagemenuitem">
101 <property name="label">gtk-about</property>
102 <property name="visible">True</property>
103 <property name="use_underline">True</property>
104 <property name="use_stock">True</property>
105 </object>
106 </child>
107 </object>
108 </child>
109 </object>
110 </child>
111 </object>
112 <packing>
113 <property name="expand">False</property>
114 <property name="position">0</property>
115 </packing>
116 </child>
117 <child>
118 <object class="GtkHBox" id="hbox1">
119 <property name="visible">True</property>
120 <child>
121 <object class="GtkNotebook" id="perspectives_notebook">
122 <property name="visible">True</property>
123 <property name="can_focus">True</property>
124 <property name="tab_pos">left</property>
125 <child>
126 <placeholder/>
127 </child>
128 <child type="tab">
129 <placeholder/>
130 </child>
131 <child>
132 <placeholder/>
133 </child>
134 <child type="tab">
135 <placeholder/>
136 </child>
137 <child>
138 <placeholder/>
139 </child>
140 <child type="tab">
141 <placeholder/>
142 </child>
143 </object>
144 <packing>
145 <property name="position">0</property>
146 </packing>
147 </child>
148 <child>
149 <object class="GtkScrolledWindow" id="image_detail_window">
150 <property name="visible">True</property>
151 <property name="can_focus">True</property>
152 <property name="hscrollbar_policy">automatic</property>
153 <property name="vscrollbar_policy">automatic</property>
154 <child>
155 <object class="GtkViewport" id="image_detail_viewport">
156 <property name="visible">True</property>
157 <property name="resize_mode">queue</property>
158 <child>
159 <object class="GtkDrawingArea" id="image_detail_drawingarea">
160 <property name="visible">True</property>
161 </object>
162 </child>
163 </object>
164 </child>
165 </object>
166 <packing>
167 <property name="position">1</property>
168 </packing>
169 </child>
170 </object>
171 <packing>
172 <property name="position">1</property>
173 </packing>
174 </child>
175 <child>
176 <object class="GtkEntry" id="stdout_entry">
177 <property name="visible">True</property>
178 <property name="can_focus">True</property>
179 <property name="invisible_char"></property>
180 </object>
181 <packing>
182 <property name="position">2</property>
183 </packing>
184 </child>
185 </object>
186 </child>
187 </object>
188 <object class="GtkFileChooserDialog" id="perspectives_filechooserdialog">
189 <property name="border_width">5</property>
190 <property name="type_hint">normal</property>
191 <property name="select_multiple">True</property>
192 <signal name="delete_event" handler="gtk_widget_hide_on_delete"/>
193 <child internal-child="vbox">
194 <object class="GtkVBox" id="dialog-vbox1">
195 <property name="visible">True</property>
196 <property name="spacing">2</property>
197 <child>
198 <placeholder/>
199 </child>
200 <child internal-child="action_area">
201 <object class="GtkHButtonBox" id="dialog-action_area1">
202 <property name="visible">True</property>
203 <property name="layout_style">end</property>
204 <child>
205 <object class="GtkButton" id="perspectives_cancel_button">
206 <property name="label">gtk-cancel</property>
207 <property name="visible">True</property>
208 <property name="can_focus">True</property>
209 <property name="can_default">True</property>
210 <property name="receives_default">True</property>
211 <property name="use_stock">True</property>
212 <signal name="clicked" handler="gtk_widget_hide_on_delete" object="perspectives_filechooserdialog"/>
213 </object>
214 <packing>
215 <property name="expand">False</property>
216 <property name="fill">False</property>
217 <property name="position">0</property>
218 </packing>
219 </child>
220 <child>
221 <object class="GtkButton" id="perspectives_open_button">
222 <property name="label">gtk-open</property>
223 <property name="visible">True</property>
224 <property name="can_focus">True</property>
225 <property name="can_default">True</property>
226 <property name="has_default">True</property>
227 <property name="receives_default">True</property>
228 <property name="use_stock">True</property>
229 <signal name="clicked" handler="margoerets_load_perspectives" object="perspectives_filechooserdialog"/>
230 </object>
231 <packing>
232 <property name="expand">False</property>
233 <property name="fill">False</property>
234 <property name="position">1</property>
235 </packing>
236 </child>
237 </object>
238 <packing>
239 <property name="expand">False</property>
240 <property name="pack_type">end</property>
241 <property name="position">0</property>
242 </packing>
243 </child>
244 </object>
245 </child>
246 <action-widgets>
247 <action-widget response="0">perspectives_cancel_button</action-widget>
248 <action-widget response="0">perspectives_open_button</action-widget>
249 </action-widgets>
250 </object>
251 <object class="GtkFileChooserDialog" id="output_filechooserdialog">
252 <property name="border_width">5</property>
253 <property name="type_hint">normal</property>
254 <signal name="delete_event" handler="gtk_widget_hide_on_delete"/>
255 <child internal-child="vbox">
256 <object class="GtkVBox" id="dialog-vbox2">
257 <property name="visible">True</property>
258 <property name="spacing">2</property>
259 <child>
260 <placeholder/>
261 </child>
262 <child internal-child="action_area">
263 <object class="GtkHButtonBox" id="dialog-action_area2">
264 <property name="visible">True</property>
265 <property name="layout_style">end</property>
266 <child>
267 <object class="GtkButton" id="output_cancel_button">
268 <property name="label">gtk-cancel</property>
269 <property name="visible">True</property>
270 <property name="can_focus">True</property>
271 <property name="can_default">True</property>
272 <property name="receives_default">True</property>
273 <property name="use_stock">True</property>
274 <signal name="clicked" handler="gtk_widget_hide_on_delete" object="output_filechooserdialog"/>
275 </object>
276 <packing>
277 <property name="expand">False</property>
278 <property name="fill">False</property>
279 <property name="position">0</property>
280 </packing>
281 </child>
282 <child>
283 <object class="GtkButton" id="output_open_button">
284 <property name="label">gtk-open</property>
285 <property name="visible">True</property>
286 <property name="can_focus">True</property>
287 <property name="can_default">True</property>
288 <property name="has_default">True</property>
289 <property name="receives_default">True</property>
290 <property name="use_stock">True</property>
291 <signal name="clicked" handler="margoerets_open_output" object="output_filechooserdialog"/>
292 </object>
293 <packing>
294 <property name="expand">False</property>
295 <property name="fill">False</property>
296 <property name="position">1</property>
297 </packing>
298 </child>
299 </object>
300 <packing>
301 <property name="expand">False</property>
302 <property name="pack_type">end</property>
303 <property name="position">0</property>
304 </packing>
305 </child>
306 </object>
307 </child>
308 <action-widgets>
309 <action-widget response="0">output_cancel_button</action-widget>
310 <action-widget response="0">output_open_button</action-widget>
311 </action-widgets>
312 </object>
313 <object class="GtkImage" id="image1">
314 <property name="visible">True</property>
315 <property name="stock">gtk-missing-image</property>
316 </object>
317 </interface>