| 1 | <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> |
|---|
| 2 | <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> |
|---|
| 3 | |
|---|
| 4 | <glade-interface> |
|---|
| 5 | |
|---|
| 6 | <widget class="GtkWindow" id="window_installkits"> |
|---|
| 7 | <property name="width_request">780</property> |
|---|
| 8 | <property name="height_request">550</property> |
|---|
| 9 | <property name="visible">True</property> |
|---|
| 10 | <property name="title" translatable="yes">Instalador de Kits</property> |
|---|
| 11 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 12 | <property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property> |
|---|
| 13 | <property name="modal">False</property> |
|---|
| 14 | <property name="resizable">True</property> |
|---|
| 15 | <property name="destroy_with_parent">False</property> |
|---|
| 16 | <property name="decorated">True</property> |
|---|
| 17 | <property name="skip_taskbar_hint">False</property> |
|---|
| 18 | <property name="skip_pager_hint">False</property> |
|---|
| 19 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
|---|
| 20 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 21 | <property name="focus_on_map">True</property> |
|---|
| 22 | <property name="urgency_hint">False</property> |
|---|
| 23 | |
|---|
| 24 | <child> |
|---|
| 25 | <widget class="GtkVBox" id="vbox1"> |
|---|
| 26 | <property name="visible">True</property> |
|---|
| 27 | <property name="homogeneous">False</property> |
|---|
| 28 | <property name="spacing">0</property> |
|---|
| 29 | |
|---|
| 30 | <child> |
|---|
| 31 | <widget class="GtkMenuBar" id="menubar1"> |
|---|
| 32 | <property name="visible">True</property> |
|---|
| 33 | <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property> |
|---|
| 34 | <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property> |
|---|
| 35 | |
|---|
| 36 | <child> |
|---|
| 37 | <widget class="GtkMenuItem" id="menuitem1"> |
|---|
| 38 | <property name="visible">True</property> |
|---|
| 39 | <property name="label" translatable="yes">_Ficheiro</property> |
|---|
| 40 | <property name="use_underline">True</property> |
|---|
| 41 | |
|---|
| 42 | <child> |
|---|
| 43 | <widget class="GtkMenu" id="menuitem1_menu"> |
|---|
| 44 | |
|---|
| 45 | <child> |
|---|
| 46 | <widget class="GtkImageMenuItem" id="openMenu"> |
|---|
| 47 | <property name="visible">True</property> |
|---|
| 48 | <property name="label">gtk-open</property> |
|---|
| 49 | <property name="use_stock">True</property> |
|---|
| 50 | <signal name="activate" handler="on_abrir1_activate" last_modification_time="Sun, 21 Sep 2008 10:33:44 GMT"/> |
|---|
| 51 | </widget> |
|---|
| 52 | </child> |
|---|
| 53 | |
|---|
| 54 | <child> |
|---|
| 55 | <widget class="GtkSeparatorMenuItem" id="separatormenuitem1"> |
|---|
| 56 | <property name="visible">True</property> |
|---|
| 57 | </widget> |
|---|
| 58 | </child> |
|---|
| 59 | |
|---|
| 60 | <child> |
|---|
| 61 | <widget class="GtkImageMenuItem" id="quitMenu"> |
|---|
| 62 | <property name="visible">True</property> |
|---|
| 63 | <property name="label">gtk-quit</property> |
|---|
| 64 | <property name="use_stock">True</property> |
|---|
| 65 | <signal name="activate" handler="on_sair1_activate" last_modification_time="Sun, 21 Sep 2008 10:33:44 GMT"/> |
|---|
| 66 | </widget> |
|---|
| 67 | </child> |
|---|
| 68 | </widget> |
|---|
| 69 | </child> |
|---|
| 70 | </widget> |
|---|
| 71 | </child> |
|---|
| 72 | |
|---|
| 73 | <child> |
|---|
| 74 | <widget class="GtkMenuItem" id="opções1"> |
|---|
| 75 | <property name="visible">True</property> |
|---|
| 76 | <property name="label" translatable="yes">Opções</property> |
|---|
| 77 | <property name="use_underline">True</property> |
|---|
| 78 | <signal name="activate" handler="on_opções1_activate" last_modification_time="Sat, 04 Oct 2008 00:27:56 GMT"/> |
|---|
| 79 | |
|---|
| 80 | <child> |
|---|
| 81 | <widget class="GtkMenu" id="opções1_menu"> |
|---|
| 82 | |
|---|
| 83 | <child> |
|---|
| 84 | <widget class="GtkImageMenuItem" id="updateRepMenu"> |
|---|
| 85 | <property name="visible">True</property> |
|---|
| 86 | <property name="label" translatable="yes">Actualizar _Repositórios</property> |
|---|
| 87 | <property name="use_underline">True</property> |
|---|
| 88 | <signal name="activate" handler="on_menuUpdateRep_activate" last_modification_time="Sat, 04 Oct 2008 00:28:12 GMT"/> |
|---|
| 89 | |
|---|
| 90 | <child internal-child="image"> |
|---|
| 91 | <widget class="GtkImage" id="image15"> |
|---|
| 92 | <property name="visible">True</property> |
|---|
| 93 | <property name="stock">gtk-refresh</property> |
|---|
| 94 | <property name="icon_size">1</property> |
|---|
| 95 | <property name="xalign">0.5</property> |
|---|
| 96 | <property name="yalign">0.5</property> |
|---|
| 97 | <property name="xpad">0</property> |
|---|
| 98 | <property name="ypad">0</property> |
|---|
| 99 | </widget> |
|---|
| 100 | </child> |
|---|
| 101 | </widget> |
|---|
| 102 | </child> |
|---|
| 103 | </widget> |
|---|
| 104 | </child> |
|---|
| 105 | </widget> |
|---|
| 106 | </child> |
|---|
| 107 | |
|---|
| 108 | <child> |
|---|
| 109 | <widget class="GtkMenuItem" id="menuitem4"> |
|---|
| 110 | <property name="visible">True</property> |
|---|
| 111 | <property name="label" translatable="yes">_Ajuda</property> |
|---|
| 112 | <property name="use_underline">True</property> |
|---|
| 113 | |
|---|
| 114 | <child> |
|---|
| 115 | <widget class="GtkMenu" id="menuitem4_menu"> |
|---|
| 116 | |
|---|
| 117 | <child> |
|---|
| 118 | <widget class="GtkImageMenuItem" id="aboutMenu"> |
|---|
| 119 | <property name="visible">True</property> |
|---|
| 120 | <property name="label" translatable="yes">_Sobre</property> |
|---|
| 121 | <property name="use_underline">True</property> |
|---|
| 122 | <signal name="activate" handler="on_sobre1_activate" last_modification_time="Sun, 21 Sep 2008 10:33:44 GMT"/> |
|---|
| 123 | |
|---|
| 124 | <child internal-child="image"> |
|---|
| 125 | <widget class="GtkImage" id="image16"> |
|---|
| 126 | <property name="visible">True</property> |
|---|
| 127 | <property name="stock">gtk-about</property> |
|---|
| 128 | <property name="icon_size">1</property> |
|---|
| 129 | <property name="xalign">0.5</property> |
|---|
| 130 | <property name="yalign">0.5</property> |
|---|
| 131 | <property name="xpad">0</property> |
|---|
| 132 | <property name="ypad">0</property> |
|---|
| 133 | </widget> |
|---|
| 134 | </child> |
|---|
| 135 | </widget> |
|---|
| 136 | </child> |
|---|
| 137 | </widget> |
|---|
| 138 | </child> |
|---|
| 139 | </widget> |
|---|
| 140 | </child> |
|---|
| 141 | </widget> |
|---|
| 142 | <packing> |
|---|
| 143 | <property name="padding">0</property> |
|---|
| 144 | <property name="expand">False</property> |
|---|
| 145 | <property name="fill">False</property> |
|---|
| 146 | </packing> |
|---|
| 147 | </child> |
|---|
| 148 | |
|---|
| 149 | <child> |
|---|
| 150 | <widget class="GtkHBox" id="hboxMain"> |
|---|
| 151 | <property name="visible">True</property> |
|---|
| 152 | <property name="homogeneous">False</property> |
|---|
| 153 | <property name="spacing">0</property> |
|---|
| 154 | |
|---|
| 155 | <child> |
|---|
| 156 | <widget class="GtkFrame" id="frame1"> |
|---|
| 157 | <property name="border_width">5</property> |
|---|
| 158 | <property name="visible">True</property> |
|---|
| 159 | <property name="label_xalign">0</property> |
|---|
| 160 | <property name="label_yalign">0.5</property> |
|---|
| 161 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
|---|
| 162 | |
|---|
| 163 | <child> |
|---|
| 164 | <widget class="GtkAlignment" id="alignment2"> |
|---|
| 165 | <property name="visible">True</property> |
|---|
| 166 | <property name="xalign">0.5</property> |
|---|
| 167 | <property name="yalign">0.5</property> |
|---|
| 168 | <property name="xscale">1</property> |
|---|
| 169 | <property name="yscale">1</property> |
|---|
| 170 | <property name="top_padding">0</property> |
|---|
| 171 | <property name="bottom_padding">0</property> |
|---|
| 172 | <property name="left_padding">12</property> |
|---|
| 173 | <property name="right_padding">0</property> |
|---|
| 174 | |
|---|
| 175 | <child> |
|---|
| 176 | <widget class="GtkScrolledWindow" id="scrolledwindow1"> |
|---|
| 177 | <property name="width_request">222</property> |
|---|
| 178 | <property name="visible">True</property> |
|---|
| 179 | <property name="can_focus">True</property> |
|---|
| 180 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 181 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 182 | <property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 183 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 184 | |
|---|
| 185 | <child> |
|---|
| 186 | <widget class="GtkTreeView" id="treeviewSection"> |
|---|
| 187 | <property name="border_width">5</property> |
|---|
| 188 | <property name="visible">True</property> |
|---|
| 189 | <property name="can_focus">True</property> |
|---|
| 190 | <property name="headers_visible">False</property> |
|---|
| 191 | <property name="rules_hint">False</property> |
|---|
| 192 | <property name="reorderable">False</property> |
|---|
| 193 | <property name="enable_search">True</property> |
|---|
| 194 | <property name="fixed_height_mode">False</property> |
|---|
| 195 | <property name="hover_selection">False</property> |
|---|
| 196 | <property name="hover_expand">False</property> |
|---|
| 197 | </widget> |
|---|
| 198 | </child> |
|---|
| 199 | </widget> |
|---|
| 200 | </child> |
|---|
| 201 | </widget> |
|---|
| 202 | </child> |
|---|
| 203 | |
|---|
| 204 | <child> |
|---|
| 205 | <widget class="GtkLabel" id="label36"> |
|---|
| 206 | <property name="visible">True</property> |
|---|
| 207 | <property name="label" translatable="yes"><b>Secções</b></property> |
|---|
| 208 | <property name="use_underline">False</property> |
|---|
| 209 | <property name="use_markup">True</property> |
|---|
| 210 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 211 | <property name="wrap">False</property> |
|---|
| 212 | <property name="selectable">False</property> |
|---|
| 213 | <property name="xalign">0.5</property> |
|---|
| 214 | <property name="yalign">0.5</property> |
|---|
| 215 | <property name="xpad">0</property> |
|---|
| 216 | <property name="ypad">0</property> |
|---|
| 217 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 218 | <property name="width_chars">-1</property> |
|---|
| 219 | <property name="single_line_mode">False</property> |
|---|
| 220 | <property name="angle">0</property> |
|---|
| 221 | </widget> |
|---|
| 222 | <packing> |
|---|
| 223 | <property name="type">label_item</property> |
|---|
| 224 | </packing> |
|---|
| 225 | </child> |
|---|
| 226 | </widget> |
|---|
| 227 | <packing> |
|---|
| 228 | <property name="padding">0</property> |
|---|
| 229 | <property name="expand">False</property> |
|---|
| 230 | <property name="fill">True</property> |
|---|
| 231 | </packing> |
|---|
| 232 | </child> |
|---|
| 233 | |
|---|
| 234 | <child> |
|---|
| 235 | <widget class="GtkVBox" id="vbox2"> |
|---|
| 236 | <property name="visible">True</property> |
|---|
| 237 | <property name="homogeneous">False</property> |
|---|
| 238 | <property name="spacing">0</property> |
|---|
| 239 | |
|---|
| 240 | <child> |
|---|
| 241 | <widget class="GtkVBox" id="vboxSearch"> |
|---|
| 242 | <property name="visible">True</property> |
|---|
| 243 | <property name="homogeneous">False</property> |
|---|
| 244 | <property name="spacing">0</property> |
|---|
| 245 | |
|---|
| 246 | <child> |
|---|
| 247 | <placeholder/> |
|---|
| 248 | </child> |
|---|
| 249 | </widget> |
|---|
| 250 | <packing> |
|---|
| 251 | <property name="padding">5</property> |
|---|
| 252 | <property name="expand">False</property> |
|---|
| 253 | <property name="fill">False</property> |
|---|
| 254 | </packing> |
|---|
| 255 | </child> |
|---|
| 256 | |
|---|
| 257 | <child> |
|---|
| 258 | <widget class="GtkVPaned" id="vpaned1"> |
|---|
| 259 | <property name="border_width">5</property> |
|---|
| 260 | <property name="visible">True</property> |
|---|
| 261 | <property name="can_focus">True</property> |
|---|
| 262 | |
|---|
| 263 | <child> |
|---|
| 264 | <widget class="GtkScrolledWindow" id="scrolledwindow3"> |
|---|
| 265 | <property name="visible">True</property> |
|---|
| 266 | <property name="can_focus">True</property> |
|---|
| 267 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 268 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 269 | <property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 270 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 271 | |
|---|
| 272 | <child> |
|---|
| 273 | <widget class="GtkTreeView" id="treeviewPackages"> |
|---|
| 274 | <property name="visible">True</property> |
|---|
| 275 | <property name="can_focus">True</property> |
|---|
| 276 | <property name="headers_visible">True</property> |
|---|
| 277 | <property name="rules_hint">False</property> |
|---|
| 278 | <property name="reorderable">False</property> |
|---|
| 279 | <property name="enable_search">True</property> |
|---|
| 280 | <property name="fixed_height_mode">False</property> |
|---|
| 281 | <property name="hover_selection">False</property> |
|---|
| 282 | <property name="hover_expand">False</property> |
|---|
| 283 | </widget> |
|---|
| 284 | </child> |
|---|
| 285 | </widget> |
|---|
| 286 | <packing> |
|---|
| 287 | <property name="shrink">True</property> |
|---|
| 288 | <property name="resize">True</property> |
|---|
| 289 | </packing> |
|---|
| 290 | </child> |
|---|
| 291 | |
|---|
| 292 | <child> |
|---|
| 293 | <widget class="GtkScrolledWindow" id="scrolledwindow2"> |
|---|
| 294 | <property name="visible">True</property> |
|---|
| 295 | <property name="can_focus">True</property> |
|---|
| 296 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 297 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 298 | <property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 299 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 300 | |
|---|
| 301 | <child> |
|---|
| 302 | <widget class="GtkTextView" id="textPackagesLDesc"> |
|---|
| 303 | <property name="visible">True</property> |
|---|
| 304 | <property name="can_focus">True</property> |
|---|
| 305 | <property name="editable">True</property> |
|---|
| 306 | <property name="overwrite">False</property> |
|---|
| 307 | <property name="accepts_tab">True</property> |
|---|
| 308 | <property name="justification">GTK_JUSTIFY_LEFT</property> |
|---|
| 309 | <property name="wrap_mode">GTK_WRAP_NONE</property> |
|---|
| 310 | <property name="cursor_visible">True</property> |
|---|
| 311 | <property name="pixels_above_lines">0</property> |
|---|
| 312 | <property name="pixels_below_lines">0</property> |
|---|
| 313 | <property name="pixels_inside_wrap">0</property> |
|---|
| 314 | <property name="left_margin">0</property> |
|---|
| 315 | <property name="right_margin">0</property> |
|---|
| 316 | <property name="indent">0</property> |
|---|
| 317 | <property name="text" translatable="yes"></property> |
|---|
| 318 | </widget> |
|---|
| 319 | </child> |
|---|
| 320 | </widget> |
|---|
| 321 | <packing> |
|---|
| 322 | <property name="shrink">True</property> |
|---|
| 323 | <property name="resize">True</property> |
|---|
| 324 | </packing> |
|---|
| 325 | </child> |
|---|
| 326 | </widget> |
|---|
| 327 | <packing> |
|---|
| 328 | <property name="padding">5</property> |
|---|
| 329 | <property name="expand">True</property> |
|---|
| 330 | <property name="fill">True</property> |
|---|
| 331 | </packing> |
|---|
| 332 | </child> |
|---|
| 333 | |
|---|
| 334 | <child> |
|---|
| 335 | <widget class="GtkHButtonBox" id="hbuttonbox1"> |
|---|
| 336 | <property name="border_width">5</property> |
|---|
| 337 | <property name="visible">True</property> |
|---|
| 338 | <property name="layout_style">GTK_BUTTONBOX_END</property> |
|---|
| 339 | <property name="spacing">0</property> |
|---|
| 340 | |
|---|
| 341 | <child> |
|---|
| 342 | <widget class="GtkButton" id="buttonAplicar"> |
|---|
| 343 | <property name="visible">True</property> |
|---|
| 344 | <property name="can_default">True</property> |
|---|
| 345 | <property name="can_focus">True</property> |
|---|
| 346 | <property name="label">gtk-apply</property> |
|---|
| 347 | <property name="use_stock">True</property> |
|---|
| 348 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 349 | <property name="focus_on_click">True</property> |
|---|
| 350 | </widget> |
|---|
| 351 | </child> |
|---|
| 352 | </widget> |
|---|
| 353 | <packing> |
|---|
| 354 | <property name="padding">0</property> |
|---|
| 355 | <property name="expand">False</property> |
|---|
| 356 | <property name="fill">True</property> |
|---|
| 357 | </packing> |
|---|
| 358 | </child> |
|---|
| 359 | </widget> |
|---|
| 360 | <packing> |
|---|
| 361 | <property name="padding">5</property> |
|---|
| 362 | <property name="expand">True</property> |
|---|
| 363 | <property name="fill">True</property> |
|---|
| 364 | </packing> |
|---|
| 365 | </child> |
|---|
| 366 | </widget> |
|---|
| 367 | <packing> |
|---|
| 368 | <property name="padding">0</property> |
|---|
| 369 | <property name="expand">True</property> |
|---|
| 370 | <property name="fill">True</property> |
|---|
| 371 | </packing> |
|---|
| 372 | </child> |
|---|
| 373 | </widget> |
|---|
| 374 | </child> |
|---|
| 375 | </widget> |
|---|
| 376 | |
|---|
| 377 | <widget class="GtkAboutDialog" id="aboutdialogKitInstaller"> |
|---|
| 378 | <property name="border_width">5</property> |
|---|
| 379 | <property name="destroy_with_parent">False</property> |
|---|
| 380 | <property name="name" translatable="yes">Kits</property> |
|---|
| 381 | <property name="wrap_license">False</property> |
|---|
| 382 | <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property> |
|---|
| 383 | </widget> |
|---|
| 384 | |
|---|
| 385 | <widget class="GtkDialog" id="dialogProgress"> |
|---|
| 386 | <property name="title" translatable="yes"></property> |
|---|
| 387 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 388 | <property name="window_position">GTK_WIN_POS_CENTER</property> |
|---|
| 389 | <property name="modal">True</property> |
|---|
| 390 | <property name="resizable">False</property> |
|---|
| 391 | <property name="destroy_with_parent">False</property> |
|---|
| 392 | <property name="decorated">True</property> |
|---|
| 393 | <property name="skip_taskbar_hint">False</property> |
|---|
| 394 | <property name="skip_pager_hint">False</property> |
|---|
| 395 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
|---|
| 396 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 397 | <property name="focus_on_map">True</property> |
|---|
| 398 | <property name="urgency_hint">False</property> |
|---|
| 399 | <property name="has_separator">True</property> |
|---|
| 400 | |
|---|
| 401 | <child internal-child="vbox"> |
|---|
| 402 | <widget class="GtkVBox" id="dialog-vbox1"> |
|---|
| 403 | <property name="visible">True</property> |
|---|
| 404 | <property name="homogeneous">False</property> |
|---|
| 405 | <property name="spacing">0</property> |
|---|
| 406 | |
|---|
| 407 | <child internal-child="action_area"> |
|---|
| 408 | <widget class="GtkHButtonBox" id="dialog-action_area1"> |
|---|
| 409 | <property name="visible">True</property> |
|---|
| 410 | <property name="layout_style">GTK_BUTTONBOX_END</property> |
|---|
| 411 | </widget> |
|---|
| 412 | <packing> |
|---|
| 413 | <property name="padding">0</property> |
|---|
| 414 | <property name="expand">False</property> |
|---|
| 415 | <property name="fill">True</property> |
|---|
| 416 | <property name="pack_type">GTK_PACK_END</property> |
|---|
| 417 | </packing> |
|---|
| 418 | </child> |
|---|
| 419 | |
|---|
| 420 | <child> |
|---|
| 421 | <widget class="GtkHBox" id="hbox28"> |
|---|
| 422 | <property name="visible">True</property> |
|---|
| 423 | <property name="homogeneous">False</property> |
|---|
| 424 | <property name="spacing">0</property> |
|---|
| 425 | |
|---|
| 426 | <child> |
|---|
| 427 | <placeholder/> |
|---|
| 428 | </child> |
|---|
| 429 | |
|---|
| 430 | <child> |
|---|
| 431 | <widget class="GtkVBox" id="vbox17"> |
|---|
| 432 | <property name="visible">True</property> |
|---|
| 433 | <property name="homogeneous">False</property> |
|---|
| 434 | <property name="spacing">0</property> |
|---|
| 435 | |
|---|
| 436 | <child> |
|---|
| 437 | <placeholder/> |
|---|
| 438 | </child> |
|---|
| 439 | |
|---|
| 440 | <child> |
|---|
| 441 | <widget class="GtkLabel" id="label35"> |
|---|
| 442 | <property name="width_request">491</property> |
|---|
| 443 | <property name="visible">True</property> |
|---|
| 444 | <property name="label" translatable="yes"><big><b>A fazer o download e a gerar a lista de kits disponiveis.</b></big> |
|---|
| 445 | </property> |
|---|
| 446 | <property name="use_underline">False</property> |
|---|
| 447 | <property name="use_markup">True</property> |
|---|
| 448 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 449 | <property name="wrap">True</property> |
|---|
| 450 | <property name="selectable">False</property> |
|---|
| 451 | <property name="xalign">0.5</property> |
|---|
| 452 | <property name="yalign">0.5</property> |
|---|
| 453 | <property name="xpad">0</property> |
|---|
| 454 | <property name="ypad">0</property> |
|---|
| 455 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 456 | <property name="width_chars">-1</property> |
|---|
| 457 | <property name="single_line_mode">False</property> |
|---|
| 458 | <property name="angle">0</property> |
|---|
| 459 | </widget> |
|---|
| 460 | <packing> |
|---|
| 461 | <property name="padding">0</property> |
|---|
| 462 | <property name="expand">False</property> |
|---|
| 463 | <property name="fill">False</property> |
|---|
| 464 | </packing> |
|---|
| 465 | </child> |
|---|
| 466 | |
|---|
| 467 | <child> |
|---|
| 468 | <widget class="GtkProgressBar" id="pbarCache"> |
|---|
| 469 | <property name="visible">True</property> |
|---|
| 470 | <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property> |
|---|
| 471 | <property name="fraction">0</property> |
|---|
| 472 | <property name="pulse_step">0.10000000149</property> |
|---|
| 473 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 474 | </widget> |
|---|
| 475 | <packing> |
|---|
| 476 | <property name="padding">0</property> |
|---|
| 477 | <property name="expand">False</property> |
|---|
| 478 | <property name="fill">False</property> |
|---|
| 479 | </packing> |
|---|
| 480 | </child> |
|---|
| 481 | |
|---|
| 482 | <child> |
|---|
| 483 | <placeholder/> |
|---|
| 484 | </child> |
|---|
| 485 | </widget> |
|---|
| 486 | <packing> |
|---|
| 487 | <property name="padding">0</property> |
|---|
| 488 | <property name="expand">True</property> |
|---|
| 489 | <property name="fill">True</property> |
|---|
| 490 | </packing> |
|---|
| 491 | </child> |
|---|
| 492 | |
|---|
| 493 | <child> |
|---|
| 494 | <placeholder/> |
|---|
| 495 | </child> |
|---|
| 496 | </widget> |
|---|
| 497 | <packing> |
|---|
| 498 | <property name="padding">0</property> |
|---|
| 499 | <property name="expand">True</property> |
|---|
| 500 | <property name="fill">True</property> |
|---|
| 501 | </packing> |
|---|
| 502 | </child> |
|---|
| 503 | </widget> |
|---|
| 504 | </child> |
|---|
| 505 | </widget> |
|---|
| 506 | |
|---|
| 507 | </glade-interface> |
|---|