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