|
1 | | -<?xml version="1.0"?> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- Generated with glade 3.22.1 --> |
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="image2"> |
| 6 | + <property name="visible">True</property> |
| 7 | + <property name="can_focus">False</property> |
| 8 | + <property name="icon_name">list-add</property> |
| 9 | + </object> |
| 10 | + <object class="GtkImage" id="image3"> |
| 11 | + <property name="visible">True</property> |
| 12 | + <property name="can_focus">False</property> |
| 13 | + <property name="icon_name">list-remove</property> |
| 14 | + </object> |
| 15 | + <object class="GtkImage" id="image4"> |
| 16 | + <property name="visible">True</property> |
| 17 | + <property name="can_focus">False</property> |
| 18 | + <property name="icon_name">text-editor</property> |
| 19 | + </object> |
5 | 20 | <object class="GtkNotebook" id="main-notebook"> |
6 | 21 | <property name="visible">True</property> |
7 | 22 | <property name="can_focus">True</property> |
8 | 23 | <property name="border_width">6</property> |
9 | 24 | <child> |
10 | | - <object class="GtkVBox" id="vbox1"> |
| 25 | + <object class="GtkBox" id="vbox1"> |
11 | 26 | <property name="visible">True</property> |
| 27 | + <property name="can_focus">False</property> |
12 | 28 | <property name="border_width">12</property> |
13 | 29 | <property name="orientation">vertical</property> |
14 | | - <property name="spacing">3</property> |
| 30 | + <property name="spacing">6</property> |
15 | 31 | <child> |
16 | 32 | <object class="GtkLabel" id="label6"> |
17 | 33 | <property name="visible">True</property> |
18 | | - <property name="xalign">0</property> |
19 | | - <property name="xpad">3</property> |
20 | | - <property name="ypad">3</property> |
| 34 | + <property name="can_focus">False</property> |
21 | 35 | <property name="label" translatable="yes">Additional startup _programs:</property> |
22 | 36 | <property name="use_underline">True</property> |
23 | 37 | <property name="mnemonic_widget">session_properties_treeview</property> |
| 38 | + <property name="xalign">0.029999999329447746</property> |
24 | 39 | </object> |
25 | 40 | <packing> |
26 | 41 | <property name="expand">False</property> |
| 42 | + <property name="fill">True</property> |
27 | 43 | <property name="position">0</property> |
28 | 44 | </packing> |
29 | 45 | </child> |
30 | 46 | <child> |
31 | | - <object class="GtkHBox" id="hbox1"> |
| 47 | + <object class="GtkBox" id="hbox1"> |
32 | 48 | <property name="visible">True</property> |
| 49 | + <property name="can_focus">False</property> |
33 | 50 | <property name="spacing">6</property> |
34 | 51 | <child> |
35 | 52 | <object class="GtkScrolledWindow" id="scrolledwindow1"> |
| 53 | + <property name="height_request">210</property> |
36 | 54 | <property name="visible">True</property> |
37 | 55 | <property name="can_focus">True</property> |
| 56 | + <property name="hexpand">True</property> |
38 | 57 | <property name="hscrollbar_policy">never</property> |
39 | | - <property name="vscrollbar_policy">automatic</property> |
40 | 58 | <property name="shadow_type">etched-in</property> |
41 | | - <property name="height_request">210</property> |
42 | 59 | <child> |
43 | 60 | <object class="GtkTreeView" id="session_properties_treeview"> |
44 | 61 | <property name="height_request">210</property> |
45 | 62 | <property name="visible">True</property> |
46 | 63 | <property name="can_focus">True</property> |
| 64 | + <child internal-child="selection"> |
| 65 | + <object class="GtkTreeSelection"/> |
| 66 | + </child> |
47 | 67 | </object> |
48 | 68 | </child> |
49 | 69 | </object> |
50 | 70 | <packing> |
| 71 | + <property name="expand">False</property> |
| 72 | + <property name="fill">True</property> |
51 | 73 | <property name="position">0</property> |
52 | 74 | </packing> |
53 | 75 | </child> |
54 | 76 | <child> |
55 | | - <object class="GtkVButtonBox" id="vbuttonbox1"> |
| 77 | + <object class="GtkButtonBox" id="vbuttonbox1"> |
56 | 78 | <property name="visible">True</property> |
| 79 | + <property name="can_focus">False</property> |
| 80 | + <property name="orientation">vertical</property> |
57 | 81 | <property name="spacing">6</property> |
58 | 82 | <property name="layout_style">start</property> |
59 | 83 | <child> |
60 | 84 | <object class="GtkButton" id="session_properties_add_button"> |
61 | | - <property name="label">gtk-add</property> |
| 85 | + <property name="label">_Add</property> |
62 | 86 | <property name="visible">True</property> |
63 | 87 | <property name="can_focus">True</property> |
64 | 88 | <property name="receives_default">True</property> |
65 | | - <property name="use_stock">True</property> |
| 89 | + <property name="image">image2</property> |
| 90 | + <property name="use_underline">True</property> |
66 | 91 | </object> |
67 | 92 | <packing> |
68 | 93 | <property name="expand">False</property> |
|
72 | 97 | </child> |
73 | 98 | <child> |
74 | 99 | <object class="GtkButton" id="session_properties_delete_button"> |
75 | | - <property name="label">gtk-remove</property> |
| 100 | + <property name="label">_Remove</property> |
76 | 101 | <property name="visible">True</property> |
77 | 102 | <property name="sensitive">False</property> |
78 | 103 | <property name="can_focus">True</property> |
79 | 104 | <property name="receives_default">True</property> |
80 | | - <property name="use_stock">True</property> |
| 105 | + <property name="image">image3</property> |
| 106 | + <property name="use_underline">True</property> |
81 | 107 | </object> |
82 | 108 | <packing> |
83 | 109 | <property name="expand">False</property> |
|
87 | 113 | </child> |
88 | 114 | <child> |
89 | 115 | <object class="GtkButton" id="session_properties_edit_button"> |
90 | | - <property name="label">gtk-edit</property> |
| 116 | + <property name="label">_Edit</property> |
91 | 117 | <property name="visible">True</property> |
92 | 118 | <property name="sensitive">False</property> |
93 | 119 | <property name="can_focus">True</property> |
94 | 120 | <property name="receives_default">True</property> |
95 | | - <property name="use_stock">True</property> |
| 121 | + <property name="image">image4</property> |
| 122 | + <property name="use_underline">True</property> |
96 | 123 | </object> |
97 | 124 | <packing> |
98 | 125 | <property name="expand">False</property> |
|
109 | 136 | </child> |
110 | 137 | </object> |
111 | 138 | <packing> |
| 139 | + <property name="expand">False</property> |
| 140 | + <property name="fill">True</property> |
112 | 141 | <property name="position">1</property> |
113 | 142 | </packing> |
114 | 143 | </child> |
|
117 | 146 | <child type="tab"> |
118 | 147 | <object class="GtkLabel" id="label4"> |
119 | 148 | <property name="visible">True</property> |
| 149 | + <property name="can_focus">False</property> |
120 | 150 | <property name="label" translatable="yes">Startup Programs</property> |
121 | 151 | </object> |
122 | 152 | <packing> |
123 | 153 | <property name="tab_fill">False</property> |
124 | 154 | </packing> |
125 | 155 | </child> |
126 | 156 | <child> |
127 | | - <object class="GtkVBox" id="vbox3"> |
| 157 | + <object class="GtkBox" id="vbox3"> |
128 | 158 | <property name="visible">True</property> |
| 159 | + <property name="can_focus">False</property> |
129 | 160 | <property name="border_width">12</property> |
130 | 161 | <property name="orientation">vertical</property> |
131 | 162 | <property name="spacing">6</property> |
|
145 | 176 | </packing> |
146 | 177 | </child> |
147 | 178 | <child> |
148 | | - <object class="GtkHButtonBox" id="hbuttonbox1"> |
| 179 | + <object class="GtkButtonBox" id="hbuttonbox1"> |
149 | 180 | <property name="visible">True</property> |
| 181 | + <property name="can_focus">False</property> |
150 | 182 | <child> |
151 | 183 | <object class="GtkButton" id="session_properties_save_button"> |
152 | 184 | <property name="can_focus">True</property> |
153 | 185 | <property name="receives_default">True</property> |
154 | 186 | <child> |
155 | | - <object class="GtkHBox" id="hbox2"> |
| 187 | + <object class="GtkBox" id="hbox2"> |
156 | 188 | <property name="visible">True</property> |
| 189 | + <property name="can_focus">False</property> |
157 | 190 | <property name="spacing">4</property> |
158 | 191 | <child> |
159 | 192 | <object class="GtkImage" id="image1"> |
160 | 193 | <property name="visible">True</property> |
| 194 | + <property name="can_focus">False</property> |
161 | 195 | <property name="stock">gtk-save</property> |
162 | 196 | </object> |
163 | 197 | <packing> |
|
169 | 203 | <child> |
170 | 204 | <object class="GtkLabel" id="label7"> |
171 | 205 | <property name="visible">True</property> |
| 206 | + <property name="can_focus">False</property> |
172 | 207 | <property name="label" translatable="yes">_Remember Currently Running Application</property> |
173 | 208 | <property name="use_underline">True</property> |
174 | 209 | </object> |
175 | 210 | <packing> |
| 211 | + <property name="expand">False</property> |
| 212 | + <property name="fill">True</property> |
176 | 213 | <property name="position">1</property> |
177 | 214 | </packing> |
178 | 215 | </child> |
|
200 | 237 | <child type="tab"> |
201 | 238 | <object class="GtkLabel" id="label5"> |
202 | 239 | <property name="visible">True</property> |
| 240 | + <property name="can_focus">False</property> |
203 | 241 | <property name="label" translatable="yes">Options</property> |
204 | 242 | </object> |
205 | 243 | <packing> |
|
208 | 246 | </packing> |
209 | 247 | </child> |
210 | 248 | </object> |
211 | | - <object class="GtkTable" id="main-table"> |
| 249 | + <object class="GtkGrid" id="main-table"> |
212 | 250 | <property name="visible">True</property> |
| 251 | + <property name="can_focus">False</property> |
213 | 252 | <property name="border_width">6</property> |
214 | | - <property name="n_rows">3</property> |
215 | | - <property name="n_columns">2</property> |
216 | | - <property name="column_spacing">12</property> |
217 | 253 | <property name="row_spacing">6</property> |
| 254 | + <property name="column_spacing">12</property> |
218 | 255 | <child> |
219 | | - <object class="GtkHBox" id="hbox3"> |
| 256 | + <object class="GtkBox" id="hbox3"> |
220 | 257 | <property name="visible">True</property> |
| 258 | + <property name="can_focus">False</property> |
221 | 259 | <property name="spacing">12</property> |
222 | 260 | <child> |
223 | 261 | <object class="GtkEntry" id="session_properties_command_entry"> |
224 | 262 | <property name="visible">True</property> |
225 | 263 | <property name="can_focus">True</property> |
226 | | - <property name="invisible_char">●</property> |
| 264 | + <property name="invisible_char">●</property> |
227 | 265 | </object> |
228 | 266 | <packing> |
| 267 | + <property name="expand">False</property> |
| 268 | + <property name="fill">True</property> |
229 | 269 | <property name="position">0</property> |
230 | 270 | </packing> |
231 | 271 | </child> |
|
245 | 285 | </object> |
246 | 286 | <packing> |
247 | 287 | <property name="left_attach">1</property> |
248 | | - <property name="right_attach">2</property> |
249 | 288 | <property name="top_attach">1</property> |
250 | | - <property name="bottom_attach">2</property> |
251 | | - <property name="y_options">GTK_FILL</property> |
252 | 289 | </packing> |
253 | 290 | </child> |
254 | 291 | <child> |
255 | 292 | <object class="GtkEntry" id="session_properties_comment_entry"> |
256 | 293 | <property name="visible">True</property> |
257 | 294 | <property name="can_focus">True</property> |
258 | | - <property name="invisible_char">●</property> |
| 295 | + <property name="invisible_char">●</property> |
259 | 296 | </object> |
260 | 297 | <packing> |
261 | 298 | <property name="left_attach">1</property> |
262 | | - <property name="right_attach">2</property> |
263 | 299 | <property name="top_attach">2</property> |
264 | | - <property name="bottom_attach">3</property> |
265 | | - <property name="y_options">GTK_FILL</property> |
266 | 300 | </packing> |
267 | 301 | </child> |
268 | 302 | <child> |
269 | 303 | <object class="GtkEntry" id="session_properties_name_entry"> |
270 | 304 | <property name="visible">True</property> |
271 | 305 | <property name="can_focus">True</property> |
272 | | - <property name="invisible_char">●</property> |
| 306 | + <property name="invisible_char">●</property> |
273 | 307 | </object> |
274 | 308 | <packing> |
275 | 309 | <property name="left_attach">1</property> |
276 | | - <property name="right_attach">2</property> |
277 | | - <property name="y_options">GTK_FILL</property> |
| 310 | + <property name="top_attach">0</property> |
278 | 311 | </packing> |
279 | 312 | </child> |
280 | 313 | <child> |
281 | 314 | <object class="GtkLabel" id="label3"> |
282 | 315 | <property name="visible">True</property> |
283 | | - <property name="xalign">0</property> |
| 316 | + <property name="can_focus">False</property> |
284 | 317 | <property name="label" translatable="yes">Comm_ent:</property> |
285 | 318 | <property name="use_underline">True</property> |
286 | 319 | <property name="mnemonic_widget">label2</property> |
| 320 | + <property name="xalign">0</property> |
287 | 321 | </object> |
288 | 322 | <packing> |
| 323 | + <property name="left_attach">0</property> |
289 | 324 | <property name="top_attach">2</property> |
290 | | - <property name="bottom_attach">3</property> |
291 | | - <property name="x_options">GTK_FILL</property> |
292 | | - <property name="y_options">GTK_FILL</property> |
293 | 325 | </packing> |
294 | 326 | </child> |
295 | 327 | <child> |
296 | 328 | <object class="GtkLabel" id="label2"> |
297 | 329 | <property name="visible">True</property> |
298 | | - <property name="xalign">0</property> |
| 330 | + <property name="can_focus">False</property> |
299 | 331 | <property name="label" translatable="yes">Co_mmand:</property> |
300 | 332 | <property name="use_underline">True</property> |
301 | 333 | <property name="mnemonic_widget">session_properties_command_entry</property> |
| 334 | + <property name="xalign">0</property> |
302 | 335 | </object> |
303 | 336 | <packing> |
| 337 | + <property name="left_attach">0</property> |
304 | 338 | <property name="top_attach">1</property> |
305 | | - <property name="bottom_attach">2</property> |
306 | | - <property name="x_options">GTK_FILL</property> |
307 | | - <property name="y_options">GTK_FILL</property> |
308 | 339 | </packing> |
309 | 340 | </child> |
310 | 341 | <child> |
311 | 342 | <object class="GtkLabel" id="label1"> |
312 | 343 | <property name="visible">True</property> |
313 | | - <property name="xalign">0</property> |
| 344 | + <property name="can_focus">False</property> |
314 | 345 | <property name="label" translatable="yes">_Name:</property> |
315 | 346 | <property name="use_underline">True</property> |
316 | 347 | <property name="mnemonic_widget">session_properties_name_entry</property> |
| 348 | + <property name="xalign">0</property> |
317 | 349 | </object> |
318 | 350 | <packing> |
319 | | - <property name="x_options">GTK_FILL</property> |
320 | | - <property name="y_options">GTK_FILL</property> |
| 351 | + <property name="left_attach">0</property> |
| 352 | + <property name="top_attach">0</property> |
321 | 353 | </packing> |
322 | 354 | </child> |
323 | 355 | </object> |
|
0 commit comments