~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to data/glade/station-new.glade

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
<requires lib="gnome"/>
6
 
 
7
 
<widget class="GtkDialog" id="dialog1">
8
 
  <property name="border_width">5</property>
9
 
  <property name="visible">True</property>
10
 
  <property name="title" translatable="yes"></property>
11
 
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
12
 
  <property name="window_position">GTK_WIN_POS_NONE</property>
13
 
  <property name="modal">False</property>
14
 
  <property name="resizable">False</property>
15
 
  <property name="destroy_with_parent">False</property>
16
 
  <property name="has_separator">False</property>
17
 
 
18
 
  <child internal-child="vbox">
19
 
    <widget class="GtkVBox" id="dialog-vbox1">
20
 
      <property name="visible">True</property>
21
 
      <property name="homogeneous">False</property>
22
 
      <property name="spacing">2</property>
23
 
 
24
 
      <child internal-child="action_area">
25
 
        <widget class="GtkHButtonBox" id="dialog-action_area2">
26
 
          <property name="visible">True</property>
27
 
          <property name="layout_style">GTK_BUTTONBOX_END</property>
28
 
 
29
 
          <child>
30
 
            <widget class="GtkButton" id="cancelbutton1">
31
 
              <property name="visible">True</property>
32
 
              <property name="can_default">True</property>
33
 
              <property name="can_focus">True</property>
34
 
              <property name="label">gtk-cancel</property>
35
 
              <property name="use_stock">True</property>
36
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
37
 
              <property name="response_id">-6</property>
38
 
            </widget>
39
 
          </child>
40
 
 
41
 
          <child>
42
 
            <widget class="GtkButton" id="okbutton1">
43
 
              <property name="visible">True</property>
44
 
              <property name="can_default">True</property>
45
 
              <property name="can_focus">True</property>
46
 
              <property name="label">gtk-ok</property>
47
 
              <property name="use_stock">True</property>
48
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
49
 
              <property name="response_id">-5</property>
50
 
            </widget>
51
 
          </child>
52
 
        </widget>
53
 
        <packing>
54
 
          <property name="padding">0</property>
55
 
          <property name="expand">False</property>
56
 
          <property name="fill">True</property>
57
 
          <property name="pack_type">GTK_PACK_END</property>
58
 
        </packing>
59
 
      </child>
60
 
 
61
 
      <child>
62
 
        <widget class="GtkTable" id="newstation">
63
 
          <property name="border_width">5</property>
64
 
          <property name="visible">True</property>
65
 
          <property name="n_rows">3</property>
66
 
          <property name="n_columns">2</property>
67
 
          <property name="homogeneous">False</property>
68
 
          <property name="row_spacing">6</property>
69
 
          <property name="column_spacing">12</property>
70
 
 
71
 
          <child>
72
 
            <widget class="GtkLabel" id="label7">
73
 
              <property name="visible">True</property>
74
 
              <property name="label" translatable="yes">_Title:</property>
75
 
              <property name="use_underline">True</property>
76
 
              <property name="use_markup">False</property>
77
 
              <property name="justify">GTK_JUSTIFY_LEFT</property>
78
 
              <property name="wrap">False</property>
79
 
              <property name="selectable">False</property>
80
 
              <property name="xalign">0</property>
81
 
              <property name="yalign">0.5</property>
82
 
              <property name="xpad">0</property>
83
 
              <property name="ypad">0</property>
84
 
              <property name="mnemonic_widget">titleEntry</property>
85
 
            </widget>
86
 
            <packing>
87
 
              <property name="left_attach">0</property>
88
 
              <property name="right_attach">1</property>
89
 
              <property name="top_attach">0</property>
90
 
              <property name="bottom_attach">1</property>
91
 
              <property name="x_options">fill</property>
92
 
              <property name="y_options"></property>
93
 
            </packing>
94
 
          </child>
95
 
 
96
 
          <child>
97
 
            <widget class="GtkEntry" id="titleEntry">
98
 
              <property name="visible">True</property>
99
 
              <property name="can_focus">True</property>
100
 
              <property name="editable">True</property>
101
 
              <property name="visibility">True</property>
102
 
              <property name="max_length">0</property>
103
 
              <property name="text" translatable="yes"></property>
104
 
              <property name="has_frame">True</property>
105
 
              <property name="invisible_char" translatable="yes">*</property>
106
 
              <property name="activates_default">False</property>
107
 
            </widget>
108
 
            <packing>
109
 
              <property name="left_attach">1</property>
110
 
              <property name="right_attach">2</property>
111
 
              <property name="top_attach">0</property>
112
 
              <property name="bottom_attach">1</property>
113
 
              <property name="y_options"></property>
114
 
            </packing>
115
 
          </child>
116
 
 
117
 
          <child>
118
 
            <widget class="GtkLabel" id="label8">
119
 
              <property name="visible">True</property>
120
 
              <property name="label" translatable="yes">_Genre:</property>
121
 
              <property name="use_underline">True</property>
122
 
              <property name="use_markup">False</property>
123
 
              <property name="justify">GTK_JUSTIFY_LEFT</property>
124
 
              <property name="wrap">False</property>
125
 
              <property name="selectable">False</property>
126
 
              <property name="xalign">0</property>
127
 
              <property name="yalign">0.5</property>
128
 
              <property name="xpad">0</property>
129
 
              <property name="ypad">0</property>
130
 
              <property name="mnemonic_widget">combo-entry1</property>
131
 
            </widget>
132
 
            <packing>
133
 
              <property name="left_attach">0</property>
134
 
              <property name="right_attach">1</property>
135
 
              <property name="top_attach">1</property>
136
 
              <property name="bottom_attach">2</property>
137
 
              <property name="x_options">fill</property>
138
 
              <property name="y_options"></property>
139
 
            </packing>
140
 
          </child>
141
 
 
142
 
          <child>
143
 
            <widget class="GtkLabel" id="label9">
144
 
              <property name="visible">True</property>
145
 
              <property name="label" translatable="yes">_Location:</property>
146
 
              <property name="use_underline">True</property>
147
 
              <property name="use_markup">False</property>
148
 
              <property name="justify">GTK_JUSTIFY_LEFT</property>
149
 
              <property name="wrap">False</property>
150
 
              <property name="selectable">False</property>
151
 
              <property name="xalign">0</property>
152
 
              <property name="yalign">0.5</property>
153
 
              <property name="xpad">0</property>
154
 
              <property name="ypad">0</property>
155
 
              <property name="mnemonic_widget">locationEntry</property>
156
 
            </widget>
157
 
            <packing>
158
 
              <property name="left_attach">0</property>
159
 
              <property name="right_attach">1</property>
160
 
              <property name="top_attach">2</property>
161
 
              <property name="bottom_attach">3</property>
162
 
              <property name="x_options">fill</property>
163
 
              <property name="y_options"></property>
164
 
            </packing>
165
 
          </child>
166
 
 
167
 
          <child>
168
 
            <widget class="GtkEntry" id="locationEntry">
169
 
              <property name="visible">True</property>
170
 
              <property name="can_focus">True</property>
171
 
              <property name="editable">True</property>
172
 
              <property name="visibility">True</property>
173
 
              <property name="max_length">0</property>
174
 
              <property name="text" translatable="yes"></property>
175
 
              <property name="has_frame">True</property>
176
 
              <property name="invisible_char" translatable="yes">*</property>
177
 
              <property name="activates_default">False</property>
178
 
            </widget>
179
 
            <packing>
180
 
              <property name="left_attach">1</property>
181
 
              <property name="right_attach">2</property>
182
 
              <property name="top_attach">2</property>
183
 
              <property name="bottom_attach">3</property>
184
 
              <property name="y_options"></property>
185
 
            </packing>
186
 
          </child>
187
 
 
188
 
          <child>
189
 
            <widget class="GtkCombo" id="genreCombo">
190
 
              <property name="visible">True</property>
191
 
              <property name="value_in_list">False</property>
192
 
              <property name="allow_empty">True</property>
193
 
              <property name="case_sensitive">False</property>
194
 
              <property name="enable_arrow_keys">True</property>
195
 
              <property name="enable_arrows_always">False</property>
196
 
 
197
 
              <child internal-child="entry">
198
 
                <widget class="GtkEntry" id="combo-entry1">
199
 
                  <property name="visible">True</property>
200
 
                  <property name="can_focus">True</property>
201
 
                  <property name="editable">True</property>
202
 
                  <property name="visibility">True</property>
203
 
                  <property name="max_length">0</property>
204
 
                  <property name="text" translatable="yes"></property>
205
 
                  <property name="has_frame">True</property>
206
 
                  <property name="invisible_char" translatable="yes">*</property>
207
 
                  <property name="activates_default">False</property>
208
 
                </widget>
209
 
              </child>
210
 
 
211
 
              <child internal-child="list">
212
 
                <widget class="GtkList" id="combo-list1">
213
 
                  <property name="visible">True</property>
214
 
                  <property name="selection_mode">GTK_SELECTION_BROWSE</property>
215
 
                </widget>
216
 
              </child>
217
 
            </widget>
218
 
            <packing>
219
 
              <property name="left_attach">1</property>
220
 
              <property name="right_attach">2</property>
221
 
              <property name="top_attach">1</property>
222
 
              <property name="bottom_attach">2</property>
223
 
              <property name="y_options"></property>
224
 
            </packing>
225
 
          </child>
226
 
        </widget>
227
 
        <packing>
228
 
          <property name="padding">0</property>
229
 
          <property name="expand">True</property>
230
 
          <property name="fill">True</property>
231
 
        </packing>
232
 
      </child>
233
 
    </widget>
234
 
  </child>
235
 
</widget>
236
 
 
237
 
</glade-interface>