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

« back to all changes in this revision

Viewing changes to pybackpack/progress_window.glade

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Price
  • Date: 2010-01-08 07:11:50 UTC
  • mfrom: (1.1.6 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100108071150-41seumqxmtgd23w5
Tags: 0.5.8-1
* New upstream release
* debian/copyright - Clean up and update
* debian/compat - Bump to 7
* debian/control - Bump the required version of debhelper
* debian/rules - Do not use DEB_INSTALL_CHANGELOGS_ALL - debhelper 7 can
  discover the changelog automatically.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--*- mode: xml -*-->
4
 
<glade-interface>
5
 
  <widget class="GtkDialog" id="window_progress">
6
 
    <property name="width_request">325</property>
7
 
    <property name="height_request">160</property>
8
 
    <property name="title" translatable="yes">CD/DVD Progress</property>
9
 
    <property name="resizable">False</property>
10
 
    <property name="modal">True</property>
11
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
12
 
    <property name="default_width">325</property>
13
 
    <property name="default_height">160</property>
14
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
15
 
    <property name="skip_taskbar_hint">True</property>
16
 
    <property name="skip_pager_hint">True</property>
17
 
    <child internal-child="vbox">
18
 
      <widget class="GtkVBox" id="dialog-vbox3">
19
 
        <property name="visible">True</property>
20
 
        <child>
21
 
          <widget class="GtkVBox" id="vbox22">
22
 
            <property name="visible">True</property>
23
 
            <child>
24
 
              <widget class="GtkHBox" id="hbox32">
25
 
                <property name="visible">True</property>
26
 
                <child>
27
 
                  <widget class="GtkImage" id="image27">
28
 
                    <property name="visible">True</property>
29
 
                    <property name="stock">gtk-cdrom</property>
30
 
                    <property name="icon_size">6</property>
31
 
                  </widget>
32
 
                  <packing>
33
 
                    <property name="expand">False</property>
34
 
                    <property name="fill">False</property>
35
 
                  </packing>
36
 
                </child>
37
 
                <child>
38
 
                  <widget class="GtkLabel" id="prog_title">
39
 
                    <property name="visible">True</property>
40
 
                    <property name="label" translatable="yes">&lt;b&gt;&lt;big&gt;Writing CD/DVD&lt;/big&gt;&lt;/b&gt;</property>
41
 
                    <property name="use_markup">True</property>
42
 
                  </widget>
43
 
                  <packing>
44
 
                    <property name="position">1</property>
45
 
                  </packing>
46
 
                </child>
47
 
              </widget>
48
 
            </child>
49
 
            <child>
50
 
              <widget class="GtkAlignment" id="alignment19">
51
 
                <property name="visible">True</property>
52
 
                <property name="left_padding">30</property>
53
 
                <property name="right_padding">30</property>
54
 
                <child>
55
 
                  <widget class="GtkProgressBar" id="prog_bar">
56
 
                    <property name="height_request">30</property>
57
 
                    <property name="visible">True</property>
58
 
                    <property name="pulse_step">0.10000000149</property>
59
 
                    <property name="text" translatable="yes"></property>
60
 
                  </widget>
61
 
                </child>
62
 
              </widget>
63
 
              <packing>
64
 
                <property name="expand">False</property>
65
 
                <property name="position">1</property>
66
 
              </packing>
67
 
            </child>
68
 
            <child>
69
 
              <widget class="GtkLabel" id="prog_status">
70
 
                <property name="visible">True</property>
71
 
                <property name="label" translatable="yes">&lt;i&gt;Burning data...&lt;/i&gt;</property>
72
 
                <property name="use_markup">True</property>
73
 
              </widget>
74
 
              <packing>
75
 
                <property name="expand">False</property>
76
 
                <property name="fill">False</property>
77
 
                <property name="position">2</property>
78
 
              </packing>
79
 
            </child>
80
 
          </widget>
81
 
          <packing>
82
 
            <property name="position">2</property>
83
 
          </packing>
84
 
        </child>
85
 
        <child internal-child="action_area">
86
 
          <widget class="GtkHButtonBox" id="dialog-action_area3">
87
 
            <property name="visible">True</property>
88
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
89
 
            <child>
90
 
              <widget class="GtkButton" id="prog_button">
91
 
                <property name="visible">True</property>
92
 
                <property name="sensitive">False</property>
93
 
                <property name="can_focus">True</property>
94
 
                <property name="can_default">True</property>
95
 
                <property name="label">gtk-ok</property>
96
 
                <property name="use_stock">True</property>
97
 
                <property name="response_id">-5</property>
98
 
                <signal name="clicked" handler="on_window_progress_response"/>
99
 
              </widget>
100
 
            </child>
101
 
          </widget>
102
 
          <packing>
103
 
            <property name="expand">False</property>
104
 
            <property name="pack_type">GTK_PACK_END</property>
105
 
          </packing>
106
 
        </child>
107
 
      </widget>
108
 
    </child>
109
 
  </widget>
110
 
</glade-interface>