~ubuntu-branches/ubuntu/maverick/pybackpack/maverick

« back to all changes in this revision

Viewing changes to pybackpack/gui.glade

  • Committer: Bazaar Package Importer
  • Author(s): Andy Price
  • Date: 2008-09-26 21:24:51 UTC
  • mfrom: (1.1.4 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080926212451-esi1j8iyg8mtpfvm
Tags: 0.5.6-1
* New upstream release
* debian/control: remove 'A' from the short description
* debian/pyversions created (Python >= 2.5 is required now)
* Upstream now installs translations
  - No changes needed: cdbs handles translations and pulls in gettext

Show diffs side-by-side

added added

removed removed

Lines of Context:
1413
1413
      </widget>
1414
1414
    </child>
1415
1415
  </widget>
1416
 
  <widget class="GtkDialog" id="window_progress">
1417
 
    <property name="width_request">325</property>
1418
 
    <property name="height_request">160</property>
1419
 
    <property name="title" translatable="yes">CD/DVD Progress</property>
1420
 
    <property name="resizable">False</property>
1421
 
    <property name="modal">True</property>
1422
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1423
 
    <property name="default_width">325</property>
1424
 
    <property name="default_height">160</property>
1425
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1426
 
    <property name="skip_taskbar_hint">True</property>
1427
 
    <property name="skip_pager_hint">True</property>
1428
 
    <child internal-child="vbox">
1429
 
      <widget class="GtkVBox" id="dialog-vbox3">
1430
 
        <property name="visible">True</property>
1431
 
        <child>
1432
 
          <widget class="GtkVBox" id="vbox22">
1433
 
            <property name="visible">True</property>
1434
 
            <child>
1435
 
              <widget class="GtkHBox" id="hbox32">
1436
 
                <property name="visible">True</property>
1437
 
                <child>
1438
 
                  <widget class="GtkImage" id="image27">
1439
 
                    <property name="visible">True</property>
1440
 
                    <property name="stock">gtk-cdrom</property>
1441
 
                    <property name="icon_size">6</property>
1442
 
                  </widget>
1443
 
                  <packing>
1444
 
                    <property name="expand">False</property>
1445
 
                    <property name="fill">False</property>
1446
 
                  </packing>
1447
 
                </child>
1448
 
                <child>
1449
 
                  <widget class="GtkLabel" id="prog_title">
1450
 
                    <property name="visible">True</property>
1451
 
                    <property name="label" translatable="yes">&lt;b&gt;&lt;big&gt;Writing CD/DVD&lt;/big&gt;&lt;/b&gt;</property>
1452
 
                    <property name="use_markup">True</property>
1453
 
                  </widget>
1454
 
                  <packing>
1455
 
                    <property name="position">1</property>
1456
 
                  </packing>
1457
 
                </child>
1458
 
              </widget>
1459
 
            </child>
1460
 
            <child>
1461
 
              <widget class="GtkAlignment" id="alignment19">
1462
 
                <property name="visible">True</property>
1463
 
                <property name="left_padding">30</property>
1464
 
                <property name="right_padding">30</property>
1465
 
                <child>
1466
 
                  <widget class="GtkProgressBar" id="prog_bar">
1467
 
                    <property name="height_request">30</property>
1468
 
                    <property name="visible">True</property>
1469
 
                    <property name="pulse_step">0.10000000149</property>
1470
 
                    <property name="text" translatable="yes"></property>
1471
 
                  </widget>
1472
 
                </child>
1473
 
              </widget>
1474
 
              <packing>
1475
 
                <property name="expand">False</property>
1476
 
                <property name="position">1</property>
1477
 
              </packing>
1478
 
            </child>
1479
 
            <child>
1480
 
              <widget class="GtkLabel" id="prog_status">
1481
 
                <property name="visible">True</property>
1482
 
                <property name="label" translatable="yes">&lt;i&gt;Burning data...&lt;/i&gt;</property>
1483
 
                <property name="use_markup">True</property>
1484
 
              </widget>
1485
 
              <packing>
1486
 
                <property name="expand">False</property>
1487
 
                <property name="fill">False</property>
1488
 
                <property name="position">2</property>
1489
 
              </packing>
1490
 
            </child>
1491
 
          </widget>
1492
 
          <packing>
1493
 
            <property name="position">2</property>
1494
 
          </packing>
1495
 
        </child>
1496
 
        <child internal-child="action_area">
1497
 
          <widget class="GtkHButtonBox" id="dialog-action_area3">
1498
 
            <property name="visible">True</property>
1499
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
1500
 
            <child>
1501
 
              <widget class="GtkButton" id="prog_button">
1502
 
                <property name="visible">True</property>
1503
 
                <property name="sensitive">False</property>
1504
 
                <property name="can_focus">True</property>
1505
 
                <property name="can_default">True</property>
1506
 
                <property name="label">gtk-ok</property>
1507
 
                <property name="use_stock">True</property>
1508
 
                <property name="response_id">-5</property>
1509
 
                <signal name="clicked" handler="on_window_progress_response"/>
1510
 
              </widget>
1511
 
            </child>
1512
 
          </widget>
1513
 
          <packing>
1514
 
            <property name="expand">False</property>
1515
 
            <property name="pack_type">GTK_PACK_END</property>
1516
 
          </packing>
1517
 
        </child>
1518
 
      </widget>
1519
 
    </child>
1520
 
  </widget>
1521
1416
</glade-interface>