~ubuntu-branches/ubuntu/lucid/exaile/lucid

« back to all changes in this revision

Viewing changes to data/glade/queue_dialog.glade

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2010-02-12 19:51:01 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100212195101-8jt3tculxcl92e6v
Tags: 0.3.1~b1-0ubuntu1
* New upstream release.
* Adjust exaile.install for new plugins.
* debian/control:
 - Drop unneeded python-dev Build-Dep.
 - Bump Standards-Version to 3.8.4 
* debian/rules: No empty po files to delete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<glade-interface>
3
 
  <!-- interface-requires gtk+ 2.16 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <widget class="GtkDialog" id="QueueManagerDialog">
6
 
    <property name="width_request">480</property>
7
 
    <property name="height_request">330</property>
8
 
    <property name="border_width">5</property>
9
 
    <property name="title" translatable="yes">Queue Manager</property>
10
 
    <property name="modal">True</property>
11
 
    <property name="window_position">center-on-parent</property>
12
 
    <property name="type_hint">normal</property>
13
 
    <property name="has_separator">False</property>
14
 
    <child internal-child="vbox">
15
 
      <widget class="GtkVBox" id="dialog-vbox1">
16
 
        <property name="visible">True</property>
17
 
        <property name="orientation">vertical</property>
18
 
        <property name="spacing">2</property>
19
 
        <child>
20
 
          <widget class="GtkVBox" id="vbox">
21
 
            <property name="visible">True</property>
22
 
            <property name="orientation">vertical</property>
23
 
            <child>
24
 
              <widget class="GtkHBox" id="hbox1">
25
 
                <property name="visible">True</property>
26
 
                <child>
27
 
                  <widget class="GtkVBox" id="queue_box">
28
 
                    <property name="visible">True</property>
29
 
                    <property name="orientation">vertical</property>
30
 
                    <child>
31
 
                      <placeholder/>
32
 
                    </child>
33
 
                  </widget>
34
 
                  <packing>
35
 
                    <property name="position">0</property>
36
 
                  </packing>
37
 
                </child>
38
 
              </widget>
39
 
              <packing>
40
 
                <property name="padding">5</property>
41
 
                <property name="position">0</property>
42
 
              </packing>
43
 
            </child>
44
 
          </widget>
45
 
          <packing>
46
 
            <property name="position">1</property>
47
 
          </packing>
48
 
        </child>
49
 
        <child internal-child="action_area">
50
 
          <widget class="GtkHButtonBox" id="dialog-action_area1">
51
 
            <property name="visible">True</property>
52
 
            <property name="layout_style">end</property>
53
 
            <child>
54
 
              <widget class="GtkButton" id="remove_all_button">
55
 
                <property name="label" translatable="yes">Remove All</property>
56
 
                <property name="visible">True</property>
57
 
                <property name="can_focus">True</property>
58
 
                <property name="receives_default">True</property>
59
 
                <signal name="clicked" handler="on_remove_all_button_clicked"/>
60
 
              </widget>
61
 
              <packing>
62
 
                <property name="expand">False</property>
63
 
                <property name="fill">False</property>
64
 
                <property name="position">0</property>
65
 
              </packing>
66
 
            </child>
67
 
            <child>
68
 
              <widget class="GtkButton" id="ok_button">
69
 
                <property name="label">gtk-ok</property>
70
 
                <property name="visible">True</property>
71
 
                <property name="can_focus">True</property>
72
 
                <property name="receives_default">True</property>
73
 
                <property name="has_tooltip">True</property>
74
 
                <property name="tooltip" translatable="yes">Close this dialog</property>
75
 
                <property name="use_stock">True</property>
76
 
                <signal name="clicked" handler="close_dialog"/>
77
 
              </widget>
78
 
              <packing>
79
 
                <property name="expand">False</property>
80
 
                <property name="fill">False</property>
81
 
                <property name="position">1</property>
82
 
              </packing>
83
 
            </child>
84
 
          </widget>
85
 
          <packing>
86
 
            <property name="expand">False</property>
87
 
            <property name="pack_type">end</property>
88
 
            <property name="position">0</property>
89
 
          </packing>
90
 
        </child>
91
 
      </widget>
92
 
    </child>
93
 
  </widget>
94
 
</glade-interface>