| 1 |
<?xml version="1.0" standalone="no"?> |
|---|
| 2 |
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
|---|
| 3 |
|
|---|
| 4 |
<glade-interface> |
|---|
| 5 |
|
|---|
| 6 |
<widget class="GtkDialog" id="StartScreen"> |
|---|
| 7 |
<property name="width_request">640</property> |
|---|
| 8 |
<property name="height_request">400</property> |
|---|
| 9 |
<property name="visible">True</property> |
|---|
| 10 |
<property name="title" translatable="yes">Morphix Install</property> |
|---|
| 11 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 12 |
<property name="window_position">GTK_WIN_POS_CENTER</property> |
|---|
| 13 |
<property name="modal">False</property> |
|---|
| 14 |
<property name="default_width">640</property> |
|---|
| 15 |
<property name="default_height">480</property> |
|---|
| 16 |
<property name="resizable">True</property> |
|---|
| 17 |
<property name="destroy_with_parent">False</property> |
|---|
| 18 |
<property name="decorated">True</property> |
|---|
| 19 |
<property name="skip_taskbar_hint">False</property> |
|---|
| 20 |
<property name="skip_pager_hint">False</property> |
|---|
| 21 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
|---|
| 22 |
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 23 |
<property name="focus_on_map">True</property> |
|---|
| 24 |
<property name="urgency_hint">False</property> |
|---|
| 25 |
<property name="has_separator">True</property> |
|---|
| 26 |
<signal name="destroy" handler="miSignalQuit" last_modification_time="Sun, 30 Jul 2006 00:46:27 GMT"/> |
|---|
| 27 |
|
|---|
| 28 |
<child internal-child="vbox"> |
|---|
| 29 |
<widget class="GtkVBox" id="dialog-vbox2"> |
|---|
| 30 |
<property name="visible">True</property> |
|---|
| 31 |
<property name="homogeneous">False</property> |
|---|
| 32 |
<property name="spacing">0</property> |
|---|
| 33 |
|
|---|
| 34 |
<child internal-child="action_area"> |
|---|
| 35 |
<widget class="GtkHButtonBox" id="dialog-action_area2"> |
|---|
| 36 |
<property name="visible">True</property> |
|---|
| 37 |
<property name="layout_style">GTK_BUTTONBOX_END</property> |
|---|
| 38 |
|
|---|
| 39 |
<child> |
|---|
| 40 |
<widget class="GtkButton" id="helpbutton1"> |
|---|
| 41 |
<property name="visible">True</property> |
|---|
| 42 |
<property name="can_default">True</property> |
|---|
| 43 |
<property name="can_focus">True</property> |
|---|
| 44 |
<property name="label">gtk-help</property> |
|---|
| 45 |
<property name="use_stock">True</property> |
|---|
| 46 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 47 |
<property name="focus_on_click">True</property> |
|---|
| 48 |
<property name="response_id">-11</property> |
|---|
| 49 |
<signal name="clicked" handler="displayHelp" object="HelpDialog" last_modification_time="Sun, 30 Jul 2006 00:50:51 GMT"/> |
|---|
| 50 |
</widget> |
|---|
| 51 |
</child> |
|---|
| 52 |
|
|---|
| 53 |
<child> |
|---|
| 54 |
<widget class="GtkButton" id="cancelbutton2"> |
|---|
| 55 |
<property name="visible">True</property> |
|---|
| 56 |
<property name="can_default">True</property> |
|---|
| 57 |
<property name="can_focus">True</property> |
|---|
| 58 |
<property name="label">gtk-quit</property> |
|---|
| 59 |
<property name="use_stock">True</property> |
|---|
| 60 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 61 |
<property name="focus_on_click">True</property> |
|---|
| 62 |
<property name="response_id">-6</property> |
|---|
| 63 |
<signal name="clicked" handler="miSignalQuit" last_modification_time="Sun, 30 Jul 2006 00:45:48 GMT"/> |
|---|
| 64 |
</widget> |
|---|
| 65 |
</child> |
|---|
| 66 |
|
|---|
| 67 |
<child> |
|---|
| 68 |
<widget class="GtkButton" id="okbuttonStart"> |
|---|
| 69 |
<property name="visible">True</property> |
|---|
| 70 |
<property name="can_default">True</property> |
|---|
| 71 |
<property name="has_default">True</property> |
|---|
| 72 |
<property name="can_focus">True</property> |
|---|
| 73 |
<property name="has_focus">True</property> |
|---|
| 74 |
<property name="label">gtk-go-forward</property> |
|---|
| 75 |
<property name="use_stock">True</property> |
|---|
| 76 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 77 |
<property name="focus_on_click">True</property> |
|---|
| 78 |
<property name="response_id">-5</property> |
|---|
| 79 |
<signal name="clicked" handler="displaySelectHarddisk" last_modification_time="Mon, 31 Jul 2006 15:01:43 GMT"/> |
|---|
| 80 |
</widget> |
|---|
| 81 |
</child> |
|---|
| 82 |
</widget> |
|---|
| 83 |
<packing> |
|---|
| 84 |
<property name="padding">0</property> |
|---|
| 85 |
<property name="expand">False</property> |
|---|
| 86 |
<property name="fill">True</property> |
|---|
| 87 |
<property name="pack_type">GTK_PACK_END</property> |
|---|
| 88 |
</packing> |
|---|
| 89 |
</child> |
|---|
| 90 |
|
|---|
| 91 |
<child> |
|---|
| 92 |
<widget class="GtkHBox" id="hbox2"> |
|---|
| 93 |
<property name="visible">True</property> |
|---|
| 94 |
<property name="homogeneous">False</property> |
|---|
| 95 |
<property name="spacing">0</property> |
|---|
| 96 |
|
|---|
| 97 |
<child> |
|---|
| 98 |
<widget class="GtkVBox" id="vbox1"> |
|---|
| 99 |
<property name="visible">True</property> |
|---|
| 100 |
<property name="homogeneous">False</property> |
|---|
| 101 |
<property name="spacing">0</property> |
|---|
| 102 |
|
|---|
| 103 |
<child> |
|---|
| 104 |
<widget class="GtkImage" id="image33"> |
|---|
| 105 |
<property name="visible">True</property> |
|---|
| 106 |
<property name="pixbuf">installpenguin.png</property> |
|---|
| 107 |
<property name="xalign">0.5</property> |
|---|
| 108 |
<property name="yalign">0.5</property> |
|---|
| 109 |
<property name="xpad">0</property> |
|---|
| 110 |
<property name="ypad">0</property> |
|---|
| 111 |
</widget> |
|---|
| 112 |
<packing> |
|---|
| 113 |
<property name="padding">8</property> |
|---|
| 114 |
<property name="expand">False</property> |
|---|
| 115 |
<property name="fill">False</property> |
|---|
| 116 |
</packing> |
|---|
| 117 |
</child> |
|---|
| 118 |
|
|---|
| 119 |
<child> |
|---|
| 120 |
<placeholder/> |
|---|
| 121 |
</child> |
|---|
| 122 |
|
|---|
| 123 |
<child> |
|---|
| 124 |
<placeholder/> |
|---|
| 125 |
</child> |
|---|
| 126 |
</widget> |
|---|
| 127 |
<packing> |
|---|
| 128 |
<property name="padding">0</property> |
|---|
| 129 |
<property name="expand">True</property> |
|---|
| 130 |
<property name="fill">True</property> |
|---|
| 131 |
</packing> |
|---|
| 132 |
</child> |
|---|
| 133 |
|
|---|
| 134 |
<child> |
|---|
| 135 |
<widget class="GtkVSeparator" id="vseparator2"> |
|---|
| 136 |
<property name="visible">True</property> |
|---|
| 137 |
</widget> |
|---|
| 138 |
<packing> |
|---|
| 139 |
<property name="padding">0</property> |
|---|
| 140 |
<property name="expand">False</property> |
|---|
| 141 |
<property name="fill">False</property> |
|---|
| 142 |
</packing> |
|---|
| 143 |
</child> |
|---|
| 144 |
|
|---|
| 145 |
<child> |
|---|
| 146 |
<widget class="GtkLabel" id="label2"> |
|---|
| 147 |
<property name="width_request">400</property> |
|---|
| 148 |
<property name="height_request">200</property> |
|---|
| 149 |
<property name="visible">True</property> |
|---|
| 150 |
<property name="label" translatable="yes"><big>Welcome to the Morphix Installer!</big> |
|---|
| 151 |
|
|---|
| 152 |
Please note that this installer is still under construction |
|---|
| 153 |
Alex de Landgraaf and Morphix.org take no responsibility for any damage done. |
|---|
| 154 |
|
|---|
| 155 |
This installer will copy Morphix onto your harddisk and optionally set up a bootloader. If done incorrectly, you could lose data. If you have any doubt about an option, take a look in the help or on the website first! |
|---|
| 156 |
|
|---|
| 157 |
<u><b>www.morphix.org</b></u> |
|---|
| 158 |
|
|---|
| 159 |
|
|---|
| 160 |
|
|---|
| 161 |
</property> |
|---|
| 162 |
<property name="use_underline">False</property> |
|---|
| 163 |
<property name="use_markup">True</property> |
|---|
| 164 |
<property name="justify">GTK_JUSTIFY_CENTER</property> |
|---|
| 165 |
<property name="wrap">True</property> |
|---|
| 166 |
<property name="selectable">False</property> |
|---|
| 167 |
<property name="xalign">0.5</property> |
|---|
| 168 |
<property name="yalign">0.5</property> |
|---|
| 169 |
<property name="xpad">0</property> |
|---|
| 170 |
<property name="ypad">0</property> |
|---|
| 171 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 172 |
<property name="width_chars">-1</property> |
|---|
| 173 |
<property name="single_line_mode">False</property> |
|---|
| 174 |
<property name="angle">0</property> |
|---|
| 175 |
</widget> |
|---|
| 176 |
<packing> |
|---|
| 177 |
<property name="padding">0</property> |
|---|
| 178 |
<property name="expand">True</property> |
|---|
| 179 |
<property name="fill">False</property> |
|---|
| 180 |
<property name="pack_type">GTK_PACK_END</property> |
|---|
| 181 |
</packing> |
|---|
| 182 |
</child> |
|---|
| 183 |
</widget> |
|---|
| 184 |
<packing> |
|---|
| 185 |
<property name="padding">0</property> |
|---|
| 186 |
<property name="expand">True</property> |
|---|
| 187 |
<property name="fill">True</property> |
|---|
| 188 |
</packing> |
|---|
| 189 |
</child> |
|---|
| 190 |
</widget> |
|---|
| 191 |
</child> |
|---|
| 192 |
</widget> |
|---|
| 193 |
|
|---|
| 194 |
<widget class="GtkDialog" id="ErrorMessage"> |
|---|
| 195 |
<property name="title" translatable="yes">Installation Error</property> |
|---|
| 196 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 197 |
<property name="window_position">GTK_WIN_POS_CENTER</property> |
|---|
| 198 |
<property name="modal">False</property> |
|---|
| 199 |
<property name="default_width">640</property> |
|---|
| 200 |
<property name="resizable">True</property> |
|---|
| 201 |
<property name="destroy_with_parent">True</property> |
|---|
| 202 |
<property name="decorated">True</property> |
|---|
| 203 |
<property name="skip_taskbar_hint">False</property> |
|---|
| 204 |
<property name="skip_pager_hint">False</property> |
|---|
| 205 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
|---|
| 206 |
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 207 |
<property name="focus_on_map">True</property> |
|---|
| 208 |
<property name="urgency_hint">False</property> |
|---|
| 209 |
<property name="has_separator">True</property> |
|---|
| 210 |
<signal name="show" handler="on_ErrorMessage_show" object="textviewError" last_modification_time="Sat, 01 Feb 2003 22:00:14 GMT"/> |
|---|
| 211 |
|
|---|
| 212 |
<child internal-child="vbox"> |
|---|
| 213 |
<widget class="GtkVBox" id="dialog-vbox3"> |
|---|
| 214 |
<property name="visible">True</property> |
|---|
| 215 |
<property name="homogeneous">False</property> |
|---|
| 216 |
<property name="spacing">0</property> |
|---|
| 217 |
|
|---|
| 218 |
<child internal-child="action_area"> |
|---|
| 219 |
<widget class="GtkHButtonBox" id="dialog-action_area3"> |
|---|
| 220 |
<property name="visible">True</property> |
|---|
| 221 |
<property name="layout_style">GTK_BUTTONBOX_END</property> |
|---|
| 222 |
|
|---|
| 223 |
<child> |
|---|
| 224 |
<widget class="GtkButton" id="closebutton1"> |
|---|
| 225 |
<property name="visible">True</property> |
|---|
| 226 |
<property name="can_default">True</property> |
|---|
| 227 |
<property name="can_focus">True</property> |
|---|
| 228 |
<property name="label">gtk-quit</property> |
|---|
| 229 |
<property name="use_stock">True</property> |
|---|
| 230 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 231 |
<property name="focus_on_click">True</property> |
|---|
| 232 |
<property name="response_id">-7</property> |
|---|
| 233 |
<signal name="clicked" handler="gtk_main_quit" last_modification_time="Sat, 01 Feb 2003 22:01:49 GMT"/> |
|---|
| 234 |
</widget> |
|---|
| 235 |
</child> |
|---|
| 236 |
</widget> |
|---|
| 237 |
<packing> |
|---|
| 238 |
<property name="padding">0</property> |
|---|
| 239 |
<property name="expand">False</property> |
|---|
| 240 |
<property name="fill">True</property> |
|---|
| 241 |
<property name="pack_type">GTK_PACK_END</property> |
|---|
| 242 |
</packing> |
|---|
| 243 |
</child> |
|---|
| 244 |
|
|---|
| 245 |
<child> |
|---|
| 246 |
<widget class="GtkVBox" id="vbox44"> |
|---|
| 247 |
<property name="visible">True</property> |
|---|
| 248 |
<property name="homogeneous">False</property> |
|---|
| 249 |
<property name="spacing">0</property> |
|---|
| 250 |
|
|---|
| 251 |
<child> |
|---|
| 252 |
<widget class="GtkLabel" id="label25"> |
|---|
| 253 |
<property name="visible">True</property> |
|---|
| 254 |
<property name="label" translatable="yes">An error has occured. |
|---|
| 255 |
Below you can see the console output of the command that |
|---|
| 256 |
caused the error. |
|---|
| 257 |
|
|---|
| 258 |
Please go to www.morphix.org, and place a bugreport, |
|---|
| 259 |
the installer will now exit.</property> |
|---|
| 260 |
<property name="use_underline">False</property> |
|---|
| 261 |
<property name="use_markup">False</property> |
|---|
| 262 |
<property name="justify">GTK_JUSTIFY_CENTER</property> |
|---|
| 263 |
<property name="wrap">False</property> |
|---|
| 264 |
<property name="selectable">False</property> |
|---|
| 265 |
<property name="xalign">0.5</property> |
|---|
| 266 |
<property name="yalign">0.5</property> |
|---|
| 267 |
<property name="xpad">0</property> |
|---|
| 268 |
<property name="ypad">0</property> |
|---|
| 269 |
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 270 |
<property name="width_chars">-1</property> |
|---|
| 271 |
<property name="single_line_mode">False</property> |
|---|
| 272 |
<property name="angle">0</property> |
|---|
| 273 |
</widget> |
|---|
| 274 |
<packing> |
|---|
| 275 |
<property name="padding">0</property> |
|---|
| 276 |
<property name="expand">True</property> |
|---|
| 277 |
<property name="fill">True</property> |
|---|
| 278 |
</packing> |
|---|
| 279 |
</child> |
|---|
| 280 |
|
|---|
| 281 |
<child> |
|---|
| 282 |
<widget class="GtkScrolledWindow" id="scrolledwindow1"> |
|---|
| 283 |
<property name="visible">True</property> |
|---|
| 284 |
<property name="can_focus">True</property> |
|---|
| 285 |
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property> |
|---|
| 286 |
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property> |
|---|
| 287 |
<property name="shadow_type">GTK_SHADOW_NONE</property> |
|---|
| 288 |
<property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 289 |
|
|---|
| 290 |
<child> |
|---|
| 291 |
<widget class="GtkTextView" id="textviewError"> |
|---|
| 292 |
<property name="visible">True</property> |
|---|
| 293 |
<property name="can_focus">True</property> |
|---|
| 294 |
<property name="editable">True</property> |
|---|
| 295 |
<property name="overwrite">False</property> |
|---|
| 296 |
<property name="accepts_tab">True</property> |
|---|
| 297 |
<property name="justification">GTK_JUSTIFY_LEFT</property> |
|---|
| 298 |
<property name="wrap_mode">GTK_WRAP_NONE</property> |
|---|
| 299 |
<property name="cursor_visible">True</property> |
|---|
| 300 |
<property name="pixels_above_lines">0</property> |
|---|
| 301 |
<property name="pixels_below_lines">0</property> |
|---|
| 302 |
<property name="pixels_inside_wrap">0</property> |
|---|
| 303 |
<property name="left_margin">0</property> |
|---|
| 304 |
<property name="right_margin">0</property> |
|---|
| 305 |
<property name="indent">0</property> |
|---|
| 306 |
<property name="text" translatable="yes"></property> |
|---|
| 307 |
</widget> |
|---|
| 308 |
</child> |
|---|
| 309 |
</widget> |
|---|
| 310 |
<packing> |
|---|
| 311 |
<property name="padding">0</property> |
|---|
| 312 |
<property name="expand">True</property> |
|---|
| 313 |
<property name="fill">True</property> |
|---|
| 314 |
</packing> |
|---|
| 315 |
</child> |
|---|
| 316 |
</widget> |
|---|
| 317 |
<packing> |
|---|
| 318 |
<property name="padding">0</property> |
|---|
| 319 |
<property name="expand">True</property> |
|---|
| 320 |
<property name="fill">True</property> |
|---|
| 321 |
<property name="pack_type">GTK_PACK_END</property> |
|---|
| 322 |
</packing> |
|---|
| 323 |
</child> |
|---|
| 324 |
</widget> |
|---|
| 325 |
</child> |
|---|
| 326 |
</widget> |
|---|
| 327 |
|
|---|
| 328 |
<widget class="GtkDialog" id="SelectHarddisk"> |
|---|
| 329 |
<property name="width_request">640</property> |
|---|
| 330 |
<property name="height_request">400</property> |
|---|
| 331 |
<property name="title" translatable="yes">Morphix Install</property> |
|---|
| 332 |
<property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 333 |
<property name="window_position">GTK_WIN_POS_CENTER</property> |
|---|
| 334 |
<property name="modal">False</property> |
|---|
| 335 |
<property name="default_width">640</property> |
|---|
| 336 |
<property name="default_height">480</property> |
|---|
| 337 |
<property name="resizable">True</property> |
|---|
| 338 |
<property name="destroy_with_parent">False</property> |
|---|
| 339 |
<property name="decorated">True</property> |
|---|
| 340 |
<property name="skip_taskbar_hint">False</property> |
|---|
| 341 |
<property name="skip_pager_hint">False</property> |
|---|
| 342 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
|---|
| 343 |
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 344 |
<property name="focus_on_map">True</property> |
|---|
| 345 |
<property name="urgency_hint">False</property> |
|---|
| 346 |
<property name="has_separator">True</property> |
|---|
| 347 |
<signal name="show" handler="on_SelectHarddisk_show" object="comboHarddisk" last_modification_time="Sat, 01 Feb 2003 02:02:51 GMT"/> |
|---|
| 348 |
|
|---|
| 349 |
<child internal-child="vbox"> |
|---|
| 350 |
<widget class="GtkVBox" id="dialog-vbox5"> |
|---|
| 351 |
<property name="visible">True</property> |
|---|
| 352 |
<property name="homogeneous">False</property> |
|---|
| 353 |
<property name="spacing">0</property> |
|---|
| 354 |
|
|---|
| 355 |
<child internal-child="action_area"> |
|---|
| 356 |
<widget class="GtkHButtonBox" id="dialog-action_area5"> |
|---|
| 357 |
<property name="visible">True</property> |
|---|
| 358 |
<property name="layout_style">GTK_BUTTONBOX_END</property> |
|---|
| 359 |
|
|---|
| 360 |
<child> |
|---|
| 361 |
<widget class="GtkButton" id="helpbutton3"> |
|---|
| 362 |
<property name="visible">True</property> |
|---|
| 363 |
<property name="can_default">True</property> |
|---|
| 364 |
<property name="can_focus">True</property> |
|---|
| 365 |
<property name="label">gtk-help</property> |
|---|
| 366 |
<property name="use_stock">True</property> |
|---|
| 367 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 368 |
<property name="focus_on_click">True</property> |
|---|
| 369 |
<property name="response_id">-11</property> |
|---|
| 370 |
<signal name="clicked" handler="displayHelp" object="HelpDialog" last_modification_time="Mon, 31 Jul 2006 15:02:11 GMT"/> |
|---|
| 371 |
</widget> |
|---|
| 372 |
</child> |
|---|
| 373 |
|
|---|
| 374 |
<child> |
|---|
| 375 |
<widget class="GtkButton" id="cancelbutton4"> |
|---|
| 376 |
<property name="visible">True</property> |
|---|
| 377 |
<property name="can_default">True</property> |
|---|
| 378 |
<property name="can_focus">True</property> |
|---|
| 379 |
<property name="label">gtk-cancel</property> |
|---|
| 380 |
<property name="use_stock">True</property> |
|---|
| 381 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 382 |
<property name="focus_on_click">True</property> |
|---|
| 383 |
<property name="response_id">-6</property> |
|---|
| 384 |
<signal name="clicked" handler="miSignalQuit" last_modification_time="Mon, 31 Jul 2006 15:02:32 GMT"/> |
|---|
| 385 |
</widget> |
|---|
| 386 |
</child> |
|---|
| 387 |
|
|---|
| 388 |
<child> |
|---|
| 389 |
<widget class="GtkButton" id="okbuttonHarddisk"> |
|---|
| 390 |
<property name="visible">True</property> |
|---|
| 391 |
<property name="can_default">True</property> |
|---|
| 392 |
<property name="has_default">True</property> |
|---|
| 393 |
<property name="can_focus">True</property> |
|---|
| 394 |
<property name="has_focus">True</property> |
|---|
| 395 |
<property name="label">gtk-go-forward</property> |
|---|
| 396 |
<property name="use_stock">True</property> |
|---|
| 397 |
<property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 398 |
<property name="focus_on_click">True</property> |
|---|
| 399 |
<property name="response_id">-5</property> |
|---|
| 400 |
<signal name="clicked" handler="displaySelectSwap" object="comboHarddisk" last_modification_time="Mon, 31 Jul 2006 15:02:49 GMT"/> |
|---|
| 401 |
</widget> |
|---|
| 402 |
</child> |
|---|
| 403 |
</widget> |
|---|
| 404 |
<packing> |
|---|
| 405 |
<property name="padding">0</property> |
|---|
| 406 |
<property name="expand">False</property> |
|---|
| 407 |
<property name="fill">True</property> |
|---|
| 408 |
<property name="pack_type">GTK_PACK_END</property> |
|---|
| 409 |
</packing> |
|---|
| 410 |
</child> |
|---|
| 411 |
|
|---|
| 412 |
<child> |
|---|
| 413 |
<widget class="GtkHBox" id="hbox3"> |
|---|
| 414 |
<property name="visible">True</property> |
|---|
| 415 |
<property name="homogeneous">False</property> |
|---|
| 416 |
<property name="spacing">0</property> |
|---|
| 417 |
|
|---|
| 418 |
<child> |
|---|
| 419 |
<widget class="GtkVBox" id="vbox2"> |
|---|
| 420 |
<property name="visible">True</property> |
|---|
| 421 |
<property name="homogeneous">False</property> |
|---|
| 422 |
<property name="spacing">0</property> |
|---|
| 423 |
|
|---|
|
|---|