PlayQueue: Scroll to cur. row by z
[gmpc.git] / glade / preferences-trayicon.ui
blobbb4ec1aa5fc7f638e41214467d2abcac80cecec3
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4 <object class="GtkAdjustment" id="adjustment1">
5 <property name="upper">60</property>
6 <property name="lower">1</property>
7 <property name="page_increment">10</property>
8 <property name="step_increment">1</property>
9 <property name="page_size">0</property>
10 <property name="value">5</property>
11 </object>
12 <object class="GtkListStore" id="model1">
13 <columns>
14 <column type="gchararray"/>
15 </columns>
16 <data>
17 <row>
18 <col id="0">At the notification area icon</col>
19 </row>
20 <row>
21 <col id="0">Upper Left Corner</col>
22 </row>
23 <row>
24 <col id="0">Upper Right Corner</col>
25 </row>
26 <row>
27 <col id="0">Lower Left Corner</col>
28 </row>
29 <row>
30 <col id="0">Lower Right Corner</col>
31 </row>
32 </data>
33 </object>
34 <object class="GtkListStore" id="model2">
35 <columns>
36 <column type="gchararray"/>
37 </columns>
38 <data>
39 <row>
40 <col id="0">information and up</col>
41 </row>
42 <row>
43 <col id="0">warning and up</col>
44 </row>
45 <row>
46 <col id="0">error</col>
47 </row>
48 <row>
49 <col id="0">none</col>
50 </row>
51 </data>
52 </object>
53 <object class="GtkVBox" id="tray-pref-vbox">
54 <property name="visible">True</property>
55 <property name="spacing">6</property>
56 <child>
57 <object class="GtkFrame" id="frame15">
58 <property name="visible">True</property>
59 <property name="label_xalign">0</property>
60 <property name="shadow_type">GTK_SHADOW_NONE</property>
61 <child>
62 <object class="GtkTable" id="table13">
63 <property name="visible">True</property>
64 <property name="border_width">12</property>
65 <property name="n_rows">3</property>
66 <property name="n_columns">2</property>
67 <property name="column_spacing">6</property>
68 <property name="row_spacing">6</property>
69 <child>
70 <object class="GtkCheckButton" id="ck_popup_enable">
71 <property name="visible">True</property>
72 <property name="can_focus">True</property>
73 <property name="label" translatable="yes">Show on song change</property>
74 <property name="use_underline">True</property>
75 <property name="draw_indicator">True</property>
76 <signal handler="popup_enable_toggled" name="toggled"/>
77 </object>
78 <packing>
79 <property name="right_attach">2</property>
80 <property name="x_options">GTK_FILL</property>
81 <property name="y_options"/>
82 </packing>
83 </child>
84 <child>
85 <object class="GtkAlignment" id="alignment33">
86 <property name="visible">True</property>
87 <property name="xalign">0</property>
88 <property name="xscale">0</property>
89 <child>
90 <object class="GtkSpinButton" id="popup_timeout">
91 <property name="visible">True</property>
92 <property name="can_focus">True</property>
93 <property name="adjustment">adjustment1</property>
94 <property name="climb_rate">1</property>
95 <property name="snap_to_ticks">True</property>
96 <property name="numeric">True</property>
97 <property name="wrap">True</property>
98 <property name="update_policy">GTK_UPDATE_IF_VALID</property>
99 <signal handler="popup_timeout_changed" name="value_changed"/>
100 </object>
101 </child>
102 </object>
103 <packing>
104 <property name="left_attach">1</property>
105 <property name="right_attach">2</property>
106 <property name="top_attach">1</property>
107 <property name="bottom_attach">2</property>
108 <property name="x_options">GTK_SHRINK | GTK_FILL</property>
109 <property name="y_options">GTK_FILL</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkLabel" id="label142">
114 <property name="visible">True</property>
115 <property name="xalign">1</property>
116 <property name="label" translatable="yes">Timeout:</property>
117 </object>
118 <packing>
119 <property name="top_attach">1</property>
120 <property name="bottom_attach">2</property>
121 <property name="x_options">GTK_FILL</property>
122 <property name="y_options"/>
123 </packing>
124 </child>
125 <child>
126 <object class="GtkLabel" id="label143">
127 <property name="visible">True</property>
128 <property name="xalign">1</property>
129 <property name="label" translatable="yes">Position:</property>
130 </object>
131 <packing>
132 <property name="top_attach">2</property>
133 <property name="bottom_attach">3</property>
134 <property name="x_options">GTK_FILL</property>
135 <property name="y_options"/>
136 </packing>
137 </child>
138 <child>
139 <object class="GtkComboBox" id="om_popup_position">
140 <property name="visible">True</property>
141 <signal handler="popup_position_changed" name="changed"/>
142 <property name="model">model1</property>
143 <child>
144 <object class="GtkCellRendererText" id="renderer1"/>
145 <attributes>
146 <attribute name="text">0</attribute>
147 </attributes>
148 </child>
149 </object>
150 <packing>
151 <property name="left_attach">1</property>
152 <property name="right_attach">2</property>
153 <property name="top_attach">2</property>
154 <property name="bottom_attach">3</property>
155 <property name="x_options">GTK_FILL</property>
156 <property name="y_options">GTK_FILL</property>
157 </packing>
158 </child>
159 </object>
160 </child>
161 <child type="label">
162 <object class="GtkLabel" id="label144">
163 <property name="visible">True</property>
164 <property name="label" translatable="yes">&lt;b&gt;Buildin PopUp&lt;/b&gt;</property>
165 <property name="use_markup">True</property>
166 </object>
167 </child>
168 </object>
169 <packing>
170 <property name="expand">False</property>
171 </packing>
172 </child>
173 <!-- Libnotify stuff -->
174 <child>
175 <object class="GtkFrame" id="frame_libnotify">
176 <property name="visible">True</property>
177 <property name="label_xalign">0.0</property>
178 <property name="shadow_type">GTK_SHADOW_NONE</property>
179 <child>
180 <object class="GtkCheckButton" id="ck_libnotify_enable">
181 <property name="visible">True</property>
182 <property name="can_focus">True</property>
183 <property name="border-width">6</property>
184 <property name="label" translatable="yes">Enable</property>
185 <property name="use_underline">True</property>
186 <property name="draw_indicator">True</property>
187 <signal handler="libnotify_enable_toggled" name="toggled"/>
188 </object>
189 </child>
190 <child type="label">
191 <object class="GtkLabel" id="label_frame_libnotify">
192 <property name="visible">True</property>
193 <property name="label" translatable="yes">&lt;b&gt;Desktop Environment Notification&lt;/b&gt;</property>
194 <property name="use_markup">True</property>
195 </object>
196 </child>
197 </object>
198 <packing>
199 <property name="expand">False</property>
200 <property name="position">1</property>
201 </packing>
202 </child>
203 <child>
204 <object class="GtkFrame" id="frame16">
205 <property name="visible">True</property>
206 <property name="label_xalign">0</property>
207 <property name="shadow_type">GTK_SHADOW_NONE</property>
208 <child>
209 <object class="GtkTable" id="table14">
210 <property name="visible">True</property>
211 <property name="border_width">12</property>
212 <property name="n_columns">2</property>
213 <property name="column_spacing">6</property>
214 <property name="row_spacing">6</property>
215 <child>
216 <object class="GtkCheckButton" id="ck_tray_enable">
217 <property name="visible">True</property>
218 <property name="can_focus">True</property>
219 <property name="label" translatable="yes">Enable</property>
220 <property name="use_underline">True</property>
221 <property name="draw_indicator">True</property>
222 <signal handler="tray_enable_toggled" name="toggled"/>
223 </object>
224 <packing>
225 <property name="right_attach">2</property>
226 <property name="x_options">GTK_FILL</property>
227 <property name="y_options"/>
228 </packing>
229 </child>
230 </object>
231 </child>
232 <child type="label">
233 <object class="GtkLabel" id="label145">
234 <property name="visible">True</property>
235 <property name="label" translatable="yes">&lt;b&gt;Notification Area Icon&lt;/b&gt;</property>
236 <property name="use_markup">True</property>
237 </object>
238 </child>
239 </object>
240 <packing>
241 <property name="position">2</property>
242 </packing>
243 </child>
244 <child>
245 <object class="GtkFrame" id="frame19">
246 <property name="visible">True</property>
247 <property name="label_xalign">0</property>
248 <property name="shadow_type">GTK_SHADOW_NONE</property>
249 <child>
250 <object class="GtkAlignment" id="alignment47">
251 <property name="visible">True</property>
252 <property name="border_width">12</property>
253 <property name="yalign">0</property>
254 <property name="yscale">0</property>
255 <child>
256 <object class="GtkHBox" id="hbox62">
257 <property name="visible">True</property>
258 <property name="spacing">6</property>
259 <child>
260 <object class="GtkLabel" id="label176">
261 <property name="visible">True</property>
262 <property name="label" translatable="yes">Show severity</property>
263 </object>
264 <packing>
265 <property name="expand">False</property>
266 <property name="fill">False</property>
267 </packing>
268 </child>
269 <child>
270 <object class="GtkComboBox" id="pm-combo">
271 <property name="visible">True</property>
272 <signal handler="tray_icon2_preferences_pm_combo_changed" name="changed"/>
273 <property name="model">model2</property>
274 <child>
275 <object class="GtkCellRendererText" id="renderer2"/>
276 <attributes>
277 <attribute name="text">0</attribute>
278 </attributes>
279 </child>
280 </object>
281 <packing>
282 <property name="position">1</property>
283 </packing>
284 </child>
285 </object>
286 </child>
287 </object>
288 </child>
289 <child type="label">
290 <object class="GtkLabel" id="label175">
291 <property name="visible">True</property>
292 <property name="label" translatable="yes">&lt;b&gt;Inline messages&lt;/b&gt;</property>
293 <property name="use_markup">True</property>
294 </object>
295 </child>
296 </object>
297 <packing>
298 <property name="position">3</property>
299 </packing>
300 </child>
301 </object>
302 </interface>