|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<!-- Generated with glade 3.22.0 --> |
| 1 | +<?xml version="1.0"?> |
3 | 2 | <interface> |
4 | | - <requires lib="gtk+" version="3.22"/> |
5 | | - <object class="GtkImage" id="image1"> |
6 | | - <property name="visible">True</property> |
7 | | - <property name="can_focus">False</property> |
8 | | - <property name="icon_name">help-browser</property> |
9 | | - </object> |
10 | | - <object class="GtkImage" id="image2"> |
11 | | - <property name="visible">True</property> |
12 | | - <property name="can_focus">False</property> |
13 | | - <property name="icon_name">process-stop</property> |
14 | | - </object> |
15 | | - <object class="GtkImage" id="run_button_image"> |
16 | | - <property name="visible">True</property> |
17 | | - <property name="can_focus">False</property> |
18 | | - <property name="icon_name">system-run</property> |
19 | | - </object> |
| 3 | + <requires lib="gtk+" version="2.16"/> |
| 4 | + <!-- interface-naming-policy toplevel-contextual --> |
20 | 5 | <object class="GtkDialog" id="panel_run_dialog"> |
21 | | - <property name="can_focus">False</property> |
22 | 6 | <property name="border_width">5</property> |
23 | 7 | <property name="title" translatable="yes">Run Application</property> |
24 | 8 | <property name="resizable">False</property> |
25 | 9 | <property name="window_position">center</property> |
26 | 10 | <property name="type_hint">dialog</property> |
27 | 11 | <child internal-child="vbox"> |
28 | | - <object class="GtkBox" id="dialog-vbox1"> |
| 12 | + <object class="GtkVBox" id="dialog-vbox1"> |
29 | 13 | <property name="visible">True</property> |
30 | | - <property name="can_focus">False</property> |
31 | 14 | <property name="orientation">vertical</property> |
32 | 15 | <property name="spacing">2</property> |
33 | | - <child internal-child="action_area"> |
34 | | - <object class="GtkButtonBox" id="dialog-action_area1"> |
35 | | - <property name="visible">True</property> |
36 | | - <property name="can_focus">False</property> |
37 | | - <child> |
38 | | - <object class="GtkButton" id="help_button"> |
39 | | - <property name="label" translatable="yes">_Help</property> |
40 | | - <property name="visible">True</property> |
41 | | - <property name="can_focus">True</property> |
42 | | - <property name="can_default">True</property> |
43 | | - <property name="receives_default">False</property> |
44 | | - <property name="image">image1</property> |
45 | | - <property name="use_underline">True</property> |
46 | | - </object> |
47 | | - <packing> |
48 | | - <property name="expand">False</property> |
49 | | - <property name="fill">False</property> |
50 | | - <property name="position">0</property> |
51 | | - </packing> |
52 | | - </child> |
53 | | - <child> |
54 | | - <object class="GtkButton" id="cancel_button"> |
55 | | - <property name="label" translatable="yes">_Cancel</property> |
56 | | - <property name="visible">True</property> |
57 | | - <property name="can_focus">True</property> |
58 | | - <property name="can_default">True</property> |
59 | | - <property name="receives_default">False</property> |
60 | | - <property name="image">image2</property> |
61 | | - <property name="use_underline">True</property> |
62 | | - </object> |
63 | | - <packing> |
64 | | - <property name="expand">False</property> |
65 | | - <property name="fill">False</property> |
66 | | - <property name="position">1</property> |
67 | | - </packing> |
68 | | - </child> |
69 | | - <child> |
70 | | - <object class="GtkButton" id="run_button"> |
71 | | - <property name="label" translatable="yes">_Run</property> |
72 | | - <property name="visible">True</property> |
73 | | - <property name="can_focus">True</property> |
74 | | - <property name="can_default">True</property> |
75 | | - <property name="has_default">True</property> |
76 | | - <property name="receives_default">False</property> |
77 | | - <property name="image">run_button_image</property> |
78 | | - <property name="use_underline">True</property> |
79 | | - <child internal-child="accessible"> |
80 | | - <object class="AtkObject" id="run_button-atkobject"> |
81 | | - <property name="AtkObject::accessible-description" translatable="yes">Click this button to run the selected application or the command in the command entry field.</property> |
82 | | - </object> |
83 | | - </child> |
84 | | - </object> |
85 | | - <packing> |
86 | | - <property name="expand">False</property> |
87 | | - <property name="fill">False</property> |
88 | | - <property name="position">2</property> |
89 | | - </packing> |
90 | | - </child> |
91 | | - </object> |
92 | | - <packing> |
93 | | - <property name="expand">False</property> |
94 | | - <property name="fill">False</property> |
95 | | - <property name="pack_type">end</property> |
96 | | - <property name="position">0</property> |
97 | | - </packing> |
98 | | - </child> |
99 | 16 | <child> |
100 | | - <object class="GtkBox" id="main_box"> |
| 17 | + <object class="GtkVBox" id="main_box"> |
101 | 18 | <property name="visible">True</property> |
102 | | - <property name="can_focus">False</property> |
103 | 19 | <property name="border_width">5</property> |
104 | 20 | <property name="orientation">vertical</property> |
105 | 21 | <property name="spacing">6</property> |
106 | 22 | <child> |
107 | | - <object class="GtkBox" id="entry_box"> |
| 23 | + <object class="GtkHBox" id="entry_box"> |
108 | 24 | <property name="visible">True</property> |
109 | | - <property name="can_focus">False</property> |
110 | 25 | <child> |
111 | 26 | <object class="GtkAlignment" id="alignment1"> |
112 | 27 | <property name="visible">True</property> |
113 | | - <property name="can_focus">False</property> |
114 | 28 | <property name="xalign">0</property> |
115 | 29 | <property name="yalign">0</property> |
116 | 30 | <property name="xscale">0</property> |
117 | 31 | <property name="yscale">0</property> |
118 | 32 | <child> |
119 | 33 | <object class="GtkImage" id="icon_pixmap"> |
120 | 34 | <property name="visible">True</property> |
121 | | - <property name="can_focus">False</property> |
122 | | - <property name="icon_name">image-missing</property> |
| 35 | + <property name="xalign">0</property> |
| 36 | + <property name="yalign">0</property> |
| 37 | + <property name="stock">gtk-missing-image</property> |
123 | 38 | <child internal-child="accessible"> |
124 | 39 | <object class="AtkObject" id="icon_pixmap-atkobject"> |
125 | 40 | <property name="AtkObject::accessible-name" translatable="yes">Command icon</property> |
|
137 | 52 | </packing> |
138 | 53 | </child> |
139 | 54 | <child> |
140 | | - <object class="GtkBox" id="vbox2"> |
| 55 | + <object class="GtkVBox" id="vbox2"> |
141 | 56 | <property name="visible">True</property> |
142 | | - <property name="can_focus">False</property> |
143 | 57 | <property name="orientation">vertical</property> |
144 | 58 | <property name="spacing">6</property> |
145 | 59 | <child> |
146 | 60 | <object class="GtkComboBoxText" id="comboboxentry"> |
147 | 61 | <property name="visible">True</property> |
148 | | - <property name="can_focus">False</property> |
149 | | - <property name="has_entry">True</property> |
150 | | - <child internal-child="entry"> |
151 | | - <object class="GtkEntry"> |
152 | | - <property name="can_focus">False</property> |
153 | | - </object> |
154 | | - </child> |
| 62 | + <property name="has-entry">True</property> |
155 | 63 | </object> |
156 | 64 | <packing> |
157 | | - <property name="expand">True</property> |
158 | | - <property name="fill">True</property> |
159 | 65 | <property name="position">0</property> |
160 | 66 | </packing> |
161 | 67 | </child> |
162 | 68 | <child> |
163 | | - <object class="GtkBox" id="hbox2"> |
| 69 | + <object class="GtkHBox" id="hbox2"> |
164 | 70 | <property name="visible">True</property> |
165 | | - <property name="can_focus">False</property> |
166 | 71 | <property name="spacing">12</property> |
167 | 72 | <child> |
168 | 73 | <object class="GtkCheckButton" id="terminal_checkbox"> |
|
179 | 84 | </child> |
180 | 85 | </object> |
181 | 86 | <packing> |
182 | | - <property name="expand">True</property> |
183 | | - <property name="fill">True</property> |
184 | 87 | <property name="position">0</property> |
185 | 88 | </packing> |
186 | 89 | </child> |
|
205 | 108 | </child> |
206 | 109 | </object> |
207 | 110 | <packing> |
208 | | - <property name="expand">True</property> |
209 | | - <property name="fill">True</property> |
210 | 111 | <property name="position">1</property> |
211 | 112 | </packing> |
212 | 113 | </child> |
213 | 114 | </object> |
214 | 115 | <packing> |
215 | | - <property name="expand">True</property> |
216 | | - <property name="fill">True</property> |
217 | 116 | <property name="position">1</property> |
218 | 117 | </packing> |
219 | 118 | </child> |
220 | 119 | </object> |
221 | 120 | <packing> |
222 | 121 | <property name="expand">False</property> |
223 | | - <property name="fill">True</property> |
224 | 122 | <property name="position">0</property> |
225 | 123 | </packing> |
226 | 124 | </child> |
|
230 | 128 | <property name="can_focus">True</property> |
231 | 129 | <property name="expanded">True</property> |
232 | 130 | <child> |
233 | | - <object class="GtkBox" id="program_list_box"> |
234 | | - <property name="visible">True</property> |
235 | | - <property name="can_focus">False</property> |
| 131 | + <object class="GtkVBox" id="program_list_box"> |
236 | 132 | <property name="vexpand">True</property> |
| 133 | + <property name="visible">True</property> |
237 | 134 | <property name="orientation">vertical</property> |
238 | 135 | <property name="spacing">6</property> |
239 | 136 | <child> |
240 | 137 | <object class="GtkScrolledWindow" id="scrolledwindow1"> |
241 | | - <property name="height_request">140</property> |
242 | 138 | <property name="visible">True</property> |
243 | 139 | <property name="can_focus">True</property> |
| 140 | + <property name="hscrollbar_policy">automatic</property> |
| 141 | + <property name="vscrollbar_policy">automatic</property> |
244 | 142 | <property name="shadow_type">in</property> |
| 143 | + <property name="height_request">140</property> |
245 | 144 | <child> |
246 | 145 | <object class="GtkTreeView" id="program_list"> |
247 | 146 | <property name="visible">True</property> |
248 | 147 | <property name="can_focus">True</property> |
249 | 148 | <property name="headers_visible">False</property> |
250 | | - <child internal-child="selection"> |
251 | | - <object class="GtkTreeSelection"/> |
252 | | - </child> |
253 | 149 | <child internal-child="accessible"> |
254 | 150 | <object class="AtkObject" id="program_list-atkobject"> |
255 | 151 | <property name="AtkObject::accessible-name" translatable="yes">List of known applications</property> |
|
259 | 155 | </child> |
260 | 156 | </object> |
261 | 157 | <packing> |
262 | | - <property name="expand">True</property> |
263 | | - <property name="fill">True</property> |
264 | 158 | <property name="position">0</property> |
265 | 159 | </packing> |
266 | 160 | </child> |
267 | 161 | <child> |
268 | 162 | <object class="GtkLabel" id="program_label"> |
269 | 163 | <property name="visible">True</property> |
270 | | - <property name="can_focus">False</property> |
| 164 | + <property name="xalign">0</property> |
| 165 | + <property name="yalign">0</property> |
271 | 166 | <property name="label" translatable="yes">Select an application to view its description.</property> |
272 | 167 | <property name="wrap">True</property> |
273 | 168 | <property name="selectable">True</property> |
274 | | - <property name="xalign">0</property> |
275 | | - <property name="yalign">0</property> |
276 | 169 | </object> |
277 | 170 | <packing> |
278 | 171 | <property name="expand">False</property> |
|
285 | 178 | <child type="label"> |
286 | 179 | <object class="GtkLabel" id="label3"> |
287 | 180 | <property name="visible">True</property> |
288 | | - <property name="can_focus">False</property> |
289 | | - <property name="label" translatable="yes">Show list of known _applications</property> |
290 | | - <property name="use_underline">True</property> |
291 | 181 | <property name="xalign">0</property> |
292 | 182 | <property name="yalign">0</property> |
| 183 | + <property name="label" translatable="yes">Show list of known _applications</property> |
| 184 | + <property name="use_underline">True</property> |
293 | 185 | </object> |
294 | 186 | </child> |
295 | 187 | </object> |
296 | 188 | <packing> |
297 | | - <property name="expand">True</property> |
298 | | - <property name="fill">True</property> |
299 | 189 | <property name="position">1</property> |
300 | 190 | </packing> |
301 | 191 | </child> |
302 | 192 | </object> |
303 | 193 | <packing> |
304 | | - <property name="expand">False</property> |
305 | | - <property name="fill">True</property> |
306 | 194 | <property name="position">1</property> |
307 | 195 | </packing> |
308 | 196 | </child> |
| 197 | + <child internal-child="action_area"> |
| 198 | + <object class="GtkHButtonBox" id="dialog-action_area1"> |
| 199 | + <property name="visible">True</property> |
| 200 | + <child> |
| 201 | + <object class="GtkButton" id="help_button"> |
| 202 | + <property name="label">gtk-help</property> |
| 203 | + <property name="visible">True</property> |
| 204 | + <property name="can_focus">True</property> |
| 205 | + <property name="can_default">True</property> |
| 206 | + <property name="receives_default">False</property> |
| 207 | + <property name="use_stock">True</property> |
| 208 | + </object> |
| 209 | + <packing> |
| 210 | + <property name="expand">False</property> |
| 211 | + <property name="fill">False</property> |
| 212 | + <property name="position">0</property> |
| 213 | + </packing> |
| 214 | + </child> |
| 215 | + <child> |
| 216 | + <object class="GtkButton" id="cancel_button"> |
| 217 | + <property name="label">gtk-cancel</property> |
| 218 | + <property name="visible">True</property> |
| 219 | + <property name="can_focus">True</property> |
| 220 | + <property name="can_default">True</property> |
| 221 | + <property name="receives_default">False</property> |
| 222 | + <property name="use_stock">True</property> |
| 223 | + </object> |
| 224 | + <packing> |
| 225 | + <property name="expand">False</property> |
| 226 | + <property name="fill">False</property> |
| 227 | + <property name="position">1</property> |
| 228 | + </packing> |
| 229 | + </child> |
| 230 | + <child> |
| 231 | + <object class="GtkButton" id="run_button"> |
| 232 | + <property name="label" translatable="yes">_Run</property> |
| 233 | + <property name="visible">True</property> |
| 234 | + <property name="can_focus">True</property> |
| 235 | + <property name="can_default">True</property> |
| 236 | + <property name="has_default">True</property> |
| 237 | + <property name="receives_default">False</property> |
| 238 | + <property name="image">run_button_image</property> |
| 239 | + <property name="use_underline">True</property> |
| 240 | + <child internal-child="accessible"> |
| 241 | + <object class="AtkObject" id="run_button-atkobject"> |
| 242 | + <property name="AtkObject::accessible-description" translatable="yes">Click this button to run the selected application or the command in the command entry field.</property> |
| 243 | + </object> |
| 244 | + </child> |
| 245 | + </object> |
| 246 | + <packing> |
| 247 | + <property name="expand">False</property> |
| 248 | + <property name="fill">False</property> |
| 249 | + <property name="position">2</property> |
| 250 | + </packing> |
| 251 | + </child> |
| 252 | + </object> |
| 253 | + <packing> |
| 254 | + <property name="expand">False</property> |
| 255 | + <property name="pack_type">end</property> |
| 256 | + <property name="position">0</property> |
| 257 | + </packing> |
| 258 | + </child> |
309 | 259 | </object> |
310 | 260 | </child> |
311 | 261 | <action-widgets> |
312 | 262 | <action-widget response="-11">help_button</action-widget> |
313 | 263 | <action-widget response="-6">cancel_button</action-widget> |
314 | 264 | <action-widget response="-5">run_button</action-widget> |
315 | 265 | </action-widgets> |
316 | | - <child> |
317 | | - <placeholder/> |
318 | | - </child> |
| 266 | + </object> |
| 267 | + <object class="GtkImage" id="run_button_image"> |
| 268 | + <property name="visible">True</property> |
| 269 | + <property name="stock">gtk-execute</property> |
319 | 270 | </object> |
320 | 271 | </interface> |
0 commit comments