~ubuntu-branches/ubuntu/quantal/rhythmbox/quantal

« back to all changes in this revision

Viewing changes to data/glade/song-info-multiple.glade

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-03-25 23:58:54 UTC
  • Revision ID: james.westby@ubuntu.com-20050325235854-2212vevw1u4074w8
Tags: upstream-0.8.8
ImportĀ upstreamĀ versionĀ 0.8.8

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="GtkWindow" id="song_info">
 
8
  <property name="visible">True</property>
 
9
  <property name="title" translatable="yes">window3</property>
 
10
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
11
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
12
  <property name="modal">False</property>
 
13
  <property name="resizable">True</property>
 
14
  <property name="destroy_with_parent">False</property>
 
15
 
 
16
  <child>
 
17
    <widget class="GtkTable" id="song_info_basic">
 
18
      <property name="border_width">6</property>
 
19
      <property name="visible">True</property>
 
20
      <property name="n_rows">6</property>
 
21
      <property name="n_columns">2</property>
 
22
      <property name="homogeneous">False</property>
 
23
      <property name="row_spacing">6</property>
 
24
      <property name="column_spacing">12</property>
 
25
 
 
26
      <child>
 
27
        <widget class="GtkEntry" id="song_info_artist">
 
28
          <property name="visible">True</property>
 
29
          <property name="can_focus">True</property>
 
30
          <property name="editable">True</property>
 
31
          <property name="visibility">True</property>
 
32
          <property name="max_length">0</property>
 
33
          <property name="text" translatable="yes"></property>
 
34
          <property name="has_frame">True</property>
 
35
          <property name="invisible_char" translatable="yes">*</property>
 
36
          <property name="activates_default">False</property>
 
37
        </widget>
 
38
        <packing>
 
39
          <property name="left_attach">1</property>
 
40
          <property name="right_attach">2</property>
 
41
          <property name="top_attach">0</property>
 
42
          <property name="bottom_attach">1</property>
 
43
          <property name="y_options"></property>
 
44
        </packing>
 
45
      </child>
 
46
 
 
47
      <child>
 
48
        <widget class="GtkEntry" id="song_info_album">
 
49
          <property name="visible">True</property>
 
50
          <property name="can_focus">True</property>
 
51
          <property name="editable">True</property>
 
52
          <property name="visibility">True</property>
 
53
          <property name="max_length">0</property>
 
54
          <property name="text" translatable="yes"></property>
 
55
          <property name="has_frame">True</property>
 
56
          <property name="invisible_char" translatable="yes">*</property>
 
57
          <property name="activates_default">False</property>
 
58
        </widget>
 
59
        <packing>
 
60
          <property name="left_attach">1</property>
 
61
          <property name="right_attach">2</property>
 
62
          <property name="top_attach">1</property>
 
63
          <property name="bottom_attach">2</property>
 
64
          <property name="y_options"></property>
 
65
        </packing>
 
66
      </child>
 
67
 
 
68
      <child>
 
69
        <widget class="GtkLabel" id="album_label">
 
70
          <property name="visible">True</property>
 
71
          <property name="label" translatable="yes">_Album:</property>
 
72
          <property name="use_underline">True</property>
 
73
          <property name="use_markup">False</property>
 
74
          <property name="justify">GTK_JUSTIFY_LEFT</property>
 
75
          <property name="wrap">False</property>
 
76
          <property name="selectable">False</property>
 
77
          <property name="xalign">0</property>
 
78
          <property name="yalign">0.5</property>
 
79
          <property name="xpad">0</property>
 
80
          <property name="ypad">0</property>
 
81
          <property name="mnemonic_widget">song_info_album</property>
 
82
        </widget>
 
83
        <packing>
 
84
          <property name="left_attach">0</property>
 
85
          <property name="right_attach">1</property>
 
86
          <property name="top_attach">1</property>
 
87
          <property name="bottom_attach">2</property>
 
88
          <property name="x_options">fill</property>
 
89
          <property name="y_options">fill</property>
 
90
        </packing>
 
91
      </child>
 
92
 
 
93
      <child>
 
94
        <widget class="GtkLabel" id="artist_label">
 
95
          <property name="visible">True</property>
 
96
          <property name="label" translatable="yes">_Artist:</property>
 
97
          <property name="use_underline">True</property>
 
98
          <property name="use_markup">False</property>
 
99
          <property name="justify">GTK_JUSTIFY_LEFT</property>
 
100
          <property name="wrap">False</property>
 
101
          <property name="selectable">False</property>
 
102
          <property name="xalign">0</property>
 
103
          <property name="yalign">0.5</property>
 
104
          <property name="xpad">0</property>
 
105
          <property name="ypad">0</property>
 
106
          <property name="mnemonic_widget">song_info_artist</property>
 
107
        </widget>
 
108
        <packing>
 
109
          <property name="left_attach">0</property>
 
110
          <property name="right_attach">1</property>
 
111
          <property name="top_attach">0</property>
 
112
          <property name="bottom_attach">1</property>
 
113
          <property name="x_options">fill</property>
 
114
          <property name="y_options">fill</property>
 
115
        </packing>
 
116
      </child>
 
117
 
 
118
      <child>
 
119
        <widget class="GtkLabel" id="genre_label">
 
120
          <property name="visible">True</property>
 
121
          <property name="label" translatable="yes">_Genre:</property>
 
122
          <property name="use_underline">True</property>
 
123
          <property name="use_markup">False</property>
 
124
          <property name="justify">GTK_JUSTIFY_LEFT</property>
 
125
          <property name="wrap">False</property>
 
126
          <property name="selectable">False</property>
 
127
          <property name="xalign">0</property>
 
128
          <property name="yalign">0.5</property>
 
129
          <property name="xpad">0</property>
 
130
          <property name="ypad">0</property>
 
131
          <property name="mnemonic_widget">song_info_genre</property>
 
132
        </widget>
 
133
        <packing>
 
134
          <property name="left_attach">0</property>
 
135
          <property name="right_attach">1</property>
 
136
          <property name="top_attach">2</property>
 
137
          <property name="bottom_attach">3</property>
 
138
          <property name="x_options">fill</property>
 
139
          <property name="y_options"></property>
 
140
        </packing>
 
141
      </child>
 
142
 
 
143
      <child>
 
144
        <widget class="GtkEntry" id="song_info_genre">
 
145
          <property name="visible">True</property>
 
146
          <property name="can_focus">True</property>
 
147
          <property name="editable">True</property>
 
148
          <property name="visibility">True</property>
 
149
          <property name="max_length">0</property>
 
150
          <property name="text" translatable="yes"></property>
 
151
          <property name="has_frame">True</property>
 
152
          <property name="invisible_char" translatable="yes">*</property>
 
153
          <property name="activates_default">False</property>
 
154
        </widget>
 
155
        <packing>
 
156
          <property name="left_attach">1</property>
 
157
          <property name="right_attach">2</property>
 
158
          <property name="top_attach">2</property>
 
159
          <property name="bottom_attach">3</property>
 
160
          <property name="y_options"></property>
 
161
        </packing>
 
162
      </child>
 
163
 
 
164
      <child>
 
165
        <widget class="GtkLabel" id="auto_rate_label">
 
166
          <property name="visible">True</property>
 
167
          <property name="label" translatable="yes">Automatically rate:</property>
 
168
          <property name="use_underline">False</property>
 
169
          <property name="use_markup">False</property>
 
170
          <property name="justify">GTK_JUSTIFY_LEFT</property>
 
171
          <property name="wrap">False</property>
 
172
          <property name="selectable">False</property>
 
173
          <property name="xalign">0</property>
 
174
          <property name="yalign">0.5</property>
 
175
          <property name="xpad">0</property>
 
176
          <property name="ypad">0</property>
 
177
        </widget>
 
178
        <packing>
 
179
          <property name="left_attach">0</property>
 
180
          <property name="right_attach">1</property>
 
181
          <property name="top_attach">4</property>
 
182
          <property name="bottom_attach">5</property>
 
183
          <property name="x_options">fill</property>
 
184
          <property name="y_options"></property>
 
185
        </packing>
 
186
      </child>
 
187
 
 
188
      <child>
 
189
        <widget class="GtkCheckButton" id="song_info_auto_rate">
 
190
          <property name="visible">True</property>
 
191
          <property name="can_focus">True</property>
 
192
          <property name="relief">GTK_RELIEF_NORMAL</property>
 
193
          <property name="active">False</property>
 
194
          <property name="inconsistent">False</property>
 
195
          <property name="draw_indicator">True</property>
 
196
 
 
197
          <child>
 
198
            <placeholder/>
 
199
          </child>
 
200
        </widget>
 
201
        <packing>
 
202
          <property name="left_attach">1</property>
 
203
          <property name="right_attach">2</property>
 
204
          <property name="top_attach">4</property>
 
205
          <property name="bottom_attach">5</property>
 
206
          <property name="x_options">fill</property>
 
207
          <property name="y_options"></property>
 
208
        </packing>
 
209
      </child>
 
210
 
 
211
      <child>
 
212
        <widget class="GtkLabel" id="rating_label">
 
213
          <property name="visible">True</property>
 
214
          <property name="label" translatable="yes">_Rating:</property>
 
215
          <property name="use_underline">True</property>
 
216
          <property name="use_markup">False</property>
 
217
          <property name="justify">GTK_JUSTIFY_LEFT</property>
 
218
          <property name="wrap">False</property>
 
219
          <property name="selectable">False</property>
 
220
          <property name="xalign">0</property>
 
221
          <property name="yalign">0</property>
 
222
          <property name="xpad">0</property>
 
223
          <property name="ypad">0</property>
 
224
        </widget>
 
225
        <packing>
 
226
          <property name="left_attach">0</property>
 
227
          <property name="right_attach">1</property>
 
228
          <property name="top_attach">5</property>
 
229
          <property name="bottom_attach">6</property>
 
230
          <property name="x_options">fill</property>
 
231
          <property name="y_options"></property>
 
232
        </packing>
 
233
      </child>
 
234
 
 
235
      <child>
 
236
        <widget class="GtkVBox" id="song_info_rating_container">
 
237
          <property name="visible">True</property>
 
238
          <property name="homogeneous">False</property>
 
239
          <property name="spacing">0</property>
 
240
 
 
241
          <child>
 
242
            <placeholder/>
 
243
          </child>
 
244
        </widget>
 
245
        <packing>
 
246
          <property name="left_attach">1</property>
 
247
          <property name="right_attach">2</property>
 
248
          <property name="top_attach">5</property>
 
249
          <property name="bottom_attach">6</property>
 
250
          <property name="x_options">fill</property>
 
251
          <property name="y_options">fill</property>
 
252
        </packing>
 
253
      </child>
 
254
    </widget>
 
255
  </child>
 
256
</widget>
 
257
 
 
258
</glade-interface>