annotate audacious/glade/prefswin.glade @ 1149:e63d783b1325 trunk

[svn] - cosmetic improvement (6px spacing between explanation label, and output plugin buttonbox)
author nenolod
date Sun, 04 Jun 2006 21:32:59 -0700
parents ae39b599cd25
children ff71f891265b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4 <glade-interface>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
5
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
6 <widget class="GtkWindow" id="prefswin">
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
7 <property name="border_width">12</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
8 <property name="title" translatable="yes">Audacious Preferences</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
9 <property name="type">GTK_WINDOW_TOPLEVEL</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
10 <property name="window_position">GTK_WIN_POS_CENTER</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
11 <property name="modal">False</property>
814
0767a750cd4f [svn] made the preferences window smaller
giacomo
parents: 693
diff changeset
12 <property name="default_width">680</property>
222
b2b1df7d7db6 [svn] Glade stuff.
nenolod
parents: 221
diff changeset
13 <property name="default_height">400</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
14 <property name="resizable">True</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
15 <property name="destroy_with_parent">False</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
16 <property name="decorated">True</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
17 <property name="skip_taskbar_hint">False</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
18 <property name="skip_pager_hint">False</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
19 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
20 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
124
428d3865de3c [svn] More bitmap-font related stuff, working on a scrolling implementation too. (You can now enable or disable bitmap font support in Preferences.)
nenolod
parents: 0
diff changeset
21 <property name="focus_on_map">True</property>
693
7ea1edf23ab2 [svn] via NhJm:
nenolod
parents: 257
diff changeset
22 <property name="urgency_hint">False</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
23 <signal name="delete_event" handler="gtk_widget_hide_on_delete" last_modification_time="Sat, 03 Jul 2004 04:23:18 GMT"/>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
24
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
25 <child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
26 <widget class="GtkVBox" id="vbox1">
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
27 <property name="visible">True</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
28 <property name="homogeneous">False</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
29 <property name="spacing">0</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
30
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
31 <child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
32 <widget class="GtkHBox" id="hbox1">
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
33 <property name="visible">True</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
34 <property name="homogeneous">False</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
35 <property name="spacing">8</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
36
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
37 <child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
38 <widget class="GtkScrolledWindow" id="scrolledwindow6">
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
39 <property name="visible">True</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
40 <property name="can_focus">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
41 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
42 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
43 <property name="shadow_type">GTK_SHADOW_IN</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
44 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
45
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
46 <child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
47 <widget class="GtkTreeView" id="category_view">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
48 <property name="width_request">170</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
49 <property name="visible">True</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
50 <property name="can_focus">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
51 <property name="headers_visible">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
52 <property name="rules_hint">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
53 <property name="reorderable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
54 <property name="enable_search">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
55 <property name="fixed_height_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
56 <property name="hover_selection">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
57 <property name="hover_expand">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
58 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
59 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
60 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
61 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
62 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
63 <property name="expand">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
64 <property name="fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
65 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
66 </child>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
67
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
68 <child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
69 <widget class="GtkNotebook" id="category_notebook">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
70 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
71 <property name="show_tabs">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
72 <property name="show_border">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
73 <property name="tab_pos">GTK_POS_TOP</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
74 <property name="scrollable">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
75 <property name="enable_popup">True</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
76
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
77 <child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
78 <widget class="GtkVBox" id="plugin_page_vbox">
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
79 <property name="visible">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
80 <property name="homogeneous">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
81 <property name="spacing">0</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
82
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
83 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
84 <widget class="GtkNotebook" id="plugin_notebook">
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
85 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
86 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
87 <property name="show_tabs">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
88 <property name="show_border">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
89 <property name="tab_pos">GTK_POS_TOP</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
90 <property name="scrollable">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
91 <property name="enable_popup">False</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
92
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
93 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
94 <widget class="GtkVBox" id="plugin_input_vbox">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
95 <property name="border_width">12</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
96 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
97 <property name="homogeneous">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
98 <property name="spacing">0</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
99
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
100 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
101 <widget class="GtkAlignment" id="alignment43">
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
102 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
103 <property name="xalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
104 <property name="yalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
105 <property name="xscale">1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
106 <property name="yscale">1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
107 <property name="top_padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
108 <property name="bottom_padding">6</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
109 <property name="left_padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
110 <property name="right_padding">0</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
111
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
112 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
113 <widget class="GtkLabel" id="input_plugin_list_label">
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
114 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
115 <property name="label" translatable="yes">_Media plugin list:</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
116 <property name="use_underline">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
117 <property name="use_markup">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
118 <property name="justify">GTK_JUSTIFY_LEFT</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
119 <property name="wrap">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
120 <property name="selectable">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
121 <property name="xalign">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
122 <property name="yalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
123 <property name="xpad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
124 <property name="ypad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
125 <property name="mnemonic_widget">category_notebook</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
126 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
127 <property name="width_chars">-1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
128 <property name="single_line_mode">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
129 <property name="angle">0</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
130 </widget>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
131 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
132 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
133 <packing>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
134 <property name="padding">4</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
135 <property name="expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
136 <property name="fill">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
137 </packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
138 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
139
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
140 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
141 <widget class="GtkScrolledWindow" id="scrolledwindow3">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
142 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
143 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
144 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
145 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
146 <property name="shadow_type">GTK_SHADOW_IN</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
147 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
148
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
149 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
150 <widget class="GtkTreeView" id="input_plugin_view">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
151 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
152 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
153 <property name="headers_visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
154 <property name="rules_hint">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
155 <property name="reorderable">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
156 <property name="enable_search">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
157 <property name="fixed_height_mode">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
158 <property name="hover_selection">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
159 <property name="hover_expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
160 <signal name="realize" handler="on_input_plugin_view_realize" after="yes" last_modification_time="Wed, 12 May 2004 00:33:15 GMT"/>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
161 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
162 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
163 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
164 <packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
165 <property name="padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
166 <property name="expand">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
167 <property name="fill">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
168 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
169 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
170
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
171 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
172 <widget class="GtkHButtonBox" id="input_plugin_button_box">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
173 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
174 <property name="layout_style">GTK_BUTTONBOX_START</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
175 <property name="spacing">8</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
176
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
177 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
178 <widget class="GtkButton" id="input_plugin_prefs">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
179 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
180 <property name="sensitive">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
181 <property name="can_default">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
182 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
183 <property name="label">gtk-preferences</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
184 <property name="use_stock">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
185 <property name="relief">GTK_RELIEF_NORMAL</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
186 <property name="focus_on_click">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
187 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
188 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
189
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
190 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
191 <widget class="GtkButton" id="input_plugin_info">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
192 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
193 <property name="sensitive">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
194 <property name="can_default">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
195 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
196 <property name="label">gtk-dialog-info</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
197 <property name="use_stock">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
198 <property name="relief">GTK_RELIEF_NORMAL</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
199 <property name="focus_on_click">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
200 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
201 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
202 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
203 <packing>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
204 <property name="padding">8</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
205 <property name="expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
206 <property name="fill">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
207 </packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
208 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
209 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
210 <packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
211 <property name="tab_expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
212 <property name="tab_fill">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
213 </packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
214 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
215
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
216 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
217 <widget class="GtkLabel" id="plugin_input_label">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
218 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
219 <property name="label" translatable="yes">&lt;span size=&quot;medium&quot;&gt;&lt;b&gt;Media&lt;/b&gt;&lt;/span&gt;</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
220 <property name="use_underline">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
221 <property name="use_markup">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
222 <property name="justify">GTK_JUSTIFY_LEFT</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
223 <property name="wrap">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
224 <property name="selectable">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
225 <property name="xalign">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
226 <property name="yalign">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
227 <property name="xpad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
228 <property name="ypad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
229 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
230 <property name="width_chars">-1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
231 <property name="single_line_mode">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
232 <property name="angle">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
233 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
234 <packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
235 <property name="type">tab</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
236 </packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
237 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
238
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
239 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
240 <widget class="GtkVBox" id="plugin_general_vbox">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
241 <property name="border_width">12</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
242 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
243 <property name="homogeneous">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
244 <property name="spacing">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
245
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
246 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
247 <widget class="GtkAlignment" id="alignment45">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
248 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
249 <property name="xalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
250 <property name="yalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
251 <property name="xscale">1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
252 <property name="yscale">1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
253 <property name="top_padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
254 <property name="bottom_padding">6</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
255 <property name="left_padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
256 <property name="right_padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
257
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
258 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
259 <widget class="GtkLabel" id="label11">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
260 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
261 <property name="label" translatable="yes">_General plugin list:</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
262 <property name="use_underline">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
263 <property name="use_markup">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
264 <property name="justify">GTK_JUSTIFY_LEFT</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
265 <property name="wrap">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
266 <property name="selectable">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
267 <property name="xalign">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
268 <property name="yalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
269 <property name="xpad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
270 <property name="ypad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
271 <property name="mnemonic_widget">category_notebook</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
272 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
273 <property name="width_chars">-1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
274 <property name="single_line_mode">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
275 <property name="angle">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
276 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
277 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
278 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
279 <packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
280 <property name="padding">4</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
281 <property name="expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
282 <property name="fill">False</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
283 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
284 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
285
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
286 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
287 <widget class="GtkScrolledWindow" id="scrolledwindow5">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
288 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
289 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
290 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
291 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
292 <property name="shadow_type">GTK_SHADOW_IN</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
293 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
294
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
295 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
296 <widget class="GtkTreeView" id="general_plugin_view">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
297 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
298 <property name="can_focus">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
299 <property name="headers_visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
300 <property name="rules_hint">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
301 <property name="reorderable">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
302 <property name="enable_search">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
303 <property name="fixed_height_mode">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
304 <property name="hover_selection">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
305 <property name="hover_expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
306 <signal name="realize" handler="on_general_plugin_view_realize" after="yes" last_modification_time="Wed, 12 May 2004 01:53:08 GMT"/>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
307 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
308 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
309 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
310 <packing>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
311 <property name="padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
312 <property name="expand">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
313 <property name="fill">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
314 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
315 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
316
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
317 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
318 <widget class="GtkHButtonBox" id="general_plugin_button_box">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
319 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
320 <property name="layout_style">GTK_BUTTONBOX_START</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
321 <property name="spacing">8</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
322
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
323 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
324 <widget class="GtkButton" id="general_plugin_prefs">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
325 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
326 <property name="sensitive">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
327 <property name="can_default">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
328 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
329 <property name="label">gtk-preferences</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
330 <property name="use_stock">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
331 <property name="relief">GTK_RELIEF_NORMAL</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
332 <property name="focus_on_click">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
333 </widget>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
334 </child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
335
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
336 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
337 <widget class="GtkButton" id="general_plugin_info">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
338 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
339 <property name="sensitive">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
340 <property name="can_default">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
341 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
342 <property name="label">gtk-dialog-info</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
343 <property name="use_stock">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
344 <property name="relief">GTK_RELIEF_NORMAL</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
345 <property name="focus_on_click">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
346 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
347 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
348 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
349 <packing>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
350 <property name="padding">8</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
351 <property name="expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
352 <property name="fill">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
353 </packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
354 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
355 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
356 <packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
357 <property name="tab_expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
358 <property name="tab_fill">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
359 </packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
360 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
361
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
362 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
363 <widget class="GtkLabel" id="plugin_general_label">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
364 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
365 <property name="label" translatable="yes">&lt;span size=&quot;medium&quot;&gt;&lt;b&gt;General&lt;/b&gt;&lt;/span&gt;</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
366 <property name="use_underline">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
367 <property name="use_markup">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
368 <property name="justify">GTK_JUSTIFY_LEFT</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
369 <property name="wrap">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
370 <property name="selectable">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
371 <property name="xalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
372 <property name="yalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
373 <property name="xpad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
374 <property name="ypad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
375 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
376 <property name="width_chars">-1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
377 <property name="single_line_mode">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
378 <property name="angle">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
379 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
380 <packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
381 <property name="type">tab</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
382 </packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
383 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
384
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
385 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
386 <widget class="GtkVBox" id="vbox21">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
387 <property name="border_width">12</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
388 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
389 <property name="homogeneous">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
390 <property name="spacing">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
391
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
392 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
393 <widget class="GtkAlignment" id="alignment46">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
394 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
395 <property name="xalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
396 <property name="yalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
397 <property name="xscale">1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
398 <property name="yscale">1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
399 <property name="top_padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
400 <property name="bottom_padding">6</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
401 <property name="left_padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
402 <property name="right_padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
403
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
404 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
405 <widget class="GtkLabel" id="label53">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
406 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
407 <property name="label" translatable="yes">_Visualization plugin list:</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
408 <property name="use_underline">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
409 <property name="use_markup">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
410 <property name="justify">GTK_JUSTIFY_LEFT</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
411 <property name="wrap">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
412 <property name="selectable">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
413 <property name="xalign">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
414 <property name="yalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
415 <property name="xpad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
416 <property name="ypad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
417 <property name="mnemonic_widget">category_notebook</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
418 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
419 <property name="width_chars">-1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
420 <property name="single_line_mode">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
421 <property name="angle">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
422 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
423 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
424 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
425 <packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
426 <property name="padding">4</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
427 <property name="expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
428 <property name="fill">False</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
429 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
430 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
431
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
432 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
433 <widget class="GtkScrolledWindow" id="scrolledwindow7">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
434 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
435 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
436 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
437 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
438 <property name="shadow_type">GTK_SHADOW_IN</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
439 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
440
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
441 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
442 <widget class="GtkTreeView" id="vis_plugin_view">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
443 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
444 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
445 <property name="headers_visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
446 <property name="rules_hint">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
447 <property name="reorderable">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
448 <property name="enable_search">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
449 <property name="fixed_height_mode">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
450 <property name="hover_selection">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
451 <property name="hover_expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
452 <signal name="realize" handler="on_vis_plugin_view_realize" after="yes" last_modification_time="Tue, 25 May 2004 21:27:09 GMT"/>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
453 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
454 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
455 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
456 <packing>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
457 <property name="padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
458 <property name="expand">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
459 <property name="fill">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
460 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
461 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
462
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
463 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
464 <widget class="GtkHButtonBox" id="hbuttonbox6">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
465 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
466 <property name="layout_style">GTK_BUTTONBOX_START</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
467 <property name="spacing">8</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
468
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
469 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
470 <widget class="GtkButton" id="vis_plugin_prefs">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
471 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
472 <property name="sensitive">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
473 <property name="can_default">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
474 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
475 <property name="label">gtk-preferences</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
476 <property name="use_stock">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
477 <property name="relief">GTK_RELIEF_NORMAL</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
478 <property name="focus_on_click">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
479 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
480 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
481
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
482 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
483 <widget class="GtkButton" id="vis_plugin_info">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
484 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
485 <property name="sensitive">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
486 <property name="can_default">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
487 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
488 <property name="label">gtk-dialog-info</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
489 <property name="use_stock">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
490 <property name="relief">GTK_RELIEF_NORMAL</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
491 <property name="focus_on_click">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
492 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
493 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
494 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
495 <packing>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
496 <property name="padding">8</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
497 <property name="expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
498 <property name="fill">False</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
499 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
500 </child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
501 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
502 <packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
503 <property name="tab_expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
504 <property name="tab_fill">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
505 </packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
506 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
507
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
508 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
509 <widget class="GtkLabel" id="vis_label">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
510 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
511 <property name="label" translatable="yes">&lt;b&gt;Visualization&lt;/b&gt;</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
512 <property name="use_underline">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
513 <property name="use_markup">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
514 <property name="justify">GTK_JUSTIFY_LEFT</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
515 <property name="wrap">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
516 <property name="selectable">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
517 <property name="xalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
518 <property name="yalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
519 <property name="xpad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
520 <property name="ypad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
521 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
522 <property name="width_chars">-1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
523 <property name="single_line_mode">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
524 <property name="angle">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
525 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
526 <packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
527 <property name="type">tab</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
528 </packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
529 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
530
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
531 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
532 <widget class="GtkVBox" id="vbox25">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
533 <property name="border_width">12</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
534 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
535 <property name="homogeneous">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
536 <property name="spacing">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
537
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
538 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
539 <widget class="GtkAlignment" id="alignment58">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
540 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
541 <property name="xalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
542 <property name="yalign">0.5</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
543 <property name="xscale">1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
544 <property name="yscale">1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
545 <property name="top_padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
546 <property name="bottom_padding">6</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
547 <property name="left_padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
548 <property name="right_padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
549
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
550 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
551 <widget class="GtkLabel" id="label64">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
552 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
553 <property name="label" translatable="yes">_Effect plugin list:</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
554 <property name="use_underline">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
555 <property name="use_markup">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
556 <property name="justify">GTK_JUSTIFY_LEFT</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
557 <property name="wrap">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
558 <property name="selectable">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
559 <property name="xalign">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
560 <property name="yalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
561 <property name="xpad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
562 <property name="ypad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
563 <property name="mnemonic_widget">category_notebook</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
564 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
565 <property name="width_chars">-1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
566 <property name="single_line_mode">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
567 <property name="angle">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
568 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
569 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
570 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
571 <packing>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
572 <property name="padding">4</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
573 <property name="expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
574 <property name="fill">False</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
575 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
576 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
577
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
578 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
579 <widget class="GtkScrolledWindow" id="scrolledwindow9">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
580 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
581 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
582 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
583 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
584 <property name="shadow_type">GTK_SHADOW_IN</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
585 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
586
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
587 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
588 <widget class="GtkTreeView" id="effect_plugin_view">
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
589 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
590 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
591 <property name="headers_visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
592 <property name="rules_hint">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
593 <property name="reorderable">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
594 <property name="enable_search">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
595 <property name="fixed_height_mode">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
596 <property name="hover_selection">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
597 <property name="hover_expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
598 <signal name="realize" handler="on_effect_plugin_view_realize" after="yes" last_modification_time="Sat, 10 Jul 2004 14:30:22 GMT"/>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
599 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
600 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
601 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
602 <packing>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
603 <property name="padding">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
604 <property name="expand">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
605 <property name="fill">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
606 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
607 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
608
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
609 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
610 <widget class="GtkHButtonBox" id="hbuttonbox9">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
611 <property name="visible">True</property>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
612 <property name="layout_style">GTK_BUTTONBOX_START</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
613 <property name="spacing">8</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
614
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
615 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
616 <widget class="GtkButton" id="effect_plugin_prefs">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
617 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
618 <property name="sensitive">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
619 <property name="can_default">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
620 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
621 <property name="label">gtk-preferences</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
622 <property name="use_stock">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
623 <property name="relief">GTK_RELIEF_NORMAL</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
624 <property name="focus_on_click">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
625 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
626 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
627
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
628 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
629 <widget class="GtkButton" id="effect_plugin_info">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
630 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
631 <property name="sensitive">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
632 <property name="can_default">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
633 <property name="can_focus">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
634 <property name="label">gtk-dialog-info</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
635 <property name="use_stock">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
636 <property name="relief">GTK_RELIEF_NORMAL</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
637 <property name="focus_on_click">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
638 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
639 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
640 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
641 <packing>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
642 <property name="padding">8</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
643 <property name="expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
644 <property name="fill">False</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
645 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
646 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
647 </widget>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
648 <packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
649 <property name="tab_expand">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
650 <property name="tab_fill">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
651 </packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
652 </child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
653
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
654 <child>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
655 <widget class="GtkLabel" id="effects_label">
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
656 <property name="visible">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
657 <property name="label" translatable="yes">&lt;b&gt;Effects&lt;/b&gt;</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
658 <property name="use_underline">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
659 <property name="use_markup">True</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
660 <property name="justify">GTK_JUSTIFY_LEFT</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
661 <property name="wrap">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
662 <property name="selectable">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
663 <property name="xalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
664 <property name="yalign">0.5</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
665 <property name="xpad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
666 <property name="ypad">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
667 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
668 <property name="width_chars">-1</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
669 <property name="single_line_mode">False</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
670 <property name="angle">0</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
671 </widget>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
672 <packing>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
673 <property name="type">tab</property>
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
674 </packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
675 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
676 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
677 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
678 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
679 <property name="expand">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
680 <property name="fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
681 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
682 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
683 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
684 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
685 <property name="tab_expand">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
686 <property name="tab_fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
687 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
688 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
689
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
690 <child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
691 <widget class="GtkLabel" id="plugin_label">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
692 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
693 <property name="label" translatable="yes">Plugins</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
694 <property name="use_underline">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
695 <property name="use_markup">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
696 <property name="justify">GTK_JUSTIFY_LEFT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
697 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
698 <property name="selectable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
699 <property name="xalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
700 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
701 <property name="xpad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
702 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
703 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
704 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
705 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
706 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
707 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
708 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
709 <property name="type">tab</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
710 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
711 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
712
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
713 <child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
714 <widget class="GtkVBox" id="appearance_page_vbox">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
715 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
716 <property name="homogeneous">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
717 <property name="spacing">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
718
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
719 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
720 <widget class="GtkVBox" id="vbox9">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
721 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
722 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
723 <property name="spacing">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
724
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
725 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
726 <widget class="GtkAlignment" id="alignment40">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
727 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
728 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
729 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
730 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
731 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
732 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
733 <property name="bottom_padding">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
734 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
735 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
736
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
737 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
738 <widget class="GtkHBox" id="hbox5">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
739 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
740 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
741 <property name="spacing">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
742
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
743 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
744 <widget class="GtkLabel" id="label21">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
745 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
746 <property name="label" translatable="yes">&lt;b&gt;_Skin&lt;/b&gt;</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
747 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
748 <property name="use_markup">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
749 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
750 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
751 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
752 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
753 <property name="yalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
754 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
755 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
756 <property name="mnemonic_widget">category_notebook</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
757 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
758 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
759 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
760 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
761 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
762 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
763 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
764 <property name="expand">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
765 <property name="fill">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
766 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
767 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
768
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
769 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
770 <widget class="GtkButton" id="skin_refresh_button">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
771 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
772 <property name="tooltip" translatable="yes">Refresh skin list</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
773 <property name="relief">GTK_RELIEF_HALF</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
774 <property name="focus_on_click">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
775 <signal name="clicked" handler="on_skin_refresh_button_clicked" object="prefswin" last_modification_time="Sun, 26 Mar 2006 08:23:22 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
776
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
777 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
778 <widget class="GtkImage" id="image3">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
779 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
780 <property name="stock">gtk-refresh</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
781 <property name="icon_size">4</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
782 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
783 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
784 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
785 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
786 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
787 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
788 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
789 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
790 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
791 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
792 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
793 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
794 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
795 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
796 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
797 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
798 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
799 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
800 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
801 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
802 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
803 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
804
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
805 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
806 <widget class="GtkAlignment" id="alignment39">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
807 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
808 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
809 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
810 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
811 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
812 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
813 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
814 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
815 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
816
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
817 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
818 <widget class="GtkScrolledWindow" id="skin_view_scrolled_window">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
819 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
820 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
821 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
822 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
823 <property name="shadow_type">GTK_SHADOW_IN</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
824 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
825
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
826 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
827 <widget class="GtkTreeView" id="skin_view">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
828 <property name="height_request">100</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
829 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
830 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
831 <property name="headers_visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
832 <property name="rules_hint">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
833 <property name="reorderable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
834 <property name="enable_search">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
835 <property name="fixed_height_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
836 <property name="hover_selection">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
837 <property name="hover_expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
838 <signal name="realize" handler="skin_view_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 05:07:38 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
839 <signal name="visibility_notify_event" handler="on_skin_view_visibility_notify" last_modification_time="Sun, 11 Jul 2004 09:56:37 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
840 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
841 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
842 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
843 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
844 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
845 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
846 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
847 <property name="expand">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
848 <property name="fill">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
849 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
850 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
851
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
852 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
853 <widget class="GtkAlignment" id="alignment34">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
854 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
855 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
856 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
857 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
858 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
859 <property name="top_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
860 <property name="bottom_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
861 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
862 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
863
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
864 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
865 <widget class="GtkLabel" id="label54">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
866 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
867 <property name="label" translatable="yes">&lt;b&gt;_Fonts&lt;/b&gt;</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
868 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
869 <property name="use_markup">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
870 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
871 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
872 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
873 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
874 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
875 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
876 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
877 <property name="mnemonic_widget">category_notebook</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
878 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
879 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
880 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
881 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
882 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
883 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
884 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
885 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
886 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
887 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
888 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
889 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
890 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
891
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
892 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
893 <widget class="GtkVBox" id="vbox10">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
894 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
895 <property name="homogeneous">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
896 <property name="spacing">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
897
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
898 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
899 <widget class="GtkTable" id="table3">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
900 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
901 <property name="n_rows">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
902 <property name="n_columns">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
903 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
904 <property name="row_spacing">8</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
905 <property name="column_spacing">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
906
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
907 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
908 <widget class="GtkAlignment" id="alignment54">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
909 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
910 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
911 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
912 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
913 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
914 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
915 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
916 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
917 <property name="right_padding">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
918
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
919 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
920 <widget class="GtkLabel" id="label22">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
921 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
922 <property name="label" translatable="yes">_Player:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
923 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
924 <property name="use_markup">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
925 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
926 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
927 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
928 <property name="xalign">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
929 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
930 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
931 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
932 <property name="mnemonic_widget">mainwin_font_button</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
933 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
934 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
935 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
936 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
937 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
938 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
939 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
940 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
941 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
942 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
943 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
944 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
945 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
946 <property name="y_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
947 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
948 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
949
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
950 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
951 <widget class="GtkAlignment" id="alignment53">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
952 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
953 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
954 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
955 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
956 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
957 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
958 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
959 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
960 <property name="right_padding">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
961
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
962 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
963 <widget class="GtkLabel" id="label23">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
964 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
965 <property name="label" translatable="yes">_Playlist:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
966 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
967 <property name="use_markup">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
968 <property name="justify">GTK_JUSTIFY_RIGHT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
969 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
970 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
971 <property name="xalign">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
972 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
973 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
974 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
975 <property name="mnemonic_widget">playlist_font_button</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
976 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
977 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
978 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
979 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
980 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
981 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
982 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
983 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
984 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
985 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
986 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
987 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
988 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
989 <property name="y_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
990 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
991 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
992
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
993 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
994 <widget class="GtkFontButton" id="mainwin_font_button">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
995 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
996 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
997 <property name="title" translatable="yes">Select main player window font:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
998 <property name="show_style">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
999 <property name="show_size">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1000 <property name="use_font">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1001 <property name="use_size">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1002 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1003 <signal name="realize" handler="on_mainwin_font_button_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 04:31:40 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1004 <signal name="font_set" handler="on_mainwin_font_button_font_set" last_modification_time="Sat, 03 Jul 2004 04:31:59 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1005 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1006 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1007 <property name="left_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1008 <property name="right_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1009 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1010 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1011 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1012 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1013 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1014
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1015 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1016 <widget class="GtkFontButton" id="playlist_font_button">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1017 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1018 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1019 <property name="title" translatable="yes">Select playlist font:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1020 <property name="show_style">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1021 <property name="show_size">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1022 <property name="use_font">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1023 <property name="use_size">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1024 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1025 <signal name="realize" handler="on_playlist_font_button_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 04:29:23 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1026 <signal name="font_set" handler="on_playlist_font_button_font_set" last_modification_time="Sat, 03 Jul 2004 04:31:19 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1027 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1028 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1029 <property name="left_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1030 <property name="right_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1031 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1032 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1033 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1034 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1035 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1036 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1037 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1038 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1039 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1040 <property name="fill">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1041 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1042 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1043
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1044 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1045 <widget class="GtkVBox" id="vbox11">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1046 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1047 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1048 <property name="spacing">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1049
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1050 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1051 <widget class="GtkAlignment" id="alignment60">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1052 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1053 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1054 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1055 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1056 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1057 <property name="top_padding">8</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1058 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1059 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1060 <property name="right_padding">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1061
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1062 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1063 <widget class="GtkCheckButton" id="checkbutton1">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1064 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1065 <property name="tooltip" translatable="yes">Use bitmap fonts if they are available. Bitmap fonts do not support Unicode strings.</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1066 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1067 <property name="label" translatable="yes">Use Bitmap fonts if available</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1068 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1069 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1070 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1071 <property name="active">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1072 <property name="inconsistent">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1073 <property name="draw_indicator">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1074 <signal name="toggled" handler="on_use_bitmap_fonts_toggled" last_modification_time="Tue, 08 Nov 2005 07:06:58 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1075 <signal name="realize" handler="on_use_bitmap_fonts_realize" after="yes" last_modification_time="Tue, 08 Nov 2005 07:07:02 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1076 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1077 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1078 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1079 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1080 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1081 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1082 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1083 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1084 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1085
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1086 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1087 <widget class="GtkAlignment" id="alignment10">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1088 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1089 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1090 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1091 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1092 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1093 <property name="top_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1094 <property name="bottom_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1095 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1096 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1097
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1098 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1099 <widget class="GtkLabel" id="label57">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1100 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1101 <property name="label" translatable="yes">&lt;b&gt;_Miscellaneous&lt;/b&gt;</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1102 <property name="use_underline">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1103 <property name="use_markup">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1104 <property name="justify">GTK_JUSTIFY_LEFT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1105 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1106 <property name="selectable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1107 <property name="xalign">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1108 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1109 <property name="xpad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1110 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1111 <property name="mnemonic_widget">category_notebook</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1112 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1113 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1114 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1115 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1116 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1117 </child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1118 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1119 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1120 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1121 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1122 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1123 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1124 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1125 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1126 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1127 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1128 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1129 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1130 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1131 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1132
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1133 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1134 <widget class="GtkAlignment" id="alignment8">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1135 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1136 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1137 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1138 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1139 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1140 <property name="top_padding">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1141 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1142 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1143 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1144
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1145 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1146 <widget class="GtkCheckButton" id="playlist_show_pl_numbers">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1147 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1148 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1149 <property name="label" translatable="yes">Show track numbers in playlist</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1150 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1151 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1152 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1153 <property name="active">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1154 <property name="inconsistent">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1155 <property name="draw_indicator">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1156 <signal name="toggled" handler="on_playlist_show_pl_numbers_toggled" last_modification_time="Sat, 03 Jul 2004 04:45:40 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1157 <signal name="realize" handler="on_playlist_show_pl_numbers_realize" after="yes" last_modification_time="Wed, 07 Jul 2004 06:54:45 GMT"/>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1158 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1159 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1160 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1161 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1162 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1163 <property name="expand">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1164 <property name="fill">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1165 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1166 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1167
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1168 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1169 <widget class="GtkAlignment" id="alignment61">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1170 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1171 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1172 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1173 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1174 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1175 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1176 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1177 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1178 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1179
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1180 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1181 <widget class="GtkCheckButton" id="playlist_show_pl_separator">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1182 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1183 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1184 <property name="label" translatable="yes">Show separators in playlist</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1185 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1186 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1187 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1188 <property name="active">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1189 <property name="inconsistent">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1190 <property name="draw_indicator">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1191 <signal name="toggled" handler="on_playlist_show_pl_separator_toggled" last_modification_time="Sat, 03 Jul 2004 04:45:40 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1192 <signal name="realize" handler="on_playlist_show_pl_separator_realize" after="yes" last_modification_time="Wed, 07 Jul 2004 06:54:45 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1193 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1194 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1195 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1196 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1197 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1198 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1199 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1200 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1201 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1202
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1203 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1204 <widget class="GtkAlignment" id="alignment69">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1205 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1206 <property name="xalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1207 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1208 <property name="xscale">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1209 <property name="yscale">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1210 <property name="top_padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1211 <property name="bottom_padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1212 <property name="left_padding">12</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1213 <property name="right_padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1214
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1215 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1216 <widget class="GtkCheckButton" id="checkbutton2">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1217 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1218 <property name="can_focus">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1219 <property name="label" translatable="yes">Use custom cursors</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1220 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1221 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1222 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1223 <property name="active">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1224 <property name="inconsistent">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1225 <property name="draw_indicator">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1226 <signal name="realize" handler="on_custom_cursors_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 05:34:35 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1227 <signal name="toggled" handler="on_custom_cursors_toggled" last_modification_time="Sat, 03 Jul 2004 05:34:39 GMT"/>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1228 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1229 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1230 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1231 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1232 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1233 <property name="expand">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1234 <property name="fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1235 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1236 </child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1237 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1238 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1239 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1240 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1241 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1242 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1243 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1244
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1245 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1246 <widget class="GtkVBox" id="vbox31">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1247 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1248 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1249 <property name="spacing">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1250
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1251 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1252 <widget class="GtkAlignment" id="alignment70">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1253 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1254 <property name="xalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1255 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1256 <property name="xscale">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1257 <property name="yscale">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1258 <property name="top_padding">12</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1259 <property name="bottom_padding">12</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1260 <property name="left_padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1261 <property name="right_padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1262
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1263 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1264 <widget class="GtkLabel" id="label72">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1265 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1266 <property name="label" translatable="yes">&lt;b&gt;_Transparency&lt;/b&gt;</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1267 <property name="use_underline">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1268 <property name="use_markup">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1269 <property name="justify">GTK_JUSTIFY_LEFT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1270 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1271 <property name="selectable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1272 <property name="xalign">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1273 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1274 <property name="xpad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1275 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1276 <property name="mnemonic_widget">category_notebook</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1277 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1278 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1279 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1280 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1281 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1282 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1283 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1284 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1285 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1286 <property name="expand">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1287 <property name="fill">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1288 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1289 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1290
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1291 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1292 <widget class="GtkAlignment" id="alignment71">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1293 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1294 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1295 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1296 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1297 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1298 <property name="top_padding">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1299 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1300 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1301 <property name="right_padding">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1302
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1303 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1304 <widget class="GtkCheckButton" id="checkbutton3">
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1305 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1306 <property name="tooltip" translatable="yes">Enables playlist transparency. This is not recommended for slower machines as it requires some CPU time to create and cache the pixmaps used for the transparency.</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1307 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1308 <property name="label" translatable="yes">Enable playlist transparency</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1309 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1310 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1311 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1312 <property name="active">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1313 <property name="inconsistent">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1314 <property name="draw_indicator">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1315 <signal name="toggled" handler="on_playlist_transparent_toggled" last_modification_time="Fri, 19 May 2006 20:05:16 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1316 <signal name="realize" handler="on_playlist_transparent_realize" after="yes" last_modification_time="Fri, 19 May 2006 20:05:10 GMT"/>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1317 </widget>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1318 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1319 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1320 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1321 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1322 <property name="expand">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1323 <property name="fill">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1324 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1325 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1326 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1327 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1328 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1329 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1330 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1331 </packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1332 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1333 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1334 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1335 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1336 <property name="expand">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1337 <property name="fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1338 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1339 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1340 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1341 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1342 <property name="tab_expand">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1343 <property name="tab_fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1344 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1345 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1346
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1347 <child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1348 <widget class="GtkLabel" id="appearance_label">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1349 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1350 <property name="label" translatable="yes">Appearance</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1351 <property name="use_underline">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1352 <property name="use_markup">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1353 <property name="justify">GTK_JUSTIFY_LEFT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1354 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1355 <property name="selectable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1356 <property name="xalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1357 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1358 <property name="xpad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1359 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1360 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1361 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1362 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1363 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1364 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1365 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1366 <property name="type">tab</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1367 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1368 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1369
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1370 <child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1371 <widget class="GtkVBox" id="mouse_page_vbox">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1372 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1373 <property name="homogeneous">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1374 <property name="spacing">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1375
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1376 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1377 <widget class="GtkVBox" id="vbox20">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1378 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1379 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1380 <property name="spacing">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1381
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1382 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1383 <widget class="GtkAlignment" id="alignment36">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1384 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1385 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1386 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1387 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1388 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1389 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1390 <property name="bottom_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1391 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1392 <property name="right_padding">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1393
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1394 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1395 <widget class="GtkLabel" id="label51">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1396 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1397 <property name="label" translatable="yes">&lt;b&gt;Mouse wheel&lt;/b&gt;</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1398 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1399 <property name="use_markup">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1400 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1401 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1402 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1403 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1404 <property name="yalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1405 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1406 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1407 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1408 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1409 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1410 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1411 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1412 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1413 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1414 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1415 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1416 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1417 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1418 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1419 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1420
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1421 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1422 <widget class="GtkAlignment" id="alignment34">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1423 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1424 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1425 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1426 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1427 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1428 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1429 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1430 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1431 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1432
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1433 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1434 <widget class="GtkTable" id="table4">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1435 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1436 <property name="n_rows">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1437 <property name="n_columns">3</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1438 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1439 <property name="row_spacing">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1440 <property name="column_spacing">0</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1441
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1442 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1443 <widget class="GtkLabel" id="label32">
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1444 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1445 <property name="label" translatable="yes">Changes volume by</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1446 <property name="use_underline">False</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1447 <property name="use_markup">False</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1448 <property name="justify">GTK_JUSTIFY_LEFT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1449 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1450 <property name="selectable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1451 <property name="xalign">0</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1452 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1453 <property name="xpad">4</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1454 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1455 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1456 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1457 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1458 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1459 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1460 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1461 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1462 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1463 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1464 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1465 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1466 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1467 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1468 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1469
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1470 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1471 <widget class="GtkLabel" id="label33">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1472 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1473 <property name="label" translatable="yes">percent</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1474 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1475 <property name="use_markup">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1476 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1477 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1478 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1479 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1480 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1481 <property name="xpad">4</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1482 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1483 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1484 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1485 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1486 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1487 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1488 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1489 <property name="left_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1490 <property name="right_attach">3</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1491 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1492 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1493 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1494 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1495 </packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1496 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1497
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1498 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1499 <widget class="GtkLabel" id="label34">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1500 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1501 <property name="label" translatable="yes">Scrolls playlist by</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1502 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1503 <property name="use_markup">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1504 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1505 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1506 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1507 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1508 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1509 <property name="xpad">4</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1510 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1511 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1512 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1513 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1514 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1515 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1516 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1517 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1518 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1519 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1520 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1521 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1522 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1523 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1524 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1525
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1526 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1527 <widget class="GtkSpinButton" id="mouse_wheel_scroll_pl">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1528 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1529 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1530 <property name="climb_rate">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1531 <property name="digits">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1532 <property name="numeric">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1533 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1534 <property name="snap_to_ticks">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1535 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1536 <property name="adjustment">1 0 100 1 10 10</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1537 <signal name="realize" handler="on_mouse_wheel_scroll_pl_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 04:38:58 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1538 <signal name="value_changed" handler="on_mouse_wheel_scroll_pl_changed" last_modification_time="Sat, 03 Jul 2004 04:48:13 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1539 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1540 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1541 <property name="left_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1542 <property name="right_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1543 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1544 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1545 <property name="x_padding">4</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1546 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1547 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1548 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1549 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1550
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1551 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1552 <widget class="GtkLabel" id="label35">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1553 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1554 <property name="label" translatable="yes">lines</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1555 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1556 <property name="use_markup">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1557 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1558 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1559 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1560 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1561 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1562 <property name="xpad">4</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1563 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1564 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1565 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1566 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1567 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1568 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1569 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1570 <property name="left_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1571 <property name="right_attach">3</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1572 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1573 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1574 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1575 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1576 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1577 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1578
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1579 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1580 <widget class="GtkSpinButton" id="mouse_wheel_volume">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1581 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1582 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1583 <property name="climb_rate">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1584 <property name="digits">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1585 <property name="numeric">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1586 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1587 <property name="snap_to_ticks">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1588 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1589 <property name="adjustment">5 0 100 1 10 10</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1590 <signal name="realize" handler="on_mouse_wheel_volume_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 04:37:03 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1591 <signal name="value_changed" handler="on_mouse_wheel_volume_changed" last_modification_time="Sat, 03 Jul 2004 04:48:06 GMT"/>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1592 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1593 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1594 <property name="left_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1595 <property name="right_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1596 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1597 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1598 <property name="x_padding">4</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1599 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1600 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1601 </packing>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1602 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1603 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1604 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1605 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1606 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1607 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1608 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1609 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1610 </packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1611 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1612 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1613 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1614 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1615 <property name="expand">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1616 <property name="fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1617 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1618 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1619 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1620 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1621 <property name="tab_expand">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1622 <property name="tab_fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1623 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1624 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1625
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1626 <child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1627 <widget class="GtkLabel" id="mouse_label">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1628 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1629 <property name="label" translatable="yes">Mouse</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1630 <property name="use_underline">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1631 <property name="use_markup">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1632 <property name="justify">GTK_JUSTIFY_LEFT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1633 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1634 <property name="selectable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1635 <property name="xalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1636 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1637 <property name="xpad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1638 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1639 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1640 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1641 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1642 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1643 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1644 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1645 <property name="type">tab</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1646 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1647 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1648
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1649 <child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1650 <widget class="GtkVBox" id="playlist_page_vbox">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1651 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1652 <property name="homogeneous">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1653 <property name="spacing">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1654
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1655 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1656 <widget class="GtkVBox" id="vbox15">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1657 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1658 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1659 <property name="spacing">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1660
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1661 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1662 <widget class="GtkAlignment" id="alignment14">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1663 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1664 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1665 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1666 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1667 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1668 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1669 <property name="bottom_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1670 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1671 <property name="right_padding">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1672
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1673 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1674 <widget class="GtkLabel" id="label38">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1675 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1676 <property name="label" translatable="yes">&lt;b&gt;Filename&lt;/b&gt;</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1677 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1678 <property name="use_markup">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1679 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1680 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1681 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1682 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1683 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1684 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1685 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1686 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1687 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1688 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1689 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1690 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1691 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1692 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1693 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1694 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1695 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1696 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1697 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1698 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1699
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1700 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1701 <widget class="GtkAlignment" id="alignment12">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1702 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1703 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1704 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1705 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1706 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1707 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1708 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1709 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1710 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1711
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1712 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1713 <widget class="GtkCheckButton" id="playlist_convert_underscore">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1714 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1715 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1716 <property name="label" translatable="yes">Convert underscores to blanks</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1717 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1718 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1719 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1720 <property name="active">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1721 <property name="inconsistent">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1722 <property name="draw_indicator">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1723 <signal name="realize" handler="on_playlist_convert_underscore_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 04:40:06 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1724 <signal name="toggled" handler="on_playlist_convert_underscore_toggled" last_modification_time="Sat, 03 Jul 2004 04:40:16 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1725 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1726 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1727 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1728 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1729 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1730 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1731 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1732 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1733 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1734
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1735 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1736 <widget class="GtkAlignment" id="alignment13">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1737 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1738 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1739 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1740 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1741 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1742 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1743 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1744 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1745 <property name="right_padding">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1746
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1747 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1748 <widget class="GtkCheckButton" id="playlist_convert_twenty">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1749 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1750 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1751 <property name="label" translatable="yes">Convert %20 to blanks</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1752 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1753 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1754 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1755 <property name="active">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1756 <property name="inconsistent">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1757 <property name="draw_indicator">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1758 <signal name="realize" handler="on_playlist_convert_twenty_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 04:40:38 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1759 <signal name="toggled" handler="on_playlist_convert_twenty_toggled" last_modification_time="Sat, 03 Jul 2004 04:40:47 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1760 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1761 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1762 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1763 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1764 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1765 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1766 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1767 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1768 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1769
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1770 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1771 <widget class="GtkAlignment" id="alignment15">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1772 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1773 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1774 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1775 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1776 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1777 <property name="top_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1778 <property name="bottom_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1779 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1780 <property name="right_padding">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1781
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1782 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1783 <widget class="GtkLabel" id="label39">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1784 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1785 <property name="label" translatable="yes">&lt;b&gt;Metadata&lt;/b&gt;</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1786 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1787 <property name="use_markup">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1788 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1789 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1790 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1791 <property name="xalign">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1792 <property name="yalign">0.5</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1793 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1794 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1795 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1796 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1797 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1798 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1799 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1800 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1801 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1802 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1803 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1804 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1805 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1806 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1807 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1808
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1809 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1810 <widget class="GtkAlignment" id="alignment16">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1811 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1812 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1813 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1814 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1815 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1816 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1817 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1818 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1819 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1820
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1821 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1822 <widget class="GtkCheckButton" id="playlist_use_metadata">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1823 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1824 <property name="tooltip" translatable="yes">Load metadata (tag information) from music files.</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1825 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1826 <property name="label" translatable="yes">Load metadata from playlists and files</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1827 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1828 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1829 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1830 <property name="active">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1831 <property name="inconsistent">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1832 <property name="draw_indicator">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1833 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1834 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1835 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1836 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1837 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1838 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1839 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1840 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1841 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1842
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1843 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1844 <widget class="GtkAlignment" id="alignment18">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1845 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1846 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1847 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1848 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1849 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1850 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1851 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1852 <property name="left_padding">24</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1853 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1854
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1855 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1856 <widget class="GtkVBox" id="playlist_use_metadata_box">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1857 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1858 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1859 <property name="spacing">0</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1860
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1861 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1862 <widget class="GtkRadioButton" id="playlist_metadata_on_load">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1863 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1864 <property name="tooltip" translatable="yes">Load metadata when adding the file to the playlist or opening it</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1865 <property name="can_focus">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1866 <property name="label" translatable="yes">On load</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1867 <property name="use_underline">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1868 <property name="relief">GTK_RELIEF_NORMAL</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1869 <property name="focus_on_click">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1870 <property name="active">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1871 <property name="inconsistent">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1872 <property name="draw_indicator">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1873 <signal name="toggled" handler="on_pl_metadata_on_load_toggled" last_modification_time="Sat, 03 Jul 2004 05:52:38 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1874 <signal name="realize" handler="on_pl_metadata_on_load_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 05:53:48 GMT"/>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1875 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1876 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1877 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1878 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1879 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1880 </packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1881 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1882
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1883 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1884 <widget class="GtkRadioButton" id="playlist_metadata_on_display">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1885 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1886 <property name="tooltip" translatable="yes">Load metadata on demand when displaying the file in the playlist</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1887 <property name="can_focus">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1888 <property name="label" translatable="yes">On display</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1889 <property name="use_underline">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1890 <property name="relief">GTK_RELIEF_NORMAL</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1891 <property name="focus_on_click">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1892 <property name="active">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1893 <property name="inconsistent">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1894 <property name="draw_indicator">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1895 <property name="group">playlist_metadata_on_load</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1896 <signal name="toggled" handler="on_pl_metadata_on_display_toggled" last_modification_time="Sat, 03 Jul 2004 05:52:49 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1897 <signal name="realize" handler="on_pl_metadata_on_display_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 05:56:15 GMT"/>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1898 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1899 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1900 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1901 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1902 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1903 </packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1904 </child>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1905
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1906 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1907 <widget class="GtkTable" id="table10">
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1908 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1909 <property name="n_rows">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1910 <property name="n_columns">2</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1911 <property name="homogeneous">False</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1912 <property name="row_spacing">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1913 <property name="column_spacing">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1914
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1915 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1916 <widget class="GtkLabel" id="label74">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1917 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1918 <property name="label" translatable="yes">Fallback charcter encodings:</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1919 <property name="use_underline">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1920 <property name="use_markup">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1921 <property name="justify">GTK_JUSTIFY_RIGHT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1922 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1923 <property name="selectable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1924 <property name="xalign">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1925 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1926 <property name="xpad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1927 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1928 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1929 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1930 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1931 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1932 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1933 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1934 <property name="left_attach">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1935 <property name="right_attach">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1936 <property name="top_attach">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1937 <property name="bottom_attach">2</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1938 <property name="x_options">fill</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1939 <property name="y_options"></property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1940 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1941 </child>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1942
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1943 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1944 <widget class="GtkEntry" id="entry1">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1945 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1946 <property name="tooltip" translatable="yes">List of character encodings used for fall back conversion of metadata. If automatic character encoding detector failed or has been disabled, encodings in this list would be treated as candidates of the encoding of metadata, and fall back conversion from these encodings to UTF-8 would be attempted.</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1947 <property name="can_focus">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1948 <property name="editable">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1949 <property name="visibility">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1950 <property name="max_length">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1951 <property name="text" translatable="yes"></property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1952 <property name="has_frame">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1953 <property name="invisible_char">*</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1954 <property name="activates_default">False</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1955 <signal name="changed" handler="on_chardet_fallback_changed" last_modification_time="Tue, 23 May 2006 18:35:01 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1956 <signal name="realize" handler="on_chardet_fallback_realize" after="yes" last_modification_time="Tue, 23 May 2006 18:36:22 GMT"/>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1957 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1958 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1959 <property name="left_attach">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1960 <property name="right_attach">2</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1961 <property name="top_attach">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1962 <property name="bottom_attach">2</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1963 <property name="y_options"></property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1964 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1965 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1966
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1967 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1968 <widget class="GtkComboBox" id="combobox1">
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1969 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1970 <property name="items" translatable="yes"></property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1971 <property name="add_tearoffs">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1972 <property name="focus_on_click">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1973 <signal name="realize" handler="on_chardet_detector_cbox_realize" after="yes" last_modification_time="Tue, 23 May 2006 19:00:15 GMT"/>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1974 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1975 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1976 <property name="left_attach">1</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1977 <property name="right_attach">2</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1978 <property name="top_attach">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1979 <property name="bottom_attach">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1980 <property name="y_options">fill</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1981 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1982 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1983
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1984 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1985 <widget class="GtkLabel" id="label73">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
1986 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1987 <property name="label" translatable="yes">Auto character encoding detector for:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1988 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1989 <property name="use_markup">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1990 <property name="justify">GTK_JUSTIFY_RIGHT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1991 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1992 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1993 <property name="xalign">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1994 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1995 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1996 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1997 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1998 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
1999 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2000 <property name="angle">0</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2001 </widget>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2002 <packing>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2003 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2004 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2005 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2006 <property name="bottom_attach">1</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2007 <property name="x_options">fill</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2008 <property name="y_options"></property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2009 </packing>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2010 </child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2011 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2012 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2013 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2014 <property name="expand">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2015 <property name="fill">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2016 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2017 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2018 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2019 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2020 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2021 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2022 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2023 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2024 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2025 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2026 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2027
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2028 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2029 <widget class="GtkAlignment" id="alignment19">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2030 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2031 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2032 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2033 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2034 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2035 <property name="top_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2036 <property name="bottom_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2037 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2038 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2039
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2040 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2041 <widget class="GtkLabel" id="label40">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2042 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2043 <property name="label" translatable="yes">&lt;b&gt;File Dialog&lt;/b&gt;</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2044 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2045 <property name="use_markup">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2046 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2047 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2048 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2049 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2050 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2051 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2052 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2053 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2054 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2055 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2056 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2057 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2058 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2059 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2060 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2061 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2062 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2063 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2064 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2065 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2066
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2067 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2068 <widget class="GtkAlignment" id="alignment20">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2069 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2070 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2071 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2072 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2073 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2074 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2075 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2076 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2077 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2078
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2079 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2080 <widget class="GtkCheckButton" id="refresh_file_list">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2081 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2082 <property name="tooltip" translatable="yes">Always refresh the file dialog (this will slow opening the dialog on large directories, and Gnome VFS should handle automatically).</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2083 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2084 <property name="label" translatable="yes">Always refresh directory when opening file dialog, should be unneeded with Gnome VFS.</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2085 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2086 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2087 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2088 <property name="active">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2089 <property name="inconsistent">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2090 <property name="draw_indicator">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2091 <signal name="realize" handler="on_refresh_file_list_realize" after="yes" last_modification_time="Tue, 28 Mar 2006 14:55:55 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2092 <signal name="toggled" handler="on_refresh_file_list_toggled" last_modification_time="Tue, 28 Mar 2006 14:55:55 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2093 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2094 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2095 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2096 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2097 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2098 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2099 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2100 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2101 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2102
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2103 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2104 <widget class="GtkAlignment" id="alignment55">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2105 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2106 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2107 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2108 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2109 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2110 <property name="top_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2111 <property name="bottom_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2112 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2113 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2114
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2115 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2116 <widget class="GtkLabel" id="label60">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2117 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2118 <property name="label" translatable="yes">&lt;b&gt;Song display&lt;/b&gt;</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2119 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2120 <property name="use_markup">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2121 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2122 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2123 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2124 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2125 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2126 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2127 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2128 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2129 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2130 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2131 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2132 </widget>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2133 </child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2134 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2135 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2136 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2137 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2138 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2139 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2140 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2141
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2142 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2143 <widget class="GtkAlignment" id="alignment56">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2144 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2145 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2146 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2147 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2148 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2149 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2150 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2151 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2152 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2153
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2154 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2155 <widget class="GtkTable" id="table6">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2156 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2157 <property name="n_rows">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2158 <property name="n_columns">3</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2159 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2160 <property name="row_spacing">4</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2161 <property name="column_spacing">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2162
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2163 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2164 <widget class="GtkLabel" id="label61">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2165 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2166 <property name="label" translatable="yes">Title format:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2167 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2168 <property name="use_markup">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2169 <property name="justify">GTK_JUSTIFY_RIGHT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2170 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2171 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2172 <property name="xalign">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2173 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2174 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2175 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2176 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2177 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2178 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2179 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2180 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2181 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2182 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2183 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2184 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2185 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2186 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2187 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2188 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2189 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2190
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2191 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2192 <widget class="GtkLabel" id="label62">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2193 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2194 <property name="label" translatable="yes">Custom string:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2195 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2196 <property name="use_markup">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2197 <property name="justify">GTK_JUSTIFY_RIGHT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2198 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2199 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2200 <property name="xalign">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2201 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2202 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2203 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2204 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2205 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2206 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2207 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2208 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2209 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2210 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2211 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2212 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2213 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2214 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2215 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2216 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2217 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2218
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2219 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2220 <widget class="GtkEntry" id="titlestring_entry">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2221 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2222 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2223 <property name="editable">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2224 <property name="visibility">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2225 <property name="max_length">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2226 <property name="text" translatable="yes"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2227 <property name="has_frame">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2228 <property name="invisible_char">*</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2229 <property name="activates_default">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2230 <signal name="changed" handler="on_titlestring_entry_changed" last_modification_time="Sat, 03 Jul 2004 05:37:37 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2231 <signal name="realize" handler="on_titlestring_entry_realize" after="yes" last_modification_time="Sun, 04 Jul 2004 11:30:16 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2232 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2233 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2234 <property name="left_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2235 <property name="right_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2236 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2237 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2238 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2239 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2240 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2241
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2242 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2243 <widget class="GtkComboBox" id="titlestring_cbox">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2244 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2245 <property name="items" translatable="yes">TITLE
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2246 ARTIST - TITLE
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2247 ARTIST - ALBUM - TITLE
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2248 ARTIST - ALBUM - TRACK. TITLE
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2249 ARTIST [ ALBUM ] - TRACK. TITLE
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2250 ALBUM - TITLE
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2251 Custom</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2252 <property name="add_tearoffs">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2253 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2254 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2255 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2256 <property name="left_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2257 <property name="right_attach">3</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2258 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2259 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2260 <property name="y_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2261 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2262 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2263
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2264 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2265 <widget class="GtkButton" id="titlestring_help_button">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2266 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2267 <property name="tooltip" translatable="yes">Show information about titlestring format</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2268 <property name="relief">GTK_RELIEF_HALF</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2269 <property name="focus_on_click">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2270
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2271 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2272 <widget class="GtkImage" id="image1">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2273 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2274 <property name="stock">gtk-index</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2275 <property name="icon_size">4</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2276 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2277 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2278 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2279 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2280 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2281 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2282 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2283 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2284 <property name="left_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2285 <property name="right_attach">3</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2286 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2287 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2288 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2289 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2290 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2291 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2292 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2293 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2294 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2295 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2296 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2297 <property name="expand">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2298 <property name="fill">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2299 </packing>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2300 </child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2301 </widget>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2302 <packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2303 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2304 <property name="expand">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2305 <property name="fill">True</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2306 </packing>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2307 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2308 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2309 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2310 <property name="tab_expand">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2311 <property name="tab_fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2312 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2313 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2314
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2315 <child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2316 <widget class="GtkLabel" id="playlist_label">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2317 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2318 <property name="label" translatable="yes">Playlist</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2319 <property name="use_underline">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2320 <property name="use_markup">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2321 <property name="justify">GTK_JUSTIFY_LEFT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2322 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2323 <property name="selectable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2324 <property name="xalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2325 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2326 <property name="xpad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2327 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2328 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2329 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2330 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2331 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2332 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2333 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2334 <property name="type">tab</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2335 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2336 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2337
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2338 <child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2339 <widget class="GtkVBox" id="equalizer_page_vbox">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2340 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2341 <property name="homogeneous">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2342 <property name="spacing">0</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2343
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2344 <child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2345 <widget class="GtkAlignment" id="alignment28">
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2346 <property name="visible">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2347 <property name="xalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2348 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2349 <property name="xscale">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2350 <property name="yscale">1</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2351 <property name="top_padding">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2352 <property name="bottom_padding">0</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2353 <property name="left_padding">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2354 <property name="right_padding">0</property>
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2355
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2356 <child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2357 <widget class="GtkVBox" id="vbox22">
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2358 <property name="visible">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2359 <property name="homogeneous">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2360 <property name="spacing">0</property>
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2361
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2362 <child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2363 <widget class="GtkAlignment" id="alignment30">
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2364 <property name="visible">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2365 <property name="xalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2366 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2367 <property name="xscale">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2368 <property name="yscale">1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2369 <property name="top_padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2370 <property name="bottom_padding">12</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2371 <property name="left_padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2372 <property name="right_padding">0</property>
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2373
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2374 <child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2375 <widget class="GtkLabel" id="equalizer_page_label">
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2376 <property name="visible">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2377 <property name="label" translatable="yes">&lt;b&gt;Presets&lt;/b&gt;</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2378 <property name="use_underline">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2379 <property name="use_markup">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2380 <property name="justify">GTK_JUSTIFY_LEFT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2381 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2382 <property name="selectable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2383 <property name="xalign">0</property>
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2384 <property name="yalign">0.5</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2385 <property name="xpad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2386 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2387 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2388 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2389 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2390 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2391 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2392 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2393 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2394 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2395 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2396 <property name="expand">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2397 <property name="fill">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2398 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2399 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2400
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2401 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2402 <widget class="GtkVBox" id="vbox23">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2403 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2404 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2405 <property name="spacing">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2406
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2407 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2408 <widget class="GtkAlignment" id="alignment33">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2409 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2410 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2411 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2412 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2413 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2414 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2415 <property name="bottom_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2416 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2417 <property name="right_padding">0</property>
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2418
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2419 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2420 <widget class="GtkTable" id="table5">
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2421 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2422 <property name="n_rows">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2423 <property name="n_columns">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2424 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2425 <property name="row_spacing">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2426 <property name="column_spacing">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2427
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2428 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2429 <widget class="GtkEntry" id="eq_dir_preset_entry">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2430 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2431 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2432 <property name="editable">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2433 <property name="visibility">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2434 <property name="max_length">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2435 <property name="text" translatable="yes"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2436 <property name="has_frame">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2437 <property name="invisible_char">*</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2438 <property name="activates_default">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2439 <signal name="changed" handler="on_eq_dir_preset_entry_changed" last_modification_time="Wed, 26 May 2004 00:20:54 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2440 <signal name="realize" handler="on_eq_dir_preset_entry_realize" last_modification_time="Wed, 26 May 2004 00:59:25 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2441 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2442 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2443 <property name="left_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2444 <property name="right_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2445 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2446 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2447 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2448 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2449 </child>
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2450
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2451 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2452 <widget class="GtkEntry" id="eq_file_preset_entry">
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
2453 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2454 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2455 <property name="editable">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2456 <property name="visibility">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2457 <property name="max_length">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2458 <property name="text" translatable="yes"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2459 <property name="has_frame">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2460 <property name="invisible_char">*</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2461 <property name="activates_default">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2462 <signal name="changed" handler="on_eq_file_preset_entry_changed" last_modification_time="Wed, 26 May 2004 00:21:00 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2463 <signal name="realize" handler="on_eq_file_preset_entry_realize" last_modification_time="Wed, 26 May 2004 00:59:56 GMT"/>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2464 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2465 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2466 <property name="left_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2467 <property name="right_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2468 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2469 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2470 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2471 </packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2472 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2473
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2474 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2475 <widget class="GtkLabel" id="label57">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2476 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2477 <property name="label" translatable="yes">Directory preset file:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2478 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2479 <property name="use_markup">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2480 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2481 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2482 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2483 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2484 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2485 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2486 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2487 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2488 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2489 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2490 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2491 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2492 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2493 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2494 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2495 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2496 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2497 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2498 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2499 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2500 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2501
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2502 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2503 <widget class="GtkLabel" id="label58">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2504 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2505 <property name="label" translatable="yes">File preset extension:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2506 <property name="use_underline">False</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2507 <property name="use_markup">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2508 <property name="justify">GTK_JUSTIFY_LEFT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2509 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2510 <property name="selectable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2511 <property name="xalign">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2512 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2513 <property name="xpad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2514 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2515 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2516 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2517 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2518 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2519 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2520 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2521 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2522 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2523 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2524 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2525 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2526 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2527 </packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2528 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2529 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2530 </child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2531 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2532 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2533 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2534 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2535 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2536 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2537 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2538
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2539 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2540 <widget class="GtkAlignment" id="alignment32">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2541 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2542 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2543 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2544 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2545 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2546 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2547 <property name="bottom_padding">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2548 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2549 <property name="right_padding">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2550
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2551 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2552 <widget class="GtkLabel" id="label56">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2553 <property name="label" translatable="yes">Available _Presets:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2554 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2555 <property name="use_markup">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2556 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2557 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2558 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2559 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2560 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2561 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2562 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2563 <property name="mnemonic_widget">category_notebook</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2564 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2565 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2566 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2567 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2568 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2569 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2570 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2571 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2572 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2573 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2574 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2575 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2576 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2577
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2578 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2579 <widget class="GtkScrolledWindow" id="scrolledwindow8">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2580 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2581 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2582 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2583 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2584 <property name="shadow_type">GTK_SHADOW_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2585 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2586
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2587 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2588 <widget class="GtkTreeView" id="eq_preset_view">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2589 <property name="sensitive">False</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2590 <property name="can_focus">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2591 <property name="headers_visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2592 <property name="rules_hint">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2593 <property name="reorderable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2594 <property name="enable_search">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2595 <property name="fixed_height_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2596 <property name="hover_selection">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2597 <property name="hover_expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2598 <signal name="realize" handler="on_eq_preset_view_realize" last_modification_time="Wed, 26 May 2004 00:18:22 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2599 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2600 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2601 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2602 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2603 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2604 <property name="expand">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2605 <property name="fill">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2606 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2607 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2608
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2609 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2610 <widget class="GtkHBox" id="hbox3">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2611 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2612 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2613 <property name="spacing">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2614
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2615 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2616 <widget class="GtkHButtonBox" id="eq_preset_button_box">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2617 <property name="sensitive">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2618 <property name="layout_style">GTK_BUTTONBOX_END</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2619 <property name="spacing">6</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2620
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2621 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2622 <widget class="GtkButton" id="eq_preset_add">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2623 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2624 <property name="can_default">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2625 <property name="can_focus">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2626 <property name="label">gtk-add</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2627 <property name="use_stock">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2628 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2629 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2630 <signal name="clicked" handler="on_eq_preset_add_clicked" last_modification_time="Wed, 26 May 2004 00:18:28 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2631 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2632 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2633
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2634 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2635 <widget class="GtkButton" id="eq_preset_remove">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2636 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2637 <property name="can_default">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2638 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2639 <property name="label">gtk-remove</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2640 <property name="use_stock">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2641 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2642 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2643 <signal name="clicked" handler="on_eq_preset_remove_clicked" last_modification_time="Wed, 26 May 2004 00:17:57 GMT"/>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2644 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2645 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2646 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2647 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2648 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2649 <property name="expand">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2650 <property name="fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2651 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2652 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2653 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2654 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2655 <property name="padding">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2656 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2657 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2658 </packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2659 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2660 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2661 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2662 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2663 <property name="expand">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2664 <property name="fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2665 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2666 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2667 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2668 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2669 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2670 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2671 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2672 <property name="expand">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2673 <property name="fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2674 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2675 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2676 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2677 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2678 <property name="tab_expand">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2679 <property name="tab_fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2680 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2681 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2682
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2683 <child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2684 <widget class="GtkLabel" id="equalizer_label">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2685 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2686 <property name="label" translatable="yes">Equalizer</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2687 <property name="use_underline">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2688 <property name="use_markup">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2689 <property name="justify">GTK_JUSTIFY_LEFT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2690 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2691 <property name="selectable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2692 <property name="xalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2693 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2694 <property name="xpad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2695 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2696 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2697 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2698 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2699 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2700 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2701 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2702 <property name="type">tab</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2703 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2704 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2705
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2706 <child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2707 <widget class="GtkVBox" id="connectivity_page_vbox">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2708 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2709 <property name="homogeneous">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2710 <property name="spacing">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2711
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2712 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2713 <widget class="GtkVBox" id="vbox29">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2714 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2715 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2716 <property name="spacing">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2717
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2718 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2719 <widget class="GtkAlignment" id="alignment63">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2720 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2721 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2722 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2723 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2724 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2725 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2726 <property name="bottom_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2727 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2728 <property name="right_padding">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2729
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2730 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2731 <widget class="GtkLabel" id="connectivity_page_label">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2732 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2733 <property name="label" translatable="yes">&lt;b&gt;Proxy Configuration&lt;/b&gt;</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2734 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2735 <property name="use_markup">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2736 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2737 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2738 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2739 <property name="xalign">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2740 <property name="yalign">0.5</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2741 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2742 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2743 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2744 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2745 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2746 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2747 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2748 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2749 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2750 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2751 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2752 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2753 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2754 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2755 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2756
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2757 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2758 <widget class="GtkAlignment" id="alignment68">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2759 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2760 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2761 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2762 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2763 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2764 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2765 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2766 <property name="left_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2767 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2768
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2769 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2770 <widget class="GtkVBox" id="vbox30">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2771 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2772 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2773 <property name="spacing">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2774
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2775 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2776 <widget class="GtkAlignment" id="alignment65">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2777 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2778 <property name="xalign">0.5</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2779 <property name="yalign">0.5</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2780 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2781 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2782 <property name="top_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2783 <property name="bottom_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2784 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2785 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2786
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2787 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2788 <widget class="GtkCheckButton" id="proxy_use">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2789 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2790 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2791 <property name="label" translatable="yes">Enable proxy usage</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2792 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2793 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2794 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2795 <property name="active">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2796 <property name="inconsistent">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2797 <property name="draw_indicator">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2798 <signal name="toggled" handler="on_proxy_use_toggled" last_modification_time="Wed, 17 May 2006 04:27:45 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2799 <signal name="realize" handler="on_proxy_use_realize" last_modification_time="Wed, 17 May 2006 04:27:55 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2800 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2801 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2802 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2803 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2804 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2805 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2806 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2807 </packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2808 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2809
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2810 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2811 <widget class="GtkTable" id="table8">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2812 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2813 <property name="n_rows">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2814 <property name="n_columns">2</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2815 <property name="homogeneous">False</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2816 <property name="row_spacing">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2817 <property name="column_spacing">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2818
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2819 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2820 <widget class="GtkLabel" id="label68">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2821 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2822 <property name="label" translatable="yes">Proxy hostname:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2823 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2824 <property name="use_markup">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2825 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2826 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2827 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2828 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2829 <property name="yalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2830 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2831 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2832 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2833 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2834 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2835 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2836 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2837 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2838 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2839 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2840 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2841 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2842 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2843 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2844 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2845 </child>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2846
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2847 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2848 <widget class="GtkLabel" id="label69">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2849 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2850 <property name="label" translatable="yes">Proxy port:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2851 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2852 <property name="use_markup">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2853 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2854 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2855 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2856 <property name="xalign">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2857 <property name="yalign">0.5</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2858 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2859 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2860 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2861 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2862 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2863 <property name="angle">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2864 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2865 <packing>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2866 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2867 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2868 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2869 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2870 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2871 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2872 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2873 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2874
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2875 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2876 <widget class="GtkEntry" id="proxy_host">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2877 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2878 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2879 <property name="editable">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2880 <property name="visibility">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2881 <property name="max_length">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2882 <property name="text" translatable="yes"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2883 <property name="has_frame">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2884 <property name="invisible_char">*</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2885 <property name="activates_default">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2886 <signal name="realize" handler="on_proxy_host_realize" last_modification_time="Wed, 17 May 2006 04:28:24 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2887 <signal name="changed" handler="on_proxy_host_changed" last_modification_time="Wed, 17 May 2006 04:29:08 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2888 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2889 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2890 <property name="left_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2891 <property name="right_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2892 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2893 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2894 <property name="y_options"></property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2895 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2896 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2897
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2898 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2899 <widget class="GtkEntry" id="proxy_port">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2900 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2901 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2902 <property name="editable">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2903 <property name="visibility">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2904 <property name="max_length">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2905 <property name="text" translatable="yes"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2906 <property name="has_frame">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2907 <property name="invisible_char">*</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2908 <property name="activates_default">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2909 <signal name="changed" handler="on_proxy_port_changed" last_modification_time="Wed, 17 May 2006 04:29:18 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2910 <signal name="realize" handler="on_proxy_port_realize" last_modification_time="Wed, 17 May 2006 04:29:25 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2911 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2912 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2913 <property name="left_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2914 <property name="right_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2915 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2916 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2917 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2918 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2919 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2920 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2921 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2922 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2923 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2924 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2925 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2926 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2927
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2928 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2929 <widget class="GtkAlignment" id="alignment67">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2930 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2931 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2932 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2933 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2934 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2935 <property name="top_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2936 <property name="bottom_padding">12</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2937 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2938 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2939
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2940 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2941 <widget class="GtkCheckButton" id="proxy_auth">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2942 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2943 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2944 <property name="label" translatable="yes">Use authentication with proxy</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2945 <property name="use_underline">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2946 <property name="relief">GTK_RELIEF_NORMAL</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2947 <property name="focus_on_click">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2948 <property name="active">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2949 <property name="inconsistent">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2950 <property name="draw_indicator">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2951 <signal name="toggled" handler="on_proxy_auth_toggled" last_modification_time="Wed, 17 May 2006 04:29:34 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2952 <signal name="realize" handler="on_proxy_auth_realize" last_modification_time="Wed, 17 May 2006 04:29:41 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2953 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2954 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2955 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2956 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2957 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2958 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2959 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2960 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2961 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2962
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2963 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2964 <widget class="GtkTable" id="table9">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2965 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2966 <property name="n_rows">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2967 <property name="n_columns">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2968 <property name="homogeneous">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2969 <property name="row_spacing">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2970 <property name="column_spacing">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2971
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2972 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2973 <widget class="GtkLabel" id="label70">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
2974 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2975 <property name="label" translatable="yes">Proxy username:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2976 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2977 <property name="use_markup">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2978 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2979 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2980 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2981 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2982 <property name="yalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2983 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2984 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2985 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2986 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2987 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2988 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2989 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2990 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2991 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2992 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2993 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2994 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2995 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2996 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2997 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2998 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
2999
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3000 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3001 <widget class="GtkLabel" id="label71">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3002 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3003 <property name="label" translatable="yes">Proxy password:</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3004 <property name="use_underline">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3005 <property name="use_markup">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3006 <property name="justify">GTK_JUSTIFY_LEFT</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3007 <property name="wrap">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3008 <property name="selectable">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3009 <property name="xalign">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3010 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3011 <property name="xpad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3012 <property name="ypad">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3013 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3014 <property name="width_chars">-1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3015 <property name="single_line_mode">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3016 <property name="angle">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3017 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3018 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3019 <property name="left_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3020 <property name="right_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3021 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3022 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3023 <property name="x_options">fill</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3024 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3025 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3026 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3027
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3028 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3029 <widget class="GtkEntry" id="proxy_user">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3030 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3031 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3032 <property name="editable">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3033 <property name="visibility">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3034 <property name="max_length">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3035 <property name="text" translatable="yes"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3036 <property name="has_frame">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3037 <property name="invisible_char">*</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3038 <property name="activates_default">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3039 <signal name="changed" handler="on_proxy_user_changed" last_modification_time="Wed, 17 May 2006 04:30:01 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3040 <signal name="realize" handler="on_proxy_user_realize" last_modification_time="Wed, 17 May 2006 04:30:07 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3041 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3042 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3043 <property name="left_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3044 <property name="right_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3045 <property name="top_attach">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3046 <property name="bottom_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3047 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3048 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3049 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3050
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3051 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3052 <widget class="GtkEntry" id="proxy_pass">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3053 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3054 <property name="can_focus">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3055 <property name="editable">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3056 <property name="visibility">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3057 <property name="max_length">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3058 <property name="text" translatable="yes"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3059 <property name="has_frame">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3060 <property name="invisible_char">*</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3061 <property name="activates_default">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3062 <signal name="changed" handler="on_proxy_pass_changed" last_modification_time="Wed, 17 May 2006 04:30:14 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3063 <signal name="realize" handler="on_proxy_pass_realize" last_modification_time="Wed, 17 May 2006 04:30:19 GMT"/>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3064 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3065 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3066 <property name="left_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3067 <property name="right_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3068 <property name="top_attach">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3069 <property name="bottom_attach">2</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3070 <property name="y_options"></property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3071 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3072 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3073 </widget>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3074 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3075 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3076 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3077 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3078 </packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3079 </child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3080
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3081 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3082 <widget class="GtkAlignment" id="alignment72">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3083 <property name="visible">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3084 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3085 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3086 <property name="xscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3087 <property name="yscale">1</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3088 <property name="top_padding">6</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3089 <property name="bottom_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3090 <property name="left_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3091 <property name="right_padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3092
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3093 <child>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3094 <widget class="GtkHBox" id="hbox6">
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3095 <property name="visible">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3096 <property name="homogeneous">False</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3097 <property name="spacing">0</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3098
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3099 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3100 <widget class="GtkImage" id="image4">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3101 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3102 <property name="stock">gtk-dialog-warning</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3103 <property name="icon_size">4</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3104 <property name="xalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3105 <property name="yalign">0.5</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3106 <property name="xpad">3</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3107 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3108 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3109 <packing>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3110 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3111 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3112 <property name="fill">False</property>
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3113 </packing>
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3114 </child>
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3115
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3116 <child>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3117 <widget class="GtkLabel" id="label75">
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3118 <property name="visible">True</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3119 <property name="label" translatable="yes">&lt;span size=&quot;small&quot;&gt;Changing these settings will require a restart of Audacious.&lt;/span&gt;</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3120 <property name="use_underline">False</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3121 <property name="use_markup">True</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3122 <property name="justify">GTK_JUSTIFY_LEFT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3123 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3124 <property name="selectable">False</property>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3125 <property name="xalign">0.5</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3126 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3127 <property name="xpad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3128 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3129 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3130 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3131 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3132 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3133 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3134 <packing>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3135 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3136 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3137 <property name="fill">False</property>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3138 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3139 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3140 </widget>
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3141 </child>
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3142 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3143 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3144 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3145 <property name="expand">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3146 <property name="fill">False</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3147 </packing>
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3148 </child>
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3149 </widget>
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3150 </child>
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3151 </widget>
1137
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3152 <packing>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3153 <property name="padding">0</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3154 <property name="expand">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3155 <property name="fill">True</property>
7b857b8cdcbd [svn] - further UI tweaks and mechanical simplification
nenolod
parents: 1136
diff changeset
3156 </packing>
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3157 </child>
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3158 </widget>
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3159 <packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3160 <property name="padding">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3161 <property name="expand">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3162 <property name="fill">True</property>
1070
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3163 </packing>
6e7d0b545473 [svn] - proxy auth options
nenolod
parents: 1056
diff changeset
3164 </child>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3165 </widget>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3166 <packing>
1136
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3167 <property name="tab_expand">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3168 <property name="tab_fill">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3169 </packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3170 </child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3171
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3172 <child>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3173 <widget class="GtkLabel" id="label65">
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3174 <property name="visible">True</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3175 <property name="label" translatable="yes">label65</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3176 <property name="use_underline">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3177 <property name="use_markup">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3178 <property name="justify">GTK_JUSTIFY_LEFT</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3179 <property name="wrap">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3180 <property name="selectable">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3181 <property name="xalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3182 <property name="yalign">0.5</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3183 <property name="xpad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3184 <property name="ypad">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3185 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3186 <property name="width_chars">-1</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3187 <property name="single_line_mode">False</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3188 <property name="angle">0</property>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3189 </widget>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3190 <packing>
df85127306db [svn] - remove unnecessary gtk hpane thingy
nenolod
parents: 1135
diff changeset
3191 <property name="type">tab</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3192 </packing>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3193 </child>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3194
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3195 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3196 <widget class="GtkVBox" id="vbox32">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3197 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3198 <property name="homogeneous">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3199 <property name="spacing">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3200
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3201 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3202 <widget class="GtkAlignment" id="alignment74">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3203 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3204 <property name="xalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3205 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3206 <property name="xscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3207 <property name="yscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3208 <property name="top_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3209 <property name="bottom_padding">12</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3210 <property name="left_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3211 <property name="right_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3212
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3213 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3214 <widget class="GtkLabel" id="label77">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3215 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3216 <property name="label" translatable="yes">&lt;b&gt;Audio System&lt;/b&gt;</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3217 <property name="use_underline">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3218 <property name="use_markup">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3219 <property name="justify">GTK_JUSTIFY_LEFT</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3220 <property name="wrap">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3221 <property name="selectable">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3222 <property name="xalign">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3223 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3224 <property name="xpad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3225 <property name="ypad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3226 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3227 <property name="width_chars">-1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3228 <property name="single_line_mode">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3229 <property name="angle">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3230 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3231 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3232 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3233 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3234 <property name="padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3235 <property name="expand">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3236 <property name="fill">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3237 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3238 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3239
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3240 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3241 <widget class="GtkAlignment" id="alignment73">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3242 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3243 <property name="xalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3244 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3245 <property name="xscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3246 <property name="yscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3247 <property name="top_padding">0</property>
1149
e63d783b1325 [svn] - cosmetic improvement (6px spacing between explanation label, and output plugin buttonbox)
nenolod
parents: 1148
diff changeset
3248 <property name="bottom_padding">6</property>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3249 <property name="left_padding">12</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3250 <property name="right_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3251
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3252 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3253 <widget class="GtkVBox" id="vbox33">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3254 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3255 <property name="homogeneous">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3256 <property name="spacing">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3257
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3258 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3259 <widget class="GtkTable" id="table11">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3260 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3261 <property name="n_rows">3</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3262 <property name="n_columns">2</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3263 <property name="homogeneous">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3264 <property name="row_spacing">6</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3265 <property name="column_spacing">6</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3266
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3267 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3268 <widget class="GtkLabel" id="label78">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3269 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3270 <property name="label" translatable="yes">Current output plugin:</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3271 <property name="use_underline">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3272 <property name="use_markup">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3273 <property name="justify">GTK_JUSTIFY_LEFT</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3274 <property name="wrap">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3275 <property name="selectable">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3276 <property name="xalign">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3277 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3278 <property name="xpad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3279 <property name="ypad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3280 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3281 <property name="width_chars">-1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3282 <property name="single_line_mode">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3283 <property name="angle">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3284 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3285 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3286 <property name="left_attach">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3287 <property name="right_attach">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3288 <property name="top_attach">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3289 <property name="bottom_attach">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3290 <property name="x_options">fill</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3291 <property name="y_options"></property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3292 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3293 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3294
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3295 <child>
1144
c94e297544d6 [svn] - hookup preferences/info buttons under dialog pane
nenolod
parents: 1143
diff changeset
3296 <widget class="GtkComboBox" id="output_plugin_cbox">
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3297 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3298 <property name="items" translatable="yes"></property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3299 <property name="add_tearoffs">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3300 <property name="focus_on_click">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3301 <signal name="realize" handler="on_output_plugin_cbox_realize" after="yes" last_modification_time="Wed, 12 May 2004 01:52:50 GMT"/>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3302 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3303 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3304 <property name="left_attach">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3305 <property name="right_attach">2</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3306 <property name="top_attach">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3307 <property name="bottom_attach">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3308 <property name="y_options">fill</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3309 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3310 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3311
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3312 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3313 <widget class="GtkLabel" id="label79">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3314 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3315 <property name="label" translatable="yes">Buffer size:</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3316 <property name="use_underline">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3317 <property name="use_markup">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3318 <property name="justify">GTK_JUSTIFY_LEFT</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3319 <property name="wrap">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3320 <property name="selectable">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3321 <property name="xalign">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3322 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3323 <property name="xpad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3324 <property name="ypad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3325 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3326 <property name="width_chars">-1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3327 <property name="single_line_mode">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3328 <property name="angle">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3329 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3330 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3331 <property name="left_attach">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3332 <property name="right_attach">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3333 <property name="top_attach">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3334 <property name="bottom_attach">2</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3335 <property name="x_options">fill</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3336 <property name="y_options"></property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3337 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3338 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3339
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3340 <child>
1147
aef9aa10e0c0 [svn] - hookup buffer size option
nenolod
parents: 1145
diff changeset
3341 <widget class="GtkSpinButton" id="output_plugin_bufsize">
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3342 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3343 <property name="can_focus">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3344 <property name="climb_rate">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3345 <property name="digits">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3346 <property name="numeric">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3347 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3348 <property name="snap_to_ticks">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3349 <property name="wrap">False</property>
1148
ae39b599cd25 [svn] - oops, give that spinbutton some sane values
nenolod
parents: 1147
diff changeset
3350 <property name="adjustment">0 0 600000 100 1000 1000</property>
1147
aef9aa10e0c0 [svn] - hookup buffer size option
nenolod
parents: 1145
diff changeset
3351 <signal name="realize" handler="on_output_plugin_bufsize_realize" after="yes" last_modification_time="Mon, 05 Jun 2006 04:28:43 GMT"/>
aef9aa10e0c0 [svn] - hookup buffer size option
nenolod
parents: 1145
diff changeset
3352 <signal name="value_changed" handler="on_output_plugin_bufsize_value_changed" last_modification_time="Mon, 05 Jun 2006 04:28:51 GMT"/>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3353 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3354 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3355 <property name="left_attach">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3356 <property name="right_attach">2</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3357 <property name="top_attach">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3358 <property name="bottom_attach">2</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3359 <property name="y_options"></property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3360 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3361 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3362
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3363 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3364 <widget class="GtkImage" id="image7">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3365 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3366 <property name="stock">gtk-info</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3367 <property name="icon_size">4</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3368 <property name="xalign">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3369 <property name="yalign">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3370 <property name="xpad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3371 <property name="ypad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3372 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3373 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3374 <property name="left_attach">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3375 <property name="right_attach">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3376 <property name="top_attach">2</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3377 <property name="bottom_attach">3</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3378 <property name="x_options">fill</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3379 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3380 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3381
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3382 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3383 <widget class="GtkLabel" id="label82">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3384 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3385 <property name="label" translatable="yes">&lt;span size=&quot;small&quot;&gt;This is the amount of time to prebuffer audio streams by, in milliseconds.
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3386 Increase this value if you are experiencing audio skipping.
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3387 Please note however, that high values will result in Audacious performing poorly.&lt;/span&gt;</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3388 <property name="use_underline">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3389 <property name="use_markup">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3390 <property name="justify">GTK_JUSTIFY_LEFT</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3391 <property name="wrap">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3392 <property name="selectable">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3393 <property name="xalign">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3394 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3395 <property name="xpad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3396 <property name="ypad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3397 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3398 <property name="width_chars">-1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3399 <property name="single_line_mode">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3400 <property name="angle">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3401 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3402 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3403 <property name="left_attach">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3404 <property name="right_attach">2</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3405 <property name="top_attach">2</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3406 <property name="bottom_attach">3</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3407 <property name="x_options">fill</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3408 <property name="y_options"></property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3409 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3410 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3411 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3412 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3413 <property name="padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3414 <property name="expand">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3415 <property name="fill">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3416 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3417 </child>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3418 </widget>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3419 </child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3420 </widget>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3421 <packing>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3422 <property name="padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3423 <property name="expand">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3424 <property name="fill">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3425 </packing>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3426 </child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3427
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3428 <child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3429 <widget class="GtkAlignment" id="alignment82">
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3430 <property name="visible">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3431 <property name="xalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3432 <property name="yalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3433 <property name="xscale">1</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3434 <property name="yscale">1</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3435 <property name="top_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3436 <property name="bottom_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3437 <property name="left_padding">12</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3438 <property name="right_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3439
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3440 <child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3441 <widget class="GtkHButtonBox" id="output_plugin_button_box">
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3442 <property name="visible">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3443 <property name="layout_style">GTK_BUTTONBOX_START</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3444 <property name="spacing">8</property>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3445
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3446 <child>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3447 <widget class="GtkButton" id="output_plugin_prefs">
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3448 <property name="visible">True</property>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3449 <property name="sensitive">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3450 <property name="can_default">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3451 <property name="can_focus">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3452 <property name="relief">GTK_RELIEF_NORMAL</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3453 <property name="focus_on_click">True</property>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3454
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3455 <child>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3456 <widget class="GtkAlignment" id="alignment76">
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3457 <property name="visible">True</property>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3458 <property name="xalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3459 <property name="yalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3460 <property name="xscale">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3461 <property name="yscale">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3462 <property name="top_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3463 <property name="bottom_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3464 <property name="left_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3465 <property name="right_padding">0</property>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3466
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3467 <child>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3468 <widget class="GtkHBox" id="hbox7">
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3469 <property name="visible">True</property>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3470 <property name="homogeneous">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3471 <property name="spacing">2</property>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3472
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3473 <child>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3474 <widget class="GtkImage" id="image5">
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3475 <property name="visible">True</property>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3476 <property name="stock">gtk-preferences</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3477 <property name="icon_size">4</property>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3478 <property name="xalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3479 <property name="yalign">0.5</property>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3480 <property name="xpad">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3481 <property name="ypad">0</property>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3482 </widget>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3483 <packing>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3484 <property name="padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3485 <property name="expand">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3486 <property name="fill">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3487 </packing>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3488 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3489
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3490 <child>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3491 <widget class="GtkLabel" id="label80">
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3492 <property name="visible">True</property>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3493 <property name="label">Output Plugin Preferences</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3494 <property name="use_underline">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3495 <property name="use_markup">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3496 <property name="justify">GTK_JUSTIFY_LEFT</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3497 <property name="wrap">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3498 <property name="selectable">False</property>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3499 <property name="xalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3500 <property name="yalign">0.5</property>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3501 <property name="xpad">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3502 <property name="ypad">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3503 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3504 <property name="width_chars">-1</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3505 <property name="single_line_mode">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3506 <property name="angle">0</property>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3507 </widget>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3508 <packing>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3509 <property name="padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3510 <property name="expand">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3511 <property name="fill">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3512 </packing>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3513 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3514 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3515 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3516 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3517 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3518 </widget>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3519 </child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3520
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3521 <child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3522 <widget class="GtkButton" id="output_plugin_info">
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3523 <property name="visible">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3524 <property name="sensitive">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3525 <property name="can_default">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3526 <property name="can_focus">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3527 <property name="relief">GTK_RELIEF_NORMAL</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3528 <property name="focus_on_click">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3529
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3530 <child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3531 <widget class="GtkAlignment" id="alignment77">
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3532 <property name="visible">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3533 <property name="xalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3534 <property name="yalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3535 <property name="xscale">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3536 <property name="yscale">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3537 <property name="top_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3538 <property name="bottom_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3539 <property name="left_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3540 <property name="right_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3541
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3542 <child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3543 <widget class="GtkHBox" id="hbox8">
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3544 <property name="visible">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3545 <property name="homogeneous">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3546 <property name="spacing">2</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3547
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3548 <child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3549 <widget class="GtkImage" id="image6">
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3550 <property name="visible">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3551 <property name="stock">gtk-about</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3552 <property name="icon_size">4</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3553 <property name="xalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3554 <property name="yalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3555 <property name="xpad">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3556 <property name="ypad">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3557 </widget>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3558 <packing>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3559 <property name="padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3560 <property name="expand">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3561 <property name="fill">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3562 </packing>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3563 </child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3564
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3565 <child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3566 <widget class="GtkLabel" id="label81">
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3567 <property name="visible">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3568 <property name="label">Output Plugin Information</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3569 <property name="use_underline">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3570 <property name="use_markup">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3571 <property name="justify">GTK_JUSTIFY_LEFT</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3572 <property name="wrap">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3573 <property name="selectable">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3574 <property name="xalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3575 <property name="yalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3576 <property name="xpad">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3577 <property name="ypad">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3578 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3579 <property name="width_chars">-1</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3580 <property name="single_line_mode">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3581 <property name="angle">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3582 </widget>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3583 <packing>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3584 <property name="padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3585 <property name="expand">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3586 <property name="fill">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3587 </packing>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3588 </child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3589 </widget>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3590 </child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3591 </widget>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3592 </child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3593 </widget>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3594 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3595 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3596 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3597 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3598 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3599 <property name="padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3600 <property name="expand">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3601 <property name="fill">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3602 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3603 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3604
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3605 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3606 <widget class="GtkAlignment" id="alignment78">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3607 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3608 <property name="xalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3609 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3610 <property name="xscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3611 <property name="yscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3612 <property name="top_padding">12</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3613 <property name="bottom_padding">12</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3614 <property name="left_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3615 <property name="right_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3616
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3617 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3618 <widget class="GtkLabel" id="label83">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3619 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3620 <property name="label" translatable="yes">&lt;b&gt;Audio Quality&lt;/b&gt;</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3621 <property name="use_underline">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3622 <property name="use_markup">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3623 <property name="justify">GTK_JUSTIFY_LEFT</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3624 <property name="wrap">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3625 <property name="selectable">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3626 <property name="xalign">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3627 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3628 <property name="xpad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3629 <property name="ypad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3630 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3631 <property name="width_chars">-1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3632 <property name="single_line_mode">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3633 <property name="angle">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3634 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3635 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3636 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3637 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3638 <property name="padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3639 <property name="expand">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3640 <property name="fill">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3641 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3642 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3643
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3644 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3645 <placeholder/>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3646 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3647
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3648 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3649 <widget class="GtkAlignment" id="alignment19">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3650 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3651 <property name="xalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3652 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3653 <property name="xscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3654 <property name="yscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3655 <property name="top_padding">12</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3656 <property name="bottom_padding">12</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3657 <property name="left_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3658 <property name="right_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3659
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3660 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3661 <widget class="GtkLabel" id="label40">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3662 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3663 <property name="label" translatable="yes">&lt;b&gt;Playback&lt;/b&gt;</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3664 <property name="use_underline">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3665 <property name="use_markup">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3666 <property name="justify">GTK_JUSTIFY_LEFT</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3667 <property name="wrap">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3668 <property name="selectable">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3669 <property name="xalign">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3670 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3671 <property name="xpad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3672 <property name="ypad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3673 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3674 <property name="width_chars">-1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3675 <property name="single_line_mode">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3676 <property name="angle">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3677 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3678 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3679 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3680 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3681 <property name="padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3682 <property name="expand">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3683 <property name="fill">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3684 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3685 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3686
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3687 <child>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3688 <widget class="GtkAlignment" id="alignment83">
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3689 <property name="visible">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3690 <property name="xalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3691 <property name="yalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3692 <property name="xscale">1</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3693 <property name="yscale">1</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3694 <property name="top_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3695 <property name="bottom_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3696 <property name="left_padding">12</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3697 <property name="right_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3698
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3699 <child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3700 <widget class="GtkCheckButton" id="checkbutton8">
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3701 <property name="visible">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3702 <property name="tooltip" translatable="yes">When finished playing a song, don't automatically advance to the next.</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3703 <property name="can_focus">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3704 <property name="label" translatable="yes">Continue playback on startup</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3705 <property name="use_underline">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3706 <property name="relief">GTK_RELIEF_NORMAL</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3707 <property name="focus_on_click">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3708 <property name="active">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3709 <property name="inconsistent">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3710 <property name="draw_indicator">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3711 </widget>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3712 </child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3713 </widget>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3714 <packing>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3715 <property name="padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3716 <property name="expand">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3717 <property name="fill">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3718 </packing>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3719 </child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3720
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3721 <child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3722 <widget class="GtkAlignment" id="alignment81">
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3723 <property name="visible">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3724 <property name="xalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3725 <property name="yalign">0.5</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3726 <property name="xscale">1</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3727 <property name="yscale">1</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3728 <property name="top_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3729 <property name="bottom_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3730 <property name="left_padding">12</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3731 <property name="right_padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3732
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3733 <child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3734 <widget class="GtkCheckButton" id="gapless_playback">
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3735 <property name="visible">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3736 <property name="tooltip" translatable="yes">When finished playing a song, don't automatically advance to the next.</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3737 <property name="can_focus">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3738 <property name="label" translatable="yes">Enable gapless playback system (experimental)</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3739 <property name="use_underline">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3740 <property name="relief">GTK_RELIEF_NORMAL</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3741 <property name="focus_on_click">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3742 <property name="active">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3743 <property name="inconsistent">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3744 <property name="draw_indicator">True</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3745 </widget>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3746 </child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3747 </widget>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3748 <packing>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3749 <property name="padding">0</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3750 <property name="expand">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3751 <property name="fill">False</property>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3752 </packing>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3753 </child>
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3754
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3755 <child>
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3756 <widget class="GtkAlignment" id="alignment79">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3757 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3758 <property name="xalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3759 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3760 <property name="xscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3761 <property name="yscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3762 <property name="top_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3763 <property name="bottom_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3764 <property name="left_padding">12</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3765 <property name="right_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3766
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3767 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3768 <widget class="GtkCheckButton" id="checkbutton5">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3769 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3770 <property name="tooltip" translatable="yes">When finished playing a song, don't automatically advance to the next.</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3771 <property name="can_focus">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3772 <property name="label" translatable="yes">Don't advance in the playlist</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3773 <property name="use_underline">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3774 <property name="relief">GTK_RELIEF_NORMAL</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3775 <property name="focus_on_click">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3776 <property name="active">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3777 <property name="inconsistent">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3778 <property name="draw_indicator">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3779 <signal name="realize" handler="on_playlist_no_advance_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 04:41:19 GMT"/>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3780 <signal name="toggled" handler="on_playlist_no_advance_toggled" last_modification_time="Sat, 03 Jul 2004 04:41:22 GMT"/>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3781 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3782 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3783 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3784 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3785 <property name="padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3786 <property name="expand">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3787 <property name="fill">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3788 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3789 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3790
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3791 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3792 <widget class="GtkAlignment" id="alignment80">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3793 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3794 <property name="xalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3795 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3796 <property name="xscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3797 <property name="yscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3798 <property name="top_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3799 <property name="bottom_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3800 <property name="left_padding">12</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3801 <property name="right_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3802
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3803 <child>
1145
343e06eaef5f [svn] - more checkboxes than you can shake a stick at
nenolod
parents: 1144
diff changeset
3804 <widget class="GtkCheckButton" id="pause_between_songs">
1143
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3805 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3806 <property name="can_focus">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3807 <property name="label" translatable="yes">Pause between songs</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3808 <property name="use_underline">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3809 <property name="relief">GTK_RELIEF_NORMAL</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3810 <property name="focus_on_click">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3811 <property name="active">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3812 <property name="inconsistent">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3813 <property name="draw_indicator">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3814 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3815 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3816 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3817 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3818 <property name="padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3819 <property name="expand">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3820 <property name="fill">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3821 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3822 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3823
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3824 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3825 <widget class="GtkAlignment" id="alignment22">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3826 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3827 <property name="xalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3828 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3829 <property name="xscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3830 <property name="yscale">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3831 <property name="top_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3832 <property name="bottom_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3833 <property name="left_padding">45</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3834 <property name="right_padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3835
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3836 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3837 <widget class="GtkHBox" id="pause_between_songs_box">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3838 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3839 <property name="homogeneous">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3840 <property name="spacing">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3841
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3842 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3843 <widget class="GtkLabel" id="label41">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3844 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3845 <property name="label" translatable="yes">Pause for</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3846 <property name="use_underline">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3847 <property name="use_markup">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3848 <property name="justify">GTK_JUSTIFY_LEFT</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3849 <property name="wrap">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3850 <property name="selectable">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3851 <property name="xalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3852 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3853 <property name="xpad">4</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3854 <property name="ypad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3855 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3856 <property name="width_chars">-1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3857 <property name="single_line_mode">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3858 <property name="angle">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3859 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3860 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3861 <property name="padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3862 <property name="expand">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3863 <property name="fill">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3864 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3865 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3866
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3867 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3868 <widget class="GtkSpinButton" id="pause_between_songs_time">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3869 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3870 <property name="can_focus">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3871 <property name="climb_rate">1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3872 <property name="digits">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3873 <property name="numeric">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3874 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3875 <property name="snap_to_ticks">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3876 <property name="wrap">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3877 <property name="adjustment">2 0 100 1 10 10</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3878 <signal name="realize" handler="on_pause_between_songs_time_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 04:42:58 GMT"/>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3879 <signal name="value_changed" handler="on_pause_between_songs_time_changed" last_modification_time="Sat, 03 Jul 2004 07:20:03 GMT"/>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3880 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3881 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3882 <property name="padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3883 <property name="expand">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3884 <property name="fill">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3885 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3886 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3887
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3888 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3889 <widget class="GtkLabel" id="label42">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3890 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3891 <property name="label" translatable="yes">seconds</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3892 <property name="use_underline">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3893 <property name="use_markup">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3894 <property name="justify">GTK_JUSTIFY_LEFT</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3895 <property name="wrap">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3896 <property name="selectable">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3897 <property name="xalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3898 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3899 <property name="xpad">4</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3900 <property name="ypad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3901 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3902 <property name="width_chars">-1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3903 <property name="single_line_mode">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3904 <property name="angle">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3905 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3906 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3907 <property name="padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3908 <property name="expand">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3909 <property name="fill">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3910 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3911 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3912 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3913 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3914 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3915 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3916 <property name="padding">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3917 <property name="expand">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3918 <property name="fill">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3919 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3920 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3921 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3922 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3923 <property name="tab_expand">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3924 <property name="tab_fill">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3925 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3926 </child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3927
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3928 <child>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3929 <widget class="GtkLabel" id="label76">
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3930 <property name="visible">True</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3931 <property name="label" translatable="yes">label76</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3932 <property name="use_underline">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3933 <property name="use_markup">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3934 <property name="justify">GTK_JUSTIFY_LEFT</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3935 <property name="wrap">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3936 <property name="selectable">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3937 <property name="xalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3938 <property name="yalign">0.5</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3939 <property name="xpad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3940 <property name="ypad">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3941 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3942 <property name="width_chars">-1</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3943 <property name="single_line_mode">False</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3944 <property name="angle">0</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3945 </widget>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3946 <packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3947 <property name="type">tab</property>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3948 </packing>
f1761af62385 [svn] - some audio preferences stuff, incomplete
nenolod
parents: 1137
diff changeset
3949 </child>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3950 </widget>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3951 <packing>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3952 <property name="padding">0</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3953 <property name="expand">True</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3954 <property name="fill">True</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3955 </packing>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3956 </child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3957 </widget>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3958 <packing>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3959 <property name="padding">0</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3960 <property name="expand">True</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3961 <property name="fill">True</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3962 </packing>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3963 </child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3964
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3965 <child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3966 <widget class="GtkHSeparator" id="hseparator1">
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3967 <property name="visible">True</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3968 </widget>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3969 <packing>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3970 <property name="padding">6</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3971 <property name="expand">False</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3972 <property name="fill">False</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3973 </packing>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3974 </child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3975
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3976 <child>
816
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3977 <widget class="GtkHBox" id="hbox4">
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3978 <property name="visible">True</property>
816
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3979 <property name="homogeneous">False</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3980 <property name="spacing">0</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3981
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3982 <child>
816
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3983 <widget class="GtkLabel" id="audversionlabel">
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3984 <property name="visible">True</property>
816
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3985 <property name="label" translatable="yes"></property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3986 <property name="use_underline">False</property>
1135
6dd4db5212ae [svn] - prefswin enhancements
nenolod
parents: 1105
diff changeset
3987 <property name="use_markup">True</property>
816
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3988 <property name="justify">GTK_JUSTIFY_LEFT</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3989 <property name="wrap">False</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3990 <property name="selectable">False</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3991 <property name="xalign">0.5</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3992 <property name="yalign">0.5</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3993 <property name="xpad">0</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3994 <property name="ypad">0</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3995 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3996 <property name="width_chars">-1</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3997 <property name="single_line_mode">False</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
3998 <property name="angle">0</property>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3999 </widget>
816
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4000 <packing>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4001 <property name="padding">0</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4002 <property name="expand">False</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4003 <property name="fill">False</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4004 </packing>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4005 </child>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4006
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4007 <child>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4008 <widget class="GtkHButtonBox" id="prefswin_button_box">
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4009 <property name="visible">True</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4010 <property name="layout_style">GTK_BUTTONBOX_END</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4011 <property name="spacing">0</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4012
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4013 <child>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4014 <widget class="GtkButton" id="close">
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4015 <property name="visible">True</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4016 <property name="can_default">True</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4017 <property name="can_focus">True</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4018 <property name="label">gtk-close</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4019 <property name="use_stock">True</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4020 <property name="relief">GTK_RELIEF_NORMAL</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4021 <property name="focus_on_click">True</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4022 <signal name="clicked" handler="gtk_widget_hide" object="prefswin" last_modification_time="Sat, 03 Jul 2004 04:24:48 GMT"/>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4023 </widget>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4024 </child>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4025 </widget>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4026 <packing>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4027 <property name="padding">0</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4028 <property name="expand">True</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4029 <property name="fill">True</property>
8073d8300502 [svn] display audacious version and revision in the prefs window
giacomo
parents: 814
diff changeset
4030 </packing>
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4031 </child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4032 </widget>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4033 <packing>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4034 <property name="padding">0</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4035 <property name="expand">False</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4036 <property name="fill">False</property>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4037 </packing>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4038 </child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4039 </widget>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4040 </child>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4041 </widget>
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4042
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4043 </glade-interface>