~andrewsomething/exaile/karmic

« back to all changes in this revision

Viewing changes to data/glade/radio_panel.glade

  • Committer: Aren Olson
  • Date: 2009-09-12 00:36:59 UTC
  • Revision ID: reacocard@gmail.com-20090912003659-w373sg0n04uoa8op
remove useless files, add soem of the fixes from lp bug 420019

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="GtkWindow" id="RadioPanelWindow">
6
 
    <property name="title" translatable="yes">Radio</property>
7
 
    <child>
8
 
      <widget class="GtkVBox" id="RadioPanel">
9
 
        <property name="visible">True</property>
10
 
        <property name="border_width">3</property>
11
 
        <property name="spacing">3</property>
12
 
        <child>
13
 
          <widget class="GtkHBox" id="hbox1">
14
 
            <property name="visible">True</property>
15
 
            <child>
16
 
              <widget class="GtkButton" id="add_button">
17
 
                <property name="visible">True</property>
18
 
                <property name="can_focus">True</property>
19
 
                <property name="receives_default">True</property>
20
 
                <signal name="clicked" handler="on_add_button_clicked"/>
21
 
                <child>
22
 
                  <widget class="GtkAlignment" id="alignment1">
23
 
                    <property name="visible">True</property>
24
 
                    <property name="xscale">0</property>
25
 
                    <property name="yscale">0</property>
26
 
                    <child>
27
 
                      <widget class="GtkHBox" id="hbox2">
28
 
                        <property name="visible">True</property>
29
 
                        <property name="spacing">2</property>
30
 
                        <child>
31
 
                          <widget class="GtkImage" id="image2">
32
 
                            <property name="visible">True</property>
33
 
                            <property name="stock">gtk-add</property>
34
 
                          </widget>
35
 
                          <packing>
36
 
                            <property name="expand">False</property>
37
 
                            <property name="fill">False</property>
38
 
                            <property name="position">0</property>
39
 
                          </packing>
40
 
                        </child>
41
 
                        <child>
42
 
                          <widget class="GtkLabel" id="label1">
43
 
                            <property name="visible">True</property>
44
 
                            <property name="label" translatable="yes">Add Station</property>
45
 
                            <property name="use_underline">True</property>
46
 
                          </widget>
47
 
                          <packing>
48
 
                            <property name="expand">False</property>
49
 
                            <property name="fill">False</property>
50
 
                            <property name="position">1</property>
51
 
                          </packing>
52
 
                        </child>
53
 
                      </widget>
54
 
                    </child>
55
 
                  </widget>
56
 
                </child>
57
 
              </widget>
58
 
              <packing>
59
 
                <property name="expand">False</property>
60
 
                <property name="fill">False</property>
61
 
                <property name="position">0</property>
62
 
              </packing>
63
 
            </child>
64
 
            <child>
65
 
              <placeholder/>
66
 
            </child>
67
 
          </widget>
68
 
          <packing>
69
 
            <property name="expand">False</property>
70
 
            <property name="fill">False</property>
71
 
            <property name="position">0</property>
72
 
          </packing>
73
 
        </child>
74
 
        <child>
75
 
          <placeholder/>
76
 
        </child>
77
 
        <child>
78
 
          <widget class="GtkLabel" id="status_label">
79
 
            <property name="visible">True</property>
80
 
            <property name="xalign">0</property>
81
 
            <property name="label" translatable="yes">Idle.</property>
82
 
          </widget>
83
 
          <packing>
84
 
            <property name="expand">False</property>
85
 
            <property name="fill">False</property>
86
 
            <property name="pack_type">end</property>
87
 
            <property name="position">1</property>
88
 
          </packing>
89
 
        </child>
90
 
      </widget>
91
 
    </child>
92
 
  </widget>
93
 
</glade-interface>