| 1 | <?xml version="1.0"?> |
|---|
| 2 | <interface> |
|---|
| 3 | <requires lib="gtk+" version="2.16"/> |
|---|
| 4 | <!-- interface-naming-policy project-wide --> |
|---|
| 5 | <object class="GtkWindow" id="sim_window"> |
|---|
| 6 | <property name="width_request">1000</property> |
|---|
| 7 | <property name="height_request">588</property> |
|---|
| 8 | <property name="title" translatable="yes">NanoTV Simulator</property> |
|---|
| 9 | <signal name="destroy" handler="gtk_main_quit"/> |
|---|
| 10 | <child> |
|---|
| 11 | <object class="GtkVBox" id="vbox2"> |
|---|
| 12 | <property name="visible">True</property> |
|---|
| 13 | <child> |
|---|
| 14 | <object class="GtkMenuBar" id="menubar"> |
|---|
| 15 | <property name="visible">True</property> |
|---|
| 16 | <child> |
|---|
| 17 | <object class="GtkMenuItem" id="menuitem1"> |
|---|
| 18 | <property name="visible">True</property> |
|---|
| 19 | <property name="label" translatable="yes">_File</property> |
|---|
| 20 | <property name="use_underline">True</property> |
|---|
| 21 | <child type="submenu"> |
|---|
| 22 | <object class="GtkMenu" id="file"> |
|---|
| 23 | <property name="visible">True</property> |
|---|
| 24 | <child> |
|---|
| 25 | <object class="GtkImageMenuItem" id="file.new"> |
|---|
| 26 | <property name="label">gtk-new</property> |
|---|
| 27 | <property name="visible">True</property> |
|---|
| 28 | <property name="use_underline">True</property> |
|---|
| 29 | <property name="use_stock">True</property> |
|---|
| 30 | </object> |
|---|
| 31 | </child> |
|---|
| 32 | <child> |
|---|
| 33 | <object class="GtkImageMenuItem" id="file.open"> |
|---|
| 34 | <property name="label">gtk-open</property> |
|---|
| 35 | <property name="visible">True</property> |
|---|
| 36 | <property name="use_underline">True</property> |
|---|
| 37 | <property name="use_stock">True</property> |
|---|
| 38 | </object> |
|---|
| 39 | </child> |
|---|
| 40 | <child> |
|---|
| 41 | <object class="GtkImageMenuItem" id="file.save"> |
|---|
| 42 | <property name="label">gtk-save</property> |
|---|
| 43 | <property name="visible">True</property> |
|---|
| 44 | <property name="use_underline">True</property> |
|---|
| 45 | <property name="use_stock">True</property> |
|---|
| 46 | </object> |
|---|
| 47 | </child> |
|---|
| 48 | <child> |
|---|
| 49 | <object class="GtkImageMenuItem" id="file.saveas"> |
|---|
| 50 | <property name="label">gtk-save-as</property> |
|---|
| 51 | <property name="visible">True</property> |
|---|
| 52 | <property name="use_underline">True</property> |
|---|
| 53 | <property name="use_stock">True</property> |
|---|
| 54 | </object> |
|---|
| 55 | </child> |
|---|
| 56 | <child> |
|---|
| 57 | <object class="GtkSeparatorMenuItem" id="separatormenuitem1"> |
|---|
| 58 | <property name="visible">True</property> |
|---|
| 59 | </object> |
|---|
| 60 | </child> |
|---|
| 61 | <child> |
|---|
| 62 | <object class="GtkImageMenuItem" id="file.quit"> |
|---|
| 63 | <property name="label">gtk-quit</property> |
|---|
| 64 | <property name="visible">True</property> |
|---|
| 65 | <property name="use_underline">True</property> |
|---|
| 66 | <property name="use_stock">True</property> |
|---|
| 67 | </object> |
|---|
| 68 | </child> |
|---|
| 69 | </object> |
|---|
| 70 | </child> |
|---|
| 71 | </object> |
|---|
| 72 | </child> |
|---|
| 73 | <child> |
|---|
| 74 | <object class="GtkMenuItem" id="menuitem2"> |
|---|
| 75 | <property name="visible">True</property> |
|---|
| 76 | <property name="label" translatable="yes">_Edit</property> |
|---|
| 77 | <property name="use_underline">True</property> |
|---|
| 78 | <child type="submenu"> |
|---|
| 79 | <object class="GtkMenu" id="edit"> |
|---|
| 80 | <property name="visible">True</property> |
|---|
| 81 | <child> |
|---|
| 82 | <object class="GtkImageMenuItem" id="edit.cut"> |
|---|
| 83 | <property name="label">gtk-cut</property> |
|---|
| 84 | <property name="visible">True</property> |
|---|
| 85 | <property name="use_underline">True</property> |
|---|
| 86 | <property name="use_stock">True</property> |
|---|
| 87 | </object> |
|---|
| 88 | </child> |
|---|
| 89 | <child> |
|---|
| 90 | <object class="GtkImageMenuItem" id="edit.copy"> |
|---|
| 91 | <property name="label">gtk-copy</property> |
|---|
| 92 | <property name="visible">True</property> |
|---|
| 93 | <property name="use_underline">True</property> |
|---|
| 94 | <property name="use_stock">True</property> |
|---|
| 95 | </object> |
|---|
| 96 | </child> |
|---|
| 97 | <child> |
|---|
| 98 | <object class="GtkImageMenuItem" id="edit.paste"> |
|---|
| 99 | <property name="label">gtk-paste</property> |
|---|
| 100 | <property name="visible">True</property> |
|---|
| 101 | <property name="use_underline">True</property> |
|---|
| 102 | <property name="use_stock">True</property> |
|---|
| 103 | </object> |
|---|
| 104 | </child> |
|---|
| 105 | <child> |
|---|
| 106 | <object class="GtkImageMenuItem" id="edit.delete"> |
|---|
| 107 | <property name="label">gtk-delete</property> |
|---|
| 108 | <property name="visible">True</property> |
|---|
| 109 | <property name="use_underline">True</property> |
|---|
| 110 | <property name="use_stock">True</property> |
|---|
| 111 | </object> |
|---|
| 112 | </child> |
|---|
| 113 | </object> |
|---|
| 114 | </child> |
|---|
| 115 | </object> |
|---|
| 116 | </child> |
|---|
| 117 | <child> |
|---|
| 118 | <object class="GtkMenuItem" id="menuitem3"> |
|---|
| 119 | <property name="visible">True</property> |
|---|
| 120 | <property name="label" translatable="yes">_Options</property> |
|---|
| 121 | <property name="use_underline">True</property> |
|---|
| 122 | <child type="submenu"> |
|---|
| 123 | <object class="GtkMenu" id="options"> |
|---|
| 124 | <property name="visible">True</property> |
|---|
| 125 | <child> |
|---|
| 126 | <object class="GtkMenuItem" id="options.addscreen"> |
|---|
| 127 | <property name="visible">True</property> |
|---|
| 128 | <property name="label" translatable="yes">Add Screen...</property> |
|---|
| 129 | <property name="use_underline">True</property> |
|---|
| 130 | </object> |
|---|
| 131 | </child> |
|---|
| 132 | <child> |
|---|
| 133 | <object class="GtkMenuItem" id="options.addfont"> |
|---|
| 134 | <property name="visible">True</property> |
|---|
| 135 | <property name="label" translatable="yes">Add Font...</property> |
|---|
| 136 | <property name="use_underline">True</property> |
|---|
| 137 | </object> |
|---|
| 138 | </child> |
|---|
| 139 | <child> |
|---|
| 140 | <object class="GtkMenuItem" id="options.addimage"> |
|---|
| 141 | <property name="visible">True</property> |
|---|
| 142 | <property name="label" translatable="yes">Add Image...</property> |
|---|
| 143 | <property name="use_underline">True</property> |
|---|
| 144 | </object> |
|---|
| 145 | </child> |
|---|
| 146 | </object> |
|---|
| 147 | </child> |
|---|
| 148 | </object> |
|---|
| 149 | </child> |
|---|
| 150 | <child> |
|---|
| 151 | <object class="GtkMenuItem" id="menuitem4"> |
|---|
| 152 | <property name="visible">True</property> |
|---|
| 153 | <property name="label" translatable="yes">_Help</property> |
|---|
| 154 | <property name="use_underline">True</property> |
|---|
| 155 | <child type="submenu"> |
|---|
| 156 | <object class="GtkMenu" id="help"> |
|---|
| 157 | <property name="visible">True</property> |
|---|
| 158 | <child> |
|---|
| 159 | <object class="GtkImageMenuItem" id="help.about"> |
|---|
| 160 | <property name="label">gtk-about</property> |
|---|
| 161 | <property name="visible">True</property> |
|---|
| 162 | <property name="use_underline">True</property> |
|---|
| 163 | <property name="use_stock">True</property> |
|---|
| 164 | </object> |
|---|
| 165 | </child> |
|---|
| 166 | </object> |
|---|
| 167 | </child> |
|---|
| 168 | </object> |
|---|
| 169 | </child> |
|---|
| 170 | </object> |
|---|
| 171 | <packing> |
|---|
| 172 | <property name="expand">False</property> |
|---|
| 173 | <property name="position">0</property> |
|---|
| 174 | </packing> |
|---|
| 175 | </child> |
|---|
| 176 | <child> |
|---|
| 177 | <object class="GtkToolbar" id="toolbar"> |
|---|
| 178 | <property name="visible">True</property> |
|---|
| 179 | <property name="toolbar_style">icons</property> |
|---|
| 180 | <child> |
|---|
| 181 | <object class="GtkToolButton" id="toolbar_new"> |
|---|
| 182 | <property name="visible">True</property> |
|---|
| 183 | <property name="label" translatable="yes">New</property> |
|---|
| 184 | <property name="use_underline">True</property> |
|---|
| 185 | <property name="stock_id">gtk-file</property> |
|---|
| 186 | </object> |
|---|
| 187 | <packing> |
|---|
| 188 | <property name="expand">False</property> |
|---|
| 189 | <property name="homogeneous">True</property> |
|---|
| 190 | </packing> |
|---|
| 191 | </child> |
|---|
| 192 | <child> |
|---|
| 193 | <object class="GtkToolButton" id="toolbar_open"> |
|---|
| 194 | <property name="visible">True</property> |
|---|
| 195 | <property name="label" translatable="yes">Open</property> |
|---|
| 196 | <property name="use_underline">True</property> |
|---|
| 197 | <property name="stock_id">gtk-open</property> |
|---|
| 198 | </object> |
|---|
| 199 | <packing> |
|---|
| 200 | <property name="expand">False</property> |
|---|
| 201 | <property name="homogeneous">True</property> |
|---|
| 202 | </packing> |
|---|
| 203 | </child> |
|---|
| 204 | <child> |
|---|
| 205 | <object class="GtkToolButton" id="toolbar_save"> |
|---|
| 206 | <property name="visible">True</property> |
|---|
| 207 | <property name="label" translatable="yes">Save</property> |
|---|
| 208 | <property name="use_underline">True</property> |
|---|
| 209 | <property name="stock_id">gtk-save</property> |
|---|
| 210 | </object> |
|---|
| 211 | <packing> |
|---|
| 212 | <property name="expand">False</property> |
|---|
| 213 | <property name="homogeneous">True</property> |
|---|
| 214 | </packing> |
|---|
| 215 | </child> |
|---|
| 216 | </object> |
|---|
| 217 | <packing> |
|---|
| 218 | <property name="expand">False</property> |
|---|
| 219 | <property name="position">1</property> |
|---|
| 220 | </packing> |
|---|
| 221 | </child> |
|---|
| 222 | <child> |
|---|
| 223 | <object class="GtkHPaned" id="hpaned1"> |
|---|
| 224 | <property name="visible">True</property> |
|---|
| 225 | <property name="can_focus">True</property> |
|---|
| 226 | <property name="position">740</property> |
|---|
| 227 | <child> |
|---|
| 228 | <object class="GtkScrolledWindow" id="scrolledwindow2"> |
|---|
| 229 | <property name="visible">True</property> |
|---|
| 230 | <property name="can_focus">True</property> |
|---|
| 231 | <property name="hscrollbar_policy">automatic</property> |
|---|
| 232 | <property name="vscrollbar_policy">automatic</property> |
|---|
| 233 | <child> |
|---|
| 234 | <object class="GtkViewport" id="viewport1"> |
|---|
| 235 | <property name="visible">True</property> |
|---|
| 236 | <property name="resize_mode">queue</property> |
|---|
| 237 | <child> |
|---|
| 238 | <object class="GtkImage" id="OSD"> |
|---|
| 239 | <property name="width_request">720</property> |
|---|
| 240 | <property name="height_request">480</property> |
|---|
| 241 | <property name="visible">True</property> |
|---|
| 242 | <property name="stock">gtk-missing-image</property> |
|---|
| 243 | </object> |
|---|
| 244 | </child> |
|---|
| 245 | </object> |
|---|
| 246 | </child> |
|---|
| 247 | </object> |
|---|
| 248 | <packing> |
|---|
| 249 | <property name="resize">False</property> |
|---|
| 250 | <property name="shrink">True</property> |
|---|
| 251 | </packing> |
|---|
| 252 | </child> |
|---|
| 253 | <child> |
|---|
| 254 | <object class="GtkNotebook" id="palette"> |
|---|
| 255 | <property name="visible">True</property> |
|---|
| 256 | <property name="can_focus">True</property> |
|---|
| 257 | <property name="tab_pos">bottom</property> |
|---|
| 258 | <child> |
|---|
| 259 | <object class="GtkScrolledWindow" id="scrolledwindow1"> |
|---|
| 260 | <property name="visible">True</property> |
|---|
| 261 | <property name="can_focus">True</property> |
|---|
| 262 | <property name="hscrollbar_policy">automatic</property> |
|---|
| 263 | <property name="vscrollbar_policy">automatic</property> |
|---|
| 264 | <child> |
|---|
| 265 | <object class="GtkViewport" id="viewport2"> |
|---|
| 266 | <property name="visible">True</property> |
|---|
| 267 | <property name="resize_mode">queue</property> |
|---|
| 268 | <child> |
|---|
| 269 | <object class="GtkEventBox" id="remote_eventbox"> |
|---|
| 270 | <property name="visible">True</property> |
|---|
| 271 | <child> |
|---|
| 272 | <object class="GtkImage" id="remote_image"> |
|---|
| 273 | <property name="visible">True</property> |
|---|
| 274 | <property name="xalign">0</property> |
|---|
| 275 | <property name="yalign">0</property> |
|---|
| 276 | <property name="pixbuf">arc_remote.png</property> |
|---|
| 277 | </object> |
|---|
| 278 | </child> |
|---|
| 279 | </object> |
|---|
| 280 | </child> |
|---|
| 281 | </object> |
|---|
| 282 | </child> |
|---|
| 283 | </object> |
|---|
| 284 | </child> |
|---|
| 285 | <child type="tab"> |
|---|
| 286 | <object class="GtkLabel" id="label2"> |
|---|
| 287 | <property name="visible">True</property> |
|---|
| 288 | <property name="label" translatable="yes">Remote</property> |
|---|
| 289 | </object> |
|---|
| 290 | <packing> |
|---|
| 291 | <property name="tab_fill">False</property> |
|---|
| 292 | </packing> |
|---|
| 293 | </child> |
|---|
| 294 | <child> |
|---|
| 295 | <object class="GtkScrolledWindow" id="scrolledwindow3"> |
|---|
| 296 | <property name="visible">True</property> |
|---|
| 297 | <property name="can_focus">True</property> |
|---|
| 298 | <property name="hscrollbar_policy">automatic</property> |
|---|
| 299 | <property name="vscrollbar_policy">automatic</property> |
|---|
| 300 | <child> |
|---|
| 301 | <object class="GtkTreeView" id="screen_treeview"> |
|---|
| 302 | <property name="visible">True</property> |
|---|
| 303 | <property name="can_focus">True</property> |
|---|
| 304 | </object> |
|---|
| 305 | </child> |
|---|
| 306 | </object> |
|---|
| 307 | <packing> |
|---|
| 308 | <property name="position">1</property> |
|---|
| 309 | </packing> |
|---|
| 310 | </child> |
|---|
| 311 | <child type="tab"> |
|---|
| 312 | <object class="GtkLabel" id="label1"> |
|---|
| 313 | <property name="visible">True</property> |
|---|
| 314 | <property name="label" translatable="yes">Screens</property> |
|---|
| 315 | </object> |
|---|
| 316 | <packing> |
|---|
| 317 | <property name="position">1</property> |
|---|
| 318 | <property name="tab_fill">False</property> |
|---|
| 319 | </packing> |
|---|
| 320 | </child> |
|---|
| 321 | </object> |
|---|
| 322 | <packing> |
|---|
| 323 | <property name="resize">True</property> |
|---|
| 324 | <property name="shrink">True</property> |
|---|
| 325 | </packing> |
|---|
| 326 | </child> |
|---|
| 327 | </object> |
|---|
| 328 | <packing> |
|---|
| 329 | <property name="position">2</property> |
|---|
| 330 | </packing> |
|---|
| 331 | </child> |
|---|
| 332 | <child> |
|---|
| 333 | <object class="GtkStatusbar" id="statusbar"> |
|---|
| 334 | <property name="visible">True</property> |
|---|
| 335 | <property name="spacing">4</property> |
|---|
| 336 | </object> |
|---|
| 337 | <packing> |
|---|
| 338 | <property name="expand">False</property> |
|---|
| 339 | <property name="position">3</property> |
|---|
| 340 | </packing> |
|---|
| 341 | </child> |
|---|
| 342 | </object> |
|---|
| 343 | </child> |
|---|
| 344 | </object> |
|---|
| 345 | <object class="GtkAboutDialog" id="about_dialog"> |
|---|
| 346 | <property name="border_width">5</property> |
|---|
| 347 | <property name="resizable">False</property> |
|---|
| 348 | <property name="modal">True</property> |
|---|
| 349 | <property name="type_hint">normal</property> |
|---|
| 350 | <property name="deletable">False</property> |
|---|
| 351 | <property name="program_name">NanoTV Simulator</property> |
|---|
| 352 | <property name="version">1.0.0</property> |
|---|
| 353 | <property name="copyright" translatable="yes">Copyright (c) 2012, Broadcom Corporation |
|---|
| 354 | All Rights Reserved |
|---|
| 355 | Confidential Property of Broadcom Corporation |
|---|
| 356 | </property> |
|---|
| 357 | <property name="website">www.broadcom.com</property> |
|---|
| 358 | <property name="authors">Jeffrey P. Fisher</property> |
|---|
| 359 | <child internal-child="vbox"> |
|---|
| 360 | <object class="GtkVBox" id="dialog-vbox1"> |
|---|
| 361 | <property name="visible">True</property> |
|---|
| 362 | <property name="spacing">2</property> |
|---|
| 363 | <child> |
|---|
| 364 | <object class="GtkImage" id="image1"> |
|---|
| 365 | <property name="visible">True</property> |
|---|
| 366 | <property name="pixbuf">brcm_chip_small.png</property> |
|---|
| 367 | </object> |
|---|
| 368 | <packing> |
|---|
| 369 | <property name="position">2</property> |
|---|
| 370 | </packing> |
|---|
| 371 | </child> |
|---|
| 372 | <child internal-child="action_area"> |
|---|
| 373 | <object class="GtkHButtonBox" id="dialog-action_area1"> |
|---|
| 374 | <property name="visible">True</property> |
|---|
| 375 | <property name="layout_style">end</property> |
|---|
| 376 | </object> |
|---|
| 377 | <packing> |
|---|
| 378 | <property name="expand">False</property> |
|---|
| 379 | <property name="pack_type">end</property> |
|---|
| 380 | <property name="position">0</property> |
|---|
| 381 | </packing> |
|---|
| 382 | </child> |
|---|
| 383 | </object> |
|---|
| 384 | </child> |
|---|
| 385 | </object> |
|---|
| 386 | <object class="GtkMessageDialog" id="message_dialog"> |
|---|
| 387 | <property name="border_width">5</property> |
|---|
| 388 | <property name="title" translatable="yes">Warning</property> |
|---|
| 389 | <property name="resizable">False</property> |
|---|
| 390 | <property name="modal">True</property> |
|---|
| 391 | <property name="window_position">center-on-parent</property> |
|---|
| 392 | <property name="type_hint">normal</property> |
|---|
| 393 | <property name="skip_taskbar_hint">True</property> |
|---|
| 394 | <property name="deletable">False</property> |
|---|
| 395 | <property name="has_separator">False</property> |
|---|
| 396 | <property name="message_type">warning</property> |
|---|
| 397 | <child internal-child="vbox"> |
|---|
| 398 | <object class="GtkVBox" id="dialog-vbox3"> |
|---|
| 399 | <property name="visible">True</property> |
|---|
| 400 | <property name="spacing">2</property> |
|---|
| 401 | <child internal-child="action_area"> |
|---|
| 402 | <object class="GtkHButtonBox" id="dialog-action_area3"> |
|---|
| 403 | <property name="visible">True</property> |
|---|
| 404 | <property name="layout_style">end</property> |
|---|
| 405 | <child> |
|---|
| 406 | <object class="GtkButton" id="button3"> |
|---|
| 407 | <property name="label" translatable="yes">OK</property> |
|---|
| 408 | <property name="visible">True</property> |
|---|
| 409 | <property name="can_focus">True</property> |
|---|
| 410 | <property name="receives_default">True</property> |
|---|
| 411 | </object> |
|---|
| 412 | <packing> |
|---|
| 413 | <property name="expand">False</property> |
|---|
| 414 | <property name="fill">False</property> |
|---|
| 415 | <property name="position">0</property> |
|---|
| 416 | </packing> |
|---|
| 417 | </child> |
|---|
| 418 | <child> |
|---|
| 419 | <object class="GtkButton" id="button4"> |
|---|
| 420 | <property name="label" translatable="yes">Cancel</property> |
|---|
| 421 | <property name="visible">True</property> |
|---|
| 422 | <property name="can_focus">True</property> |
|---|
| 423 | <property name="receives_default">True</property> |
|---|
| 424 | </object> |
|---|
| 425 | <packing> |
|---|
| 426 | <property name="expand">False</property> |
|---|
| 427 | <property name="fill">False</property> |
|---|
| 428 | <property name="position">1</property> |
|---|
| 429 | </packing> |
|---|
| 430 | </child> |
|---|
| 431 | </object> |
|---|
| 432 | <packing> |
|---|
| 433 | <property name="expand">False</property> |
|---|
| 434 | <property name="pack_type">end</property> |
|---|
| 435 | <property name="position">0</property> |
|---|
| 436 | </packing> |
|---|
| 437 | </child> |
|---|
| 438 | </object> |
|---|
| 439 | </child> |
|---|
| 440 | <action-widgets> |
|---|
| 441 | <action-widget response="-5">button3</action-widget> |
|---|
| 442 | <action-widget response="-6">button4</action-widget> |
|---|
| 443 | </action-widgets> |
|---|
| 444 | </object> |
|---|
| 445 | <object class="GtkMessageDialog" id="alert_dialog"> |
|---|
| 446 | <property name="border_width">5</property> |
|---|
| 447 | <property name="title" translatable="yes">Alert</property> |
|---|
| 448 | <property name="resizable">False</property> |
|---|
| 449 | <property name="modal">True</property> |
|---|
| 450 | <property name="window_position">center-on-parent</property> |
|---|
| 451 | <property name="type_hint">normal</property> |
|---|
| 452 | <property name="skip_taskbar_hint">True</property> |
|---|
| 453 | <property name="deletable">False</property> |
|---|
| 454 | <property name="has_separator">False</property> |
|---|
| 455 | <property name="message_type">error</property> |
|---|
| 456 | <child internal-child="vbox"> |
|---|
| 457 | <object class="GtkVBox" id="dialog-vbox6"> |
|---|
| 458 | <property name="visible">True</property> |
|---|
| 459 | <property name="spacing">2</property> |
|---|
| 460 | <child internal-child="action_area"> |
|---|
| 461 | <object class="GtkHButtonBox" id="dialog-action_area6"> |
|---|
| 462 | <property name="visible">True</property> |
|---|
| 463 | <property name="layout_style">end</property> |
|---|
| 464 | <child> |
|---|
| 465 | <object class="GtkButton" id="button7"> |
|---|
| 466 | <property name="label" translatable="yes">OK</property> |
|---|
| 467 | <property name="visible">True</property> |
|---|
| 468 | <property name="can_focus">True</property> |
|---|
| 469 | <property name="receives_default">True</property> |
|---|
| 470 | </object> |
|---|
| 471 | <packing> |
|---|
| 472 | <property name="expand">False</property> |
|---|
| 473 | <property name="fill">False</property> |
|---|
| 474 | <property name="position">0</property> |
|---|
| 475 | </packing> |
|---|
| 476 | </child> |
|---|
| 477 | </object> |
|---|
| 478 | <packing> |
|---|
| 479 | <property name="expand">False</property> |
|---|
| 480 | <property name="pack_type">end</property> |
|---|
| 481 | <property name="position">0</property> |
|---|
| 482 | </packing> |
|---|
| 483 | </child> |
|---|
| 484 | </object> |
|---|
| 485 | </child> |
|---|
| 486 | <action-widgets> |
|---|
| 487 | <action-widget response="-5">button7</action-widget> |
|---|
| 488 | </action-widgets> |
|---|
| 489 | </object> |
|---|
| 490 | </interface> |
|---|