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 | |
---|
6 | <widget class="GtkWindow" id="winMain"> |
---|
7 | <property name="visible">True</property> |
---|
8 | <property name="title" translatable="yes">ICP GUi</property> |
---|
9 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
---|
10 | <property name="window_position">GTK_WIN_POS_NONE</property> |
---|
11 | <property name="modal">False</property> |
---|
12 | <property name="default_width">1024</property> |
---|
13 | <property name="default_height">600</property> |
---|
14 | <property name="resizable">True</property> |
---|
15 | <property name="destroy_with_parent">False</property> |
---|
16 | <property name="decorated">True</property> |
---|
17 | <property name="skip_taskbar_hint">False</property> |
---|
18 | <property name="skip_pager_hint">False</property> |
---|
19 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
---|
20 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
---|
21 | <property name="focus_on_map">True</property> |
---|
22 | <property name="urgency_hint">False</property> |
---|
23 | <signal name="destroy" handler="on_winMain_destroy" last_modification_time="Tue, 21 Aug 2007 20:00:20 GMT"/> |
---|
24 | |
---|
25 | <child> |
---|
26 | <widget class="GtkVBox" id="vbox1"> |
---|
27 | <property name="visible">True</property> |
---|
28 | <property name="homogeneous">False</property> |
---|
29 | <property name="spacing">0</property> |
---|
30 | |
---|
31 | <child> |
---|
32 | <widget class="GtkMenuBar" id="menubar1"> |
---|
33 | <property name="visible">True</property> |
---|
34 | <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property> |
---|
35 | <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property> |
---|
36 | |
---|
37 | <child> |
---|
38 | <widget class="GtkMenuItem" id="menuitem1"> |
---|
39 | <property name="visible">True</property> |
---|
40 | <property name="label" translatable="yes">_File</property> |
---|
41 | <property name="use_underline">True</property> |
---|
42 | |
---|
43 | <child> |
---|
44 | <widget class="GtkMenu" id="menu1"> |
---|
45 | |
---|
46 | <child> |
---|
47 | <widget class="GtkImageMenuItem" id="new1"> |
---|
48 | <property name="visible">True</property> |
---|
49 | <property name="label">gtk-new</property> |
---|
50 | <property name="use_stock">True</property> |
---|
51 | <signal name="activate" handler="on_new1_activate" last_modification_time="Tue, 21 Aug 2007 19:19:17 GMT"/> |
---|
52 | </widget> |
---|
53 | </child> |
---|
54 | |
---|
55 | <child> |
---|
56 | <widget class="GtkImageMenuItem" id="open1"> |
---|
57 | <property name="visible">True</property> |
---|
58 | <property name="label">gtk-open</property> |
---|
59 | <property name="use_stock">True</property> |
---|
60 | <signal name="activate" handler="on_open1_activate" last_modification_time="Tue, 21 Aug 2007 19:19:17 GMT"/> |
---|
61 | </widget> |
---|
62 | </child> |
---|
63 | |
---|
64 | <child> |
---|
65 | <widget class="GtkImageMenuItem" id="save1"> |
---|
66 | <property name="visible">True</property> |
---|
67 | <property name="label">gtk-save</property> |
---|
68 | <property name="use_stock">True</property> |
---|
69 | <signal name="activate" handler="on_save1_activate" last_modification_time="Tue, 21 Aug 2007 19:19:17 GMT"/> |
---|
70 | </widget> |
---|
71 | </child> |
---|
72 | |
---|
73 | <child> |
---|
74 | <widget class="GtkImageMenuItem" id="save_as1"> |
---|
75 | <property name="visible">True</property> |
---|
76 | <property name="label">gtk-save-as</property> |
---|
77 | <property name="use_stock">True</property> |
---|
78 | <signal name="activate" handler="on_save_as1_activate" last_modification_time="Tue, 21 Aug 2007 19:19:17 GMT"/> |
---|
79 | </widget> |
---|
80 | </child> |
---|
81 | |
---|
82 | <child> |
---|
83 | <widget class="GtkSeparatorMenuItem" id="separatormenuitem1"> |
---|
84 | <property name="visible">True</property> |
---|
85 | </widget> |
---|
86 | </child> |
---|
87 | |
---|
88 | <child> |
---|
89 | <widget class="GtkImageMenuItem" id="quit1"> |
---|
90 | <property name="visible">True</property> |
---|
91 | <property name="label">gtk-quit</property> |
---|
92 | <property name="use_stock">True</property> |
---|
93 | <signal name="activate" handler="on_quit1_activate" last_modification_time="Tue, 21 Aug 2007 19:19:17 GMT"/> |
---|
94 | </widget> |
---|
95 | </child> |
---|
96 | </widget> |
---|
97 | </child> |
---|
98 | </widget> |
---|
99 | </child> |
---|
100 | |
---|
101 | <child> |
---|
102 | <widget class="GtkMenuItem" id="menuitem2"> |
---|
103 | <property name="visible">True</property> |
---|
104 | <property name="label" translatable="yes">_Edit</property> |
---|
105 | <property name="use_underline">True</property> |
---|
106 | |
---|
107 | <child> |
---|
108 | <widget class="GtkMenu" id="menu2"> |
---|
109 | |
---|
110 | <child> |
---|
111 | <widget class="GtkImageMenuItem" id="cut1"> |
---|
112 | <property name="visible">True</property> |
---|
113 | <property name="label">gtk-cut</property> |
---|
114 | <property name="use_stock">True</property> |
---|
115 | <signal name="activate" handler="on_cut1_activate" last_modification_time="Tue, 21 Aug 2007 19:19:17 GMT"/> |
---|
116 | </widget> |
---|
117 | </child> |
---|
118 | |
---|
119 | <child> |
---|
120 | <widget class="GtkImageMenuItem" id="copy1"> |
---|
121 | <property name="visible">True</property> |
---|
122 | <property name="label">gtk-copy</property> |
---|
123 | <property name="use_stock">True</property> |
---|
124 | <signal name="activate" handler="on_copy1_activate" last_modification_time="Tue, 21 Aug 2007 19:19:17 GMT"/> |
---|
125 | </widget> |
---|
126 | </child> |
---|
127 | |
---|
128 | <child> |
---|
129 | <widget class="GtkImageMenuItem" id="paste1"> |
---|
130 | <property name="visible">True</property> |
---|
131 | <property name="label">gtk-paste</property> |
---|
132 | <property name="use_stock">True</property> |
---|
133 | <signal name="activate" handler="on_paste1_activate" last_modification_time="Tue, 21 Aug 2007 19:19:17 GMT"/> |
---|
134 | </widget> |
---|
135 | </child> |
---|
136 | |
---|
137 | <child> |
---|
138 | <widget class="GtkImageMenuItem" id="delete1"> |
---|
139 | <property name="visible">True</property> |
---|
140 | <property name="label">gtk-delete</property> |
---|
141 | <property name="use_stock">True</property> |
---|
142 | <signal name="activate" handler="on_delete1_activate" last_modification_time="Tue, 21 Aug 2007 19:19:17 GMT"/> |
---|
143 | </widget> |
---|
144 | </child> |
---|
145 | </widget> |
---|
146 | </child> |
---|
147 | </widget> |
---|
148 | </child> |
---|
149 | |
---|
150 | <child> |
---|
151 | <widget class="GtkMenuItem" id="menuitem3"> |
---|
152 | <property name="visible">True</property> |
---|
153 | <property name="label" translatable="yes">_View</property> |
---|
154 | <property name="use_underline">True</property> |
---|
155 | |
---|
156 | <child> |
---|
157 | <widget class="GtkMenu" id="menu3"> |
---|
158 | </widget> |
---|
159 | </child> |
---|
160 | </widget> |
---|
161 | </child> |
---|
162 | |
---|
163 | <child> |
---|
164 | <widget class="GtkMenuItem" id="menuitem4"> |
---|
165 | <property name="visible">True</property> |
---|
166 | <property name="label" translatable="yes">_Help</property> |
---|
167 | <property name="use_underline">True</property> |
---|
168 | |
---|
169 | <child> |
---|
170 | <widget class="GtkMenu" id="menu4"> |
---|
171 | |
---|
172 | <child> |
---|
173 | <widget class="GtkMenuItem" id="about1"> |
---|
174 | <property name="visible">True</property> |
---|
175 | <property name="label" translatable="yes">_About</property> |
---|
176 | <property name="use_underline">True</property> |
---|
177 | <signal name="activate" handler="on_about1_activate" last_modification_time="Tue, 21 Aug 2007 19:19:17 GMT"/> |
---|
178 | </widget> |
---|
179 | </child> |
---|
180 | </widget> |
---|
181 | </child> |
---|
182 | </widget> |
---|
183 | </child> |
---|
184 | </widget> |
---|
185 | <packing> |
---|
186 | <property name="padding">0</property> |
---|
187 | <property name="expand">False</property> |
---|
188 | <property name="fill">False</property> |
---|
189 | </packing> |
---|
190 | </child> |
---|
191 | |
---|
192 | <child> |
---|
193 | <widget class="GtkScrolledWindow" id="scrolledwindow1"> |
---|
194 | <property name="visible">True</property> |
---|
195 | <property name="can_focus">True</property> |
---|
196 | <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property> |
---|
197 | <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property> |
---|
198 | <property name="shadow_type">GTK_SHADOW_IN</property> |
---|
199 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
---|
200 | |
---|
201 | <child> |
---|
202 | <widget class="GtkTreeView" id="runListView"> |
---|
203 | <property name="visible">True</property> |
---|
204 | <property name="can_focus">True</property> |
---|
205 | <property name="headers_visible">True</property> |
---|
206 | <property name="rules_hint">False</property> |
---|
207 | <property name="reorderable">False</property> |
---|
208 | <property name="enable_search">True</property> |
---|
209 | <property name="fixed_height_mode">False</property> |
---|
210 | <property name="hover_selection">False</property> |
---|
211 | <property name="hover_expand">False</property> |
---|
212 | </widget> |
---|
213 | </child> |
---|
214 | </widget> |
---|
215 | <packing> |
---|
216 | <property name="padding">0</property> |
---|
217 | <property name="expand">True</property> |
---|
218 | <property name="fill">True</property> |
---|
219 | </packing> |
---|
220 | </child> |
---|
221 | |
---|
222 | <child> |
---|
223 | <widget class="GtkHBox" id="hbox1"> |
---|
224 | <property name="visible">True</property> |
---|
225 | <property name="homogeneous">False</property> |
---|
226 | <property name="spacing">0</property> |
---|
227 | |
---|
228 | <child> |
---|
229 | <placeholder/> |
---|
230 | </child> |
---|
231 | |
---|
232 | <child> |
---|
233 | <placeholder/> |
---|
234 | </child> |
---|
235 | </widget> |
---|
236 | <packing> |
---|
237 | <property name="padding">0</property> |
---|
238 | <property name="expand">False</property> |
---|
239 | <property name="fill">True</property> |
---|
240 | </packing> |
---|
241 | </child> |
---|
242 | |
---|
243 | <child> |
---|
244 | <widget class="GtkHBox" id="hbox2"> |
---|
245 | <property name="visible">True</property> |
---|
246 | <property name="homogeneous">False</property> |
---|
247 | <property name="spacing">0</property> |
---|
248 | |
---|
249 | <child> |
---|
250 | <widget class="GtkButton" id="but_ls"> |
---|
251 | <property name="visible">True</property> |
---|
252 | <property name="can_focus">True</property> |
---|
253 | <property name="label" translatable="yes">ls</property> |
---|
254 | <property name="use_underline">True</property> |
---|
255 | <property name="relief">GTK_RELIEF_NORMAL</property> |
---|
256 | <property name="focus_on_click">True</property> |
---|
257 | <signal name="clicked" handler="on_but_ls_clicked" last_modification_time="Wed, 22 Aug 2007 15:46:34 GMT"/> |
---|
258 | </widget> |
---|
259 | <packing> |
---|
260 | <property name="padding">0</property> |
---|
261 | <property name="expand">False</property> |
---|
262 | <property name="fill">False</property> |
---|
263 | </packing> |
---|
264 | </child> |
---|
265 | |
---|
266 | <child> |
---|
267 | <widget class="GtkButton" id="but_top"> |
---|
268 | <property name="visible">True</property> |
---|
269 | <property name="can_focus">True</property> |
---|
270 | <property name="label" translatable="yes">top</property> |
---|
271 | <property name="use_underline">True</property> |
---|
272 | <property name="relief">GTK_RELIEF_NORMAL</property> |
---|
273 | <property name="focus_on_click">True</property> |
---|
274 | <signal name="clicked" handler="on_but_top_clicked" last_modification_time="Wed, 22 Aug 2007 15:46:42 GMT"/> |
---|
275 | </widget> |
---|
276 | <packing> |
---|
277 | <property name="padding">0</property> |
---|
278 | <property name="expand">False</property> |
---|
279 | <property name="fill">False</property> |
---|
280 | </packing> |
---|
281 | </child> |
---|
282 | |
---|
283 | <child> |
---|
284 | <widget class="GtkButton" id="but_clear"> |
---|
285 | <property name="visible">True</property> |
---|
286 | <property name="can_focus">True</property> |
---|
287 | <property name="label" translatable="yes">clear</property> |
---|
288 | <property name="use_underline">True</property> |
---|
289 | <property name="relief">GTK_RELIEF_NORMAL</property> |
---|
290 | <property name="focus_on_click">True</property> |
---|
291 | <signal name="clicked" handler="on_but_clear_clicked" last_modification_time="Wed, 22 Aug 2007 15:46:48 GMT"/> |
---|
292 | </widget> |
---|
293 | <packing> |
---|
294 | <property name="padding">0</property> |
---|
295 | <property name="expand">False</property> |
---|
296 | <property name="fill">False</property> |
---|
297 | </packing> |
---|
298 | </child> |
---|
299 | </widget> |
---|
300 | <packing> |
---|
301 | <property name="padding">0</property> |
---|
302 | <property name="expand">False</property> |
---|
303 | <property name="fill">False</property> |
---|
304 | </packing> |
---|
305 | </child> |
---|
306 | </widget> |
---|
307 | </child> |
---|
308 | </widget> |
---|
309 | |
---|
310 | </glade-interface> |
---|