Mercurial > audlegacy
annotate audacious/glade/prefswin.glade @ 1429:a360afd8df52 trunk
[svn] Make annoying recursion that consistently returns wrong art, optional.
author | nemo |
---|---|
date | Mon, 24 Jul 2006 16:20:05 -0700 |
parents | 878c7f8d0a8c |
children | 1c7e25c619e9 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> |
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> | |
3 | |
4 <glade-interface> | |
5 | |
6 <widget class="GtkWindow" id="prefswin"> | |
7 <property name="border_width">12</property> | |
8 <property name="title" translatable="yes">Audacious Preferences</property> | |
9 <property name="type">GTK_WINDOW_TOPLEVEL</property> | |
10 <property name="window_position">GTK_WIN_POS_CENTER</property> | |
11 <property name="modal">False</property> | |
814 | 12 <property name="default_width">680</property> |
222 | 13 <property name="default_height">400</property> |
0 | 14 <property name="resizable">True</property> |
15 <property name="destroy_with_parent">False</property> | |
16 <property name="decorated">True</property> | |
17 <property name="skip_taskbar_hint">False</property> | |
18 <property name="skip_pager_hint">False</property> | |
19 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | |
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 | 22 <property name="urgency_hint">False</property> |
0 | 23 <signal name="delete_event" handler="gtk_widget_hide_on_delete" last_modification_time="Sat, 03 Jul 2004 04:23:18 GMT"/> |
24 | |
25 <child> | |
26 <widget class="GtkVBox" id="vbox1"> | |
27 <property name="visible">True</property> | |
28 <property name="homogeneous">False</property> | |
29 <property name="spacing">0</property> | |
30 | |
31 <child> | |
32 <widget class="GtkHBox" id="hbox1"> | |
33 <property name="visible">True</property> | |
34 <property name="homogeneous">False</property> | |
35 <property name="spacing">8</property> | |
36 | |
37 <child> | |
1136 | 38 <widget class="GtkScrolledWindow" id="scrolledwindow6"> |
0 | 39 <property name="visible">True</property> |
40 <property name="can_focus">True</property> | |
1136 | 41 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
42 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> | |
43 <property name="shadow_type">GTK_SHADOW_IN</property> | |
44 <property name="window_placement">GTK_CORNER_TOP_LEFT</property> | |
0 | 45 |
46 <child> | |
1136 | 47 <widget class="GtkTreeView" id="category_view"> |
1224
5b3d7f6891be
[svn] - Make the category_view slightly wider to get rid of the horizontal scrollbar caused by the word "Connectivity" being so damned big.
nhjm449
parents:
1163
diff
changeset
|
48 <property name="width_request">172</property> |
0 | 49 <property name="visible">True</property> |
50 <property name="can_focus">True</property> | |
1136 | 51 <property name="headers_visible">False</property> |
52 <property name="rules_hint">False</property> | |
53 <property name="reorderable">False</property> | |
54 <property name="enable_search">True</property> | |
55 <property name="fixed_height_mode">False</property> | |
56 <property name="hover_selection">False</property> | |
57 <property name="hover_expand">False</property> | |
58 </widget> | |
59 </child> | |
60 </widget> | |
61 <packing> | |
62 <property name="padding">0</property> | |
63 <property name="expand">True</property> | |
64 <property name="fill">True</property> | |
65 </packing> | |
66 </child> | |
0 | 67 |
1136 | 68 <child> |
69 <widget class="GtkNotebook" id="category_notebook"> | |
70 <property name="visible">True</property> | |
71 <property name="show_tabs">False</property> | |
72 <property name="show_border">False</property> | |
73 <property name="tab_pos">GTK_POS_TOP</property> | |
74 <property name="scrollable">True</property> | |
75 <property name="enable_popup">True</property> | |
0 | 76 |
77 <child> | |
1136 | 78 <widget class="GtkVBox" id="plugin_page_vbox"> |
0 | 79 <property name="visible">True</property> |
1136 | 80 <property name="homogeneous">False</property> |
81 <property name="spacing">0</property> | |
0 | 82 |
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 | 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 | 92 |
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 | 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 | 99 |
100 <child> | |
1144
c94e297544d6
[svn] - hookup preferences/info buttons under dialog pane
nenolod
parents:
1143
diff
changeset
|
101 <widget class="GtkAlignment" id="alignment43"> |
0 | 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 | 111 |
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 | 114 <property name="visible">True</property> |
1382 | 115 <property name="label" translatable="yes">_Decoder list:</property> |
1144
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 | 130 </widget> |
1136 | 131 </child> |
132 </widget> | |
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 | 168 </packing> |
169 </child> | |
170 | |
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 | 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 | 202 </widget> |
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> |
1382 | 219 <property name="label" translatable="yes"><span size="medium"><b>Decoders</b></span></property> |
1144
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 | 283 </packing> |
284 </child> | |
285 | |
286 <child> | |
1144
c94e297544d6
[svn] - hookup preferences/info buttons under dialog pane
nenolod
parents:
1143
diff
changeset
|
287 <widget class="GtkScrolledWindow" id="scrolledwindow5"> |
1136 | 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 | 294 |
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 | 297 <property name="visible">True</property> |
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 | 307 </widget> |
308 </child> | |
309 </widget> | |
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 | 314 </packing> |
315 </child> | |
316 | |
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 | 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 | 322 |
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 | 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 | 333 </widget> |
0 | 334 </child> |
335 | |
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 | 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 | 346 </widget> |
347 </child> | |
348 </widget> | |
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"><span size="medium"><b>General</b></span></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 | 429 </packing> |
430 </child> | |
431 | |
432 <child> | |
1144
c94e297544d6
[svn] - hookup preferences/info buttons under dialog pane
nenolod
parents:
1143
diff
changeset
|
433 <widget class="GtkScrolledWindow" id="scrolledwindow7"> |
1136 | 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 | 455 </widget> |
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 | 460 </packing> |
461 </child> | |
462 | |
463 <child> | |
1144
c94e297544d6
[svn] - hookup preferences/info buttons under dialog pane
nenolod
parents:
1143
diff
changeset
|
464 <widget class="GtkHButtonBox" id="hbuttonbox6"> |
1136 | 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 | 468 |
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 | 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 | 479 </widget> |
480 </child> | |
481 | |
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 | 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 | 492 </widget> |
493 </child> | |
494 </widget> | |
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 | 499 </packing> |
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"><b>Visualization</b></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 | 537 |
538 <child> | |
1144
c94e297544d6
[svn] - hookup preferences/info buttons under dialog pane
nenolod
parents:
1143
diff
changeset
|
539 <widget class="GtkAlignment" id="alignment58"> |
1136 | 540 <property name="visible">True</property> |
541 <property name="xalign">0.5</property> | |
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 | 570 </widget> |
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 | 575 </packing> |
576 </child> | |
577 | |
578 <child> | |
1144
c94e297544d6
[svn] - hookup preferences/info buttons under dialog pane
nenolod
parents:
1143
diff
changeset
|
579 <widget class="GtkScrolledWindow" id="scrolledwindow9"> |
1136 | 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 | 586 |
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 | 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 | 599 </widget> |
600 </child> | |
601 </widget> | |
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 | 606 </packing> |
607 </child> | |
608 | |
609 <child> | |
1144
c94e297544d6
[svn] - hookup preferences/info buttons under dialog pane
nenolod
parents:
1143
diff
changeset
|
610 <widget class="GtkHButtonBox" id="hbuttonbox9"> |
1136 | 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 | 640 </widget> |
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 | 645 </packing> |
646 </child> | |
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"><b>Effects</b></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 | 675 </child> |
676 </widget> | |
677 <packing> | |
678 <property name="padding">0</property> | |
679 <property name="expand">True</property> | |
680 <property name="fill">True</property> | |
681 </packing> | |
682 </child> | |
683 </widget> | |
684 <packing> | |
685 <property name="tab_expand">False</property> | |
686 <property name="tab_fill">True</property> | |
687 </packing> | |
688 </child> | |
689 | |
690 <child> | |
691 <widget class="GtkLabel" id="plugin_label"> | |
692 <property name="visible">True</property> | |
693 <property name="label" translatable="yes">Plugins</property> | |
694 <property name="use_underline">False</property> | |
695 <property name="use_markup">False</property> | |
696 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
697 <property name="wrap">False</property> | |
698 <property name="selectable">False</property> | |
699 <property name="xalign">0.5</property> | |
700 <property name="yalign">0.5</property> | |
701 <property name="xpad">0</property> | |
702 <property name="ypad">0</property> | |
703 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
704 <property name="width_chars">-1</property> | |
705 <property name="single_line_mode">False</property> | |
706 <property name="angle">0</property> | |
707 </widget> | |
708 <packing> | |
709 <property name="type">tab</property> | |
710 </packing> | |
711 </child> | |
712 | |
713 <child> | |
714 <widget class="GtkVBox" id="appearance_page_vbox"> | |
715 <property name="visible">True</property> | |
716 <property name="homogeneous">False</property> | |
717 <property name="spacing">0</property> | |
718 | |
719 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
720 <widget class="GtkVBox" id="vbox9"> |
1136 | 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 | 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"><b>_Skin</b></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 | 804 |
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"><b>_Fonts</b></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 | 894 <property name="visible">True</property> |
895 <property name="homogeneous">False</property> | |
896 <property name="spacing">0</property> | |
897 | |
898 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
899 <widget class="GtkTable" id="table3"> |
1136 | 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 | 992 |
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 | 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 | 1061 |
1062 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1063 <widget class="GtkCheckButton" id="checkbutton1"> |
1136 | 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"><b>_Miscellaneous</b></property> |
1136 | 1102 <property name="use_underline">True</property> |
1103 <property name="use_markup">True</property> | |
1104 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
1105 <property name="wrap">False</property> | |
1106 <property name="selectable">False</property> | |
1107 <property name="xalign">0</property> | |
1108 <property name="yalign">0.5</property> | |
1109 <property name="xpad">0</property> | |
1110 <property name="ypad">0</property> | |
1111 <property name="mnemonic_widget">category_notebook</property> | |
1112 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
1113 <property name="width_chars">-1</property> | |
1114 <property name="single_line_mode">False</property> | |
1115 <property name="angle">0</property> | |
1116 </widget> | |
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 | 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 | 1158 </widget> |
1159 </child> | |
1160 </widget> | |
1161 <packing> | |
1162 <property name="padding">0</property> | |
1163 <property name="expand">False</property> | |
1164 <property name="fill">False</property> | |
1165 </packing> | |
1166 </child> | |
1167 | |
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 | 1205 <property name="visible">True</property> |
1206 <property name="xalign">0.5</property> | |
1207 <property name="yalign">0.5</property> | |
1208 <property name="xscale">1</property> | |
1209 <property name="yscale">1</property> | |
1210 <property name="top_padding">0</property> | |
1211 <property name="bottom_padding">0</property> | |
1212 <property name="left_padding">12</property> | |
1213 <property name="right_padding">0</property> | |
1214 | |
1215 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1216 <widget class="GtkCheckButton" id="checkbutton2"> |
1136 | 1217 <property name="visible">True</property> |
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 | 1228 </widget> |
1229 </child> | |
1230 </widget> | |
1231 <packing> | |
1232 <property name="padding">0</property> | |
1233 <property name="expand">True</property> | |
1234 <property name="fill">True</property> | |
1235 </packing> | |
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 | 1250 |
1251 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1252 <widget class="GtkAlignment" id="alignment70"> |
1136 | 1253 <property name="visible">True</property> |
1254 <property name="xalign">0.5</property> | |
1255 <property name="yalign">0.5</property> | |
1256 <property name="xscale">1</property> | |
1257 <property name="yscale">1</property> | |
1258 <property name="top_padding">12</property> | |
1259 <property name="bottom_padding">12</property> | |
1260 <property name="left_padding">0</property> | |
1261 <property name="right_padding">0</property> | |
1262 | |
1263 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1264 <widget class="GtkLabel" id="label72"> |
1136 | 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"><b>_Transparency</b></property> |
1136 | 1267 <property name="use_underline">True</property> |
1268 <property name="use_markup">True</property> | |
1269 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
1270 <property name="wrap">False</property> | |
1271 <property name="selectable">False</property> | |
1272 <property name="xalign">0</property> | |
1273 <property name="yalign">0.5</property> | |
1274 <property name="xpad">0</property> | |
1275 <property name="ypad">0</property> | |
1276 <property name="mnemonic_widget">category_notebook</property> | |
1277 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
1278 <property name="width_chars">-1</property> | |
1279 <property name="single_line_mode">False</property> | |
1280 <property name="angle">0</property> | |
1281 </widget> | |
1282 </child> | |
1283 </widget> | |
1284 <packing> | |
1285 <property name="padding">0</property> | |
1286 <property name="expand">False</property> | |
1287 <property name="fill">False</property> | |
1288 </packing> | |
1289 </child> | |
1290 | |
1291 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1292 <widget class="GtkAlignment" id="alignment71"> |
1136 | 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 | 1302 |
1303 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1304 <widget class="GtkCheckButton" id="checkbutton3"> |
0 | 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 | 1317 </widget> |
1136 | 1318 </child> |
1319 </widget> | |
1320 <packing> | |
1321 <property name="padding">0</property> | |
1322 <property name="expand">False</property> | |
1323 <property name="fill">False</property> | |
1324 </packing> | |
1325 </child> | |
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 | 1332 </child> |
1333 </widget> | |
1334 <packing> | |
1335 <property name="padding">0</property> | |
1336 <property name="expand">True</property> | |
1337 <property name="fill">True</property> | |
1338 </packing> | |
1339 </child> | |
1340 </widget> | |
1341 <packing> | |
1342 <property name="tab_expand">False</property> | |
1343 <property name="tab_fill">True</property> | |
1344 </packing> | |
1345 </child> | |
1346 | |
1347 <child> | |
1348 <widget class="GtkLabel" id="appearance_label"> | |
1349 <property name="visible">True</property> | |
1350 <property name="label" translatable="yes">Appearance</property> | |
1351 <property name="use_underline">False</property> | |
1352 <property name="use_markup">False</property> | |
1353 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
1354 <property name="wrap">False</property> | |
1355 <property name="selectable">False</property> | |
1356 <property name="xalign">0.5</property> | |
1357 <property name="yalign">0.5</property> | |
1358 <property name="xpad">0</property> | |
1359 <property name="ypad">0</property> | |
1360 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
1361 <property name="width_chars">-1</property> | |
1362 <property name="single_line_mode">False</property> | |
1363 <property name="angle">0</property> | |
1364 </widget> | |
1365 <packing> | |
1366 <property name="type">tab</property> | |
1367 </packing> | |
1368 </child> | |
1369 | |
1370 <child> | |
1371 <widget class="GtkVBox" id="mouse_page_vbox"> | |
1372 <property name="visible">True</property> | |
1373 <property name="homogeneous">False</property> | |
1374 <property name="spacing">0</property> | |
1375 | |
1376 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1377 <widget class="GtkVBox" id="vbox20"> |
1136 | 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 | 1381 |
1382 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1383 <widget class="GtkAlignment" id="alignment36"> |
1136 | 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 | 1393 |
1394 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1395 <widget class="GtkLabel" id="label51"> |
1136 | 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"><b>Mouse wheel</b></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 | 1441 |
1442 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1443 <widget class="GtkLabel" id="label32"> |
0 | 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 | 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 | 1448 <property name="justify">GTK_JUSTIFY_LEFT</property> |
1449 <property name="wrap">False</property> | |
1450 <property name="selectable">False</property> | |
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 | 1482 <property name="ypad">0</property> |
1483 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
1484 <property name="width_chars">-1</property> | |
1485 <property name="single_line_mode">False</property> | |
1486 <property name="angle">0</property> | |
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 | 1496 </child> |
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 | 1525 |
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 | 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 | 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 | 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 | 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 | 1602 </child> |
1136 | 1603 </widget> |
1604 </child> | |
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 | 1611 </child> |
1612 </widget> | |
1613 <packing> | |
1614 <property name="padding">0</property> | |
1615 <property name="expand">True</property> | |
1616 <property name="fill">True</property> | |
1617 </packing> | |
1618 </child> | |
1619 </widget> | |
1620 <packing> | |
1621 <property name="tab_expand">False</property> | |
1622 <property name="tab_fill">True</property> | |
1623 </packing> | |
1624 </child> | |
1625 | |
1626 <child> | |
1627 <widget class="GtkLabel" id="mouse_label"> | |
1628 <property name="visible">True</property> | |
1629 <property name="label" translatable="yes">Mouse</property> | |
1630 <property name="use_underline">False</property> | |
1631 <property name="use_markup">False</property> | |
1632 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
1633 <property name="wrap">False</property> | |
1634 <property name="selectable">False</property> | |
1635 <property name="xalign">0.5</property> | |
1636 <property name="yalign">0.5</property> | |
1637 <property name="xpad">0</property> | |
1638 <property name="ypad">0</property> | |
1639 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
1640 <property name="width_chars">-1</property> | |
1641 <property name="single_line_mode">False</property> | |
1642 <property name="angle">0</property> | |
1643 </widget> | |
1644 <packing> | |
1645 <property name="type">tab</property> | |
1646 </packing> | |
1647 </child> | |
1648 | |
1649 <child> | |
1650 <widget class="GtkVBox" id="playlist_page_vbox"> | |
1651 <property name="visible">True</property> | |
1652 <property name="homogeneous">False</property> | |
1653 <property name="spacing">0</property> | |
1654 | |
1655 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1656 <widget class="GtkVBox" id="vbox15"> |
1136 | 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 | 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"><b>Filename</b></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 | 1699 |
1700 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1701 <widget class="GtkAlignment" id="alignment12"> |
1136 | 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 | 1746 |
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 | 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 | 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 | 1781 |
1782 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1783 <widget class="GtkLabel" id="label39"> |
1136 | 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"><b>Metadata</b></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 | 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 | 1860 |
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 | 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 | 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 | 1867 <property name="use_underline">True</property> |
1868 <property name="relief">GTK_RELIEF_NORMAL</property> | |
1869 <property name="focus_on_click">True</property> | |
1870 <property name="active">False</property> | |
1871 <property name="inconsistent">False</property> | |
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 | 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 | 1881 </child> |
1882 | |
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 | 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 | 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 | 1889 <property name="use_underline">True</property> |
1890 <property name="relief">GTK_RELIEF_NORMAL</property> | |
1891 <property name="focus_on_click">True</property> | |
1892 <property name="active">False</property> | |
1893 <property name="inconsistent">False</property> | |
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 | 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 | 1904 </child> |
0 | 1905 |
1906 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1907 <widget class="GtkTable" id="table10"> |
0 | 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 | 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 | 1914 |
1915 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1916 <widget class="GtkLabel" id="label74"> |
1136 | 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 | 1919 <property name="use_underline">False</property> |
1920 <property name="use_markup">False</property> | |
1921 <property name="justify">GTK_JUSTIFY_RIGHT</property> | |
1922 <property name="wrap">False</property> | |
1923 <property name="selectable">False</property> | |
1924 <property name="xalign">1</property> | |
1925 <property name="yalign">0.5</property> | |
1926 <property name="xpad">0</property> | |
1927 <property name="ypad">0</property> | |
1928 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
1929 <property name="width_chars">-1</property> | |
1930 <property name="single_line_mode">False</property> | |
1931 <property name="angle">0</property> | |
1932 </widget> | |
1933 <packing> | |
1934 <property name="left_attach">0</property> | |
1935 <property name="right_attach">1</property> | |
1936 <property name="top_attach">1</property> | |
1937 <property name="bottom_attach">2</property> | |
1938 <property name="x_options">fill</property> | |
1939 <property name="y_options"></property> | |
1940 </packing> | |
1941 </child> | |
0 | 1942 |
1943 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1944 <widget class="GtkEntry" id="entry1"> |
1136 | 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 | 1947 <property name="can_focus">True</property> |
1948 <property name="editable">True</property> | |
1949 <property name="visibility">True</property> | |
1950 <property name="max_length">0</property> | |
1951 <property name="text" translatable="yes"></property> | |
1952 <property name="has_frame">True</property> | |
1953 <property name="invisible_char">*</property> | |
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 | 1957 </widget> |
1958 <packing> | |
1959 <property name="left_attach">1</property> | |
1960 <property name="right_attach">2</property> | |
1961 <property name="top_attach">1</property> | |
1962 <property name="bottom_attach">2</property> | |
1963 <property name="y_options"></property> | |
1964 </packing> | |
1965 </child> | |
1966 | |
1967 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1968 <widget class="GtkComboBox" id="combobox1"> |
0 | 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 | 1971 <property name="add_tearoffs">False</property> |
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 | 1974 </widget> |
1975 <packing> | |
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 | 1978 <property name="top_attach">0</property> |
1979 <property name="bottom_attach">1</property> | |
1980 <property name="y_options">fill</property> | |
1981 </packing> | |
1982 </child> | |
1983 | |
1984 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
1985 <widget class="GtkLabel" id="label73"> |
1136 | 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 | 2001 </widget> |
1136 | 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 | 2007 <property name="x_options">fill</property> |
2008 <property name="y_options"></property> | |
2009 </packing> | |
0 | 2010 </child> |
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"><b>File Dialog</b></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> |
1163
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
2084 <property name="label" translatable="yes">Always refresh directory when opening file dialog</property> |
1137
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> |
1163
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
2118 <property name="label" translatable="yes"><b>Song Display</b></property> |
1137
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 | 2133 </child> |
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> |
1163
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
2297 <property name="expand">False</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
2298 <property name="fill">False</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2299 </packing> |
0 | 2300 </child> |
1358 | 2301 |
2302 <child> | |
2303 <widget class="GtkAlignment" id="alignment85"> | |
2304 <property name="visible">True</property> | |
2305 <property name="xalign">0.5</property> | |
2306 <property name="yalign">0.5</property> | |
2307 <property name="xscale">1</property> | |
2308 <property name="yscale">1</property> | |
2309 <property name="top_padding">12</property> | |
2310 <property name="bottom_padding">12</property> | |
2311 <property name="left_padding">0</property> | |
2312 <property name="right_padding">0</property> | |
2313 | |
2314 <child> | |
2315 <widget class="GtkLabel" id="label84"> | |
2316 <property name="visible">True</property> | |
2317 <property name="label" translatable="yes"><b>Popup Information</b></property> | |
2318 <property name="use_underline">False</property> | |
2319 <property name="use_markup">True</property> | |
2320 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2321 <property name="wrap">False</property> | |
2322 <property name="selectable">False</property> | |
2323 <property name="xalign">0</property> | |
2324 <property name="yalign">0.5</property> | |
2325 <property name="xpad">0</property> | |
2326 <property name="ypad">0</property> | |
2327 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
2328 <property name="width_chars">-1</property> | |
2329 <property name="single_line_mode">False</property> | |
2330 <property name="angle">0</property> | |
2331 </widget> | |
2332 </child> | |
2333 </widget> | |
2334 <packing> | |
2335 <property name="padding">0</property> | |
1383 | 2336 <property name="expand">False</property> |
2337 <property name="fill">False</property> | |
1358 | 2338 </packing> |
2339 </child> | |
2340 | |
2341 <child> | |
2342 <widget class="GtkAlignment" id="alignment86"> | |
2343 <property name="visible">True</property> | |
2344 <property name="xalign">0.5</property> | |
2345 <property name="yalign">0.5</property> | |
2346 <property name="xscale">1</property> | |
2347 <property name="yscale">1</property> | |
2348 <property name="top_padding">0</property> | |
2349 <property name="bottom_padding">0</property> | |
2350 <property name="left_padding">12</property> | |
2351 <property name="right_padding">0</property> | |
2352 | |
2353 <child> | |
1413 | 2354 <widget class="GtkHBox" id="hbox9"> |
1358 | 2355 <property name="visible">True</property> |
1413 | 2356 <property name="homogeneous">False</property> |
2357 <property name="spacing">12</property> | |
2358 | |
2359 <child> | |
2360 <widget class="GtkVBox" id="vbox34"> | |
2361 <property name="visible">True</property> | |
2362 <property name="homogeneous">False</property> | |
2363 <property name="spacing">0</property> | |
2364 | |
2365 <child> | |
2366 <widget class="GtkCheckButton" id="checkbutton10"> | |
2367 <property name="visible">True</property> | |
2368 <property name="tooltip" translatable="yes">Toggles popup information window for the pointed entry in the playlist. The window shows title of song, name of album, genre, year of publish, track number, track length, and artwork.</property> | |
2369 <property name="can_focus">True</property> | |
2370 <property name="label" translatable="yes">Show popup information for playlist entries</property> | |
2371 <property name="use_underline">True</property> | |
2372 <property name="relief">GTK_RELIEF_NORMAL</property> | |
2373 <property name="focus_on_click">True</property> | |
2374 <property name="active">False</property> | |
2375 <property name="inconsistent">False</property> | |
2376 <property name="draw_indicator">True</property> | |
2377 <signal name="realize" handler="on_show_filepopup_for_tuple_realize" after="yes" last_modification_time="Thu, 29 Jun 2006 08:45:52 GMT"/> | |
2378 <signal name="toggled" handler="on_show_filepopup_for_tuple_toggled" last_modification_time="Thu, 29 Jun 2006 08:46:11 GMT"/> | |
2379 </widget> | |
2380 <packing> | |
2381 <property name="padding">0</property> | |
2382 <property name="expand">True</property> | |
2383 <property name="fill">False</property> | |
2384 </packing> | |
2385 </child> | |
2386 </widget> | |
2387 <packing> | |
2388 <property name="padding">0</property> | |
2389 <property name="expand">True</property> | |
2390 <property name="fill">True</property> | |
2391 </packing> | |
2392 </child> | |
2393 | |
2394 <child> | |
2395 <widget class="GtkButton" id="filepopup_for_tuple_settings_button"> | |
2396 <property name="visible">True</property> | |
2397 <property name="tooltip" translatable="yes">Edit settings for popup information</property> | |
2398 <property name="relief">GTK_RELIEF_HALF</property> | |
2399 <property name="focus_on_click">True</property> | |
2400 <signal name="clicked" handler="on_filepopup_for_tuple_settings_clicked" last_modification_time="Fri, 14 Jul 2006 23:49:34 GMT"/> | |
2401 | |
2402 <child> | |
2403 <widget class="GtkImage" id="image8"> | |
2404 <property name="visible">True</property> | |
2405 <property name="stock">gtk-properties</property> | |
2406 <property name="icon_size">4</property> | |
2407 <property name="xalign">0.5</property> | |
2408 <property name="yalign">0.5</property> | |
2409 <property name="xpad">0</property> | |
2410 <property name="ypad">0</property> | |
2411 </widget> | |
2412 </child> | |
2413 </widget> | |
2414 <packing> | |
2415 <property name="padding">0</property> | |
2416 <property name="expand">False</property> | |
2417 <property name="fill">False</property> | |
2418 </packing> | |
2419 </child> | |
1358 | 2420 </widget> |
2421 </child> | |
2422 </widget> | |
2423 <packing> | |
2424 <property name="padding">0</property> | |
2425 <property name="expand">False</property> | |
2426 <property name="fill">False</property> | |
2427 </packing> | |
2428 </child> | |
0 | 2429 </widget> |
2430 <packing> | |
1136 | 2431 <property name="padding">0</property> |
2432 <property name="expand">True</property> | |
2433 <property name="fill">True</property> | |
0 | 2434 </packing> |
2435 </child> | |
1136 | 2436 </widget> |
2437 <packing> | |
2438 <property name="tab_expand">False</property> | |
2439 <property name="tab_fill">True</property> | |
2440 </packing> | |
2441 </child> | |
2442 | |
2443 <child> | |
2444 <widget class="GtkLabel" id="playlist_label"> | |
2445 <property name="visible">True</property> | |
2446 <property name="label" translatable="yes">Playlist</property> | |
2447 <property name="use_underline">False</property> | |
2448 <property name="use_markup">False</property> | |
2449 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2450 <property name="wrap">False</property> | |
2451 <property name="selectable">False</property> | |
2452 <property name="xalign">0.5</property> | |
2453 <property name="yalign">0.5</property> | |
2454 <property name="xpad">0</property> | |
2455 <property name="ypad">0</property> | |
2456 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
2457 <property name="width_chars">-1</property> | |
2458 <property name="single_line_mode">False</property> | |
2459 <property name="angle">0</property> | |
2460 </widget> | |
2461 <packing> | |
2462 <property name="type">tab</property> | |
2463 </packing> | |
2464 </child> | |
2465 | |
2466 <child> | |
2467 <widget class="GtkVBox" id="equalizer_page_vbox"> | |
2468 <property name="visible">True</property> | |
2469 <property name="homogeneous">False</property> | |
2470 <property name="spacing">0</property> | |
0 | 2471 |
2472 <child> | |
1136 | 2473 <widget class="GtkAlignment" id="alignment28"> |
1070 | 2474 <property name="visible">True</property> |
1136 | 2475 <property name="xalign">0.5</property> |
2476 <property name="yalign">0.5</property> | |
2477 <property name="xscale">1</property> | |
2478 <property name="yscale">1</property> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2479 <property name="top_padding">0</property> |
1136 | 2480 <property name="bottom_padding">0</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2481 <property name="left_padding">0</property> |
1136 | 2482 <property name="right_padding">0</property> |
1070 | 2483 |
2484 <child> | |
1136 | 2485 <widget class="GtkVBox" id="vbox22"> |
1070 | 2486 <property name="visible">True</property> |
1136 | 2487 <property name="homogeneous">False</property> |
2488 <property name="spacing">0</property> | |
1070 | 2489 |
2490 <child> | |
1136 | 2491 <widget class="GtkAlignment" id="alignment30"> |
1070 | 2492 <property name="visible">True</property> |
1136 | 2493 <property name="xalign">0.5</property> |
2494 <property name="yalign">0.5</property> | |
2495 <property name="xscale">1</property> | |
2496 <property name="yscale">1</property> | |
2497 <property name="top_padding">0</property> | |
2498 <property name="bottom_padding">12</property> | |
2499 <property name="left_padding">0</property> | |
2500 <property name="right_padding">0</property> | |
1070 | 2501 |
2502 <child> | |
1136 | 2503 <widget class="GtkLabel" id="equalizer_page_label"> |
1070 | 2504 <property name="visible">True</property> |
1136 | 2505 <property name="label" translatable="yes"><b>Presets</b></property> |
2506 <property name="use_underline">False</property> | |
2507 <property name="use_markup">True</property> | |
2508 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2509 <property name="wrap">False</property> | |
2510 <property name="selectable">False</property> | |
2511 <property name="xalign">0</property> | |
1070 | 2512 <property name="yalign">0.5</property> |
1136 | 2513 <property name="xpad">0</property> |
2514 <property name="ypad">0</property> | |
2515 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
2516 <property name="width_chars">-1</property> | |
2517 <property name="single_line_mode">False</property> | |
2518 <property name="angle">0</property> | |
2519 </widget> | |
2520 </child> | |
2521 </widget> | |
2522 <packing> | |
2523 <property name="padding">0</property> | |
2524 <property name="expand">False</property> | |
2525 <property name="fill">False</property> | |
2526 </packing> | |
2527 </child> | |
2528 | |
2529 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2530 <widget class="GtkVBox" id="vbox23"> |
1136 | 2531 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2532 <property name="homogeneous">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2533 <property name="spacing">0</property> |
1136 | 2534 |
2535 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2536 <widget class="GtkAlignment" id="alignment33"> |
1136 | 2537 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2538 <property name="xalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2539 <property name="yalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2540 <property name="xscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2541 <property name="yscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2542 <property name="top_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2543 <property name="bottom_padding">12</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2544 <property name="left_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2545 <property name="right_padding">0</property> |
1070 | 2546 |
2547 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2548 <widget class="GtkTable" id="table5"> |
1070 | 2549 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2550 <property name="n_rows">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2551 <property name="n_columns">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2552 <property name="homogeneous">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2553 <property name="row_spacing">6</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2554 <property name="column_spacing">6</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2555 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2556 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2557 <widget class="GtkEntry" id="eq_dir_preset_entry"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2558 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2559 <property name="can_focus">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2560 <property name="editable">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2561 <property name="visibility">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2562 <property name="max_length">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2563 <property name="text" translatable="yes"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2564 <property name="has_frame">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2565 <property name="invisible_char">*</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2566 <property name="activates_default">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2567 <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
|
2568 <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
|
2569 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2570 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2571 <property name="left_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2572 <property name="right_attach">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2573 <property name="top_attach">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2574 <property name="bottom_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2575 <property name="y_options"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2576 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2577 </child> |
1070 | 2578 |
2579 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2580 <widget class="GtkEntry" id="eq_file_preset_entry"> |
1070 | 2581 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2582 <property name="can_focus">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2583 <property name="editable">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2584 <property name="visibility">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2585 <property name="max_length">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2586 <property name="text" translatable="yes"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2587 <property name="has_frame">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2588 <property name="invisible_char">*</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2589 <property name="activates_default">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2590 <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
|
2591 <signal name="realize" handler="on_eq_file_preset_entry_realize" last_modification_time="Wed, 26 May 2004 00:59:56 GMT"/> |
1136 | 2592 </widget> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2593 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2594 <property name="left_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2595 <property name="right_attach">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2596 <property name="top_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2597 <property name="bottom_attach">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2598 <property name="y_options"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2599 </packing> |
1136 | 2600 </child> |
2601 | |
2602 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2603 <widget class="GtkLabel" id="label57"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2604 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2605 <property name="label" translatable="yes">Directory preset file:</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2606 <property name="use_underline">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2607 <property name="use_markup">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2608 <property name="justify">GTK_JUSTIFY_LEFT</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2609 <property name="wrap">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2610 <property name="selectable">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2611 <property name="xalign">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2612 <property name="yalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2613 <property name="xpad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2614 <property name="ypad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2615 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2616 <property name="width_chars">-1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2617 <property name="single_line_mode">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2618 <property name="angle">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2619 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2620 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2621 <property name="left_attach">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2622 <property name="right_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2623 <property name="top_attach">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2624 <property name="bottom_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2625 <property name="x_options">fill</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2626 <property name="y_options"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2627 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2628 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2629 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2630 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2631 <widget class="GtkLabel" id="label58"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2632 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2633 <property name="label" translatable="yes">File preset extension:</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2634 <property name="use_underline">False</property> |
1136 | 2635 <property name="use_markup">False</property> |
2636 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2637 <property name="wrap">False</property> | |
2638 <property name="selectable">False</property> | |
2639 <property name="xalign">0</property> | |
2640 <property name="yalign">0.5</property> | |
2641 <property name="xpad">0</property> | |
2642 <property name="ypad">0</property> | |
2643 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
2644 <property name="width_chars">-1</property> | |
2645 <property name="single_line_mode">False</property> | |
2646 <property name="angle">0</property> | |
2647 </widget> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2648 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2649 <property name="left_attach">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2650 <property name="right_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2651 <property name="top_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2652 <property name="bottom_attach">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2653 <property name="x_options">fill</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2654 <property name="y_options"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2655 </packing> |
1136 | 2656 </child> |
2657 </widget> | |
2658 </child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2659 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2660 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2661 <property name="padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2662 <property name="expand">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2663 <property name="fill">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2664 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2665 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2666 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2667 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2668 <widget class="GtkAlignment" id="alignment32"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2669 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2670 <property name="xalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2671 <property name="yalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2672 <property name="xscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2673 <property name="yscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2674 <property name="top_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2675 <property name="bottom_padding">6</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2676 <property name="left_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2677 <property name="right_padding">0</property> |
1136 | 2678 |
2679 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2680 <widget class="GtkLabel" id="label56"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2681 <property name="label" translatable="yes">Available _Presets:</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2682 <property name="use_underline">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2683 <property name="use_markup">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2684 <property name="justify">GTK_JUSTIFY_LEFT</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2685 <property name="wrap">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2686 <property name="selectable">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2687 <property name="xalign">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2688 <property name="yalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2689 <property name="xpad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2690 <property name="ypad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2691 <property name="mnemonic_widget">category_notebook</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2692 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2693 <property name="width_chars">-1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2694 <property name="single_line_mode">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2695 <property name="angle">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2696 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2697 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2698 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2699 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2700 <property name="padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2701 <property name="expand">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2702 <property name="fill">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2703 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2704 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2705 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2706 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2707 <widget class="GtkScrolledWindow" id="scrolledwindow8"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2708 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2709 <property name="can_focus">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2710 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2711 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2712 <property name="shadow_type">GTK_SHADOW_NONE</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2713 <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2714 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2715 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2716 <widget class="GtkTreeView" id="eq_preset_view"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2717 <property name="sensitive">False</property> |
1136 | 2718 <property name="can_focus">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2719 <property name="headers_visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2720 <property name="rules_hint">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2721 <property name="reorderable">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2722 <property name="enable_search">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2723 <property name="fixed_height_mode">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2724 <property name="hover_selection">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2725 <property name="hover_expand">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2726 <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
|
2727 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2728 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2729 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2730 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2731 <property name="padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2732 <property name="expand">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2733 <property name="fill">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2734 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2735 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2736 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2737 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2738 <widget class="GtkHBox" id="hbox3"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2739 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2740 <property name="homogeneous">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2741 <property name="spacing">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2742 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2743 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2744 <widget class="GtkHButtonBox" id="eq_preset_button_box"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2745 <property name="sensitive">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2746 <property name="layout_style">GTK_BUTTONBOX_END</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2747 <property name="spacing">6</property> |
1136 | 2748 |
2749 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2750 <widget class="GtkButton" id="eq_preset_add"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2751 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2752 <property name="can_default">True</property> |
1136 | 2753 <property name="can_focus">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2754 <property name="label">gtk-add</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2755 <property name="use_stock">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2756 <property name="relief">GTK_RELIEF_NORMAL</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2757 <property name="focus_on_click">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2758 <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
|
2759 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2760 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2761 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2762 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2763 <widget class="GtkButton" id="eq_preset_remove"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2764 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2765 <property name="can_default">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2766 <property name="can_focus">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2767 <property name="label">gtk-remove</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2768 <property name="use_stock">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2769 <property name="relief">GTK_RELIEF_NORMAL</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2770 <property name="focus_on_click">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2771 <signal name="clicked" handler="on_eq_preset_remove_clicked" last_modification_time="Wed, 26 May 2004 00:17:57 GMT"/> |
1136 | 2772 </widget> |
2773 </child> | |
2774 </widget> | |
2775 <packing> | |
2776 <property name="padding">0</property> | |
2777 <property name="expand">True</property> | |
2778 <property name="fill">True</property> | |
2779 </packing> | |
2780 </child> | |
2781 </widget> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2782 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2783 <property name="padding">6</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2784 <property name="expand">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2785 <property name="fill">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2786 </packing> |
1136 | 2787 </child> |
2788 </widget> | |
2789 <packing> | |
2790 <property name="padding">0</property> | |
2791 <property name="expand">True</property> | |
2792 <property name="fill">True</property> | |
2793 </packing> | |
2794 </child> | |
2795 </widget> | |
2796 </child> | |
2797 </widget> | |
2798 <packing> | |
2799 <property name="padding">0</property> | |
2800 <property name="expand">True</property> | |
2801 <property name="fill">True</property> | |
2802 </packing> | |
2803 </child> | |
2804 </widget> | |
2805 <packing> | |
2806 <property name="tab_expand">False</property> | |
2807 <property name="tab_fill">True</property> | |
2808 </packing> | |
2809 </child> | |
2810 | |
2811 <child> | |
2812 <widget class="GtkLabel" id="equalizer_label"> | |
2813 <property name="visible">True</property> | |
2814 <property name="label" translatable="yes">Equalizer</property> | |
2815 <property name="use_underline">False</property> | |
2816 <property name="use_markup">False</property> | |
2817 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
2818 <property name="wrap">False</property> | |
2819 <property name="selectable">False</property> | |
2820 <property name="xalign">0.5</property> | |
2821 <property name="yalign">0.5</property> | |
2822 <property name="xpad">0</property> | |
2823 <property name="ypad">0</property> | |
2824 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
2825 <property name="width_chars">-1</property> | |
2826 <property name="single_line_mode">False</property> | |
2827 <property name="angle">0</property> | |
2828 </widget> | |
2829 <packing> | |
2830 <property name="type">tab</property> | |
2831 </packing> | |
2832 </child> | |
2833 | |
2834 <child> | |
2835 <widget class="GtkVBox" id="connectivity_page_vbox"> | |
2836 <property name="visible">True</property> | |
2837 <property name="homogeneous">False</property> | |
2838 <property name="spacing">0</property> | |
2839 | |
2840 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2841 <widget class="GtkVBox" id="vbox29"> |
1136 | 2842 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2843 <property name="homogeneous">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2844 <property name="spacing">0</property> |
1136 | 2845 |
2846 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2847 <widget class="GtkAlignment" id="alignment63"> |
1136 | 2848 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2849 <property name="xalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2850 <property name="yalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2851 <property name="xscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2852 <property name="yscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2853 <property name="top_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2854 <property name="bottom_padding">12</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2855 <property name="left_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2856 <property name="right_padding">0</property> |
1136 | 2857 |
2858 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2859 <widget class="GtkLabel" id="connectivity_page_label"> |
1136 | 2860 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2861 <property name="label" translatable="yes"><b>Proxy Configuration</b></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2862 <property name="use_underline">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2863 <property name="use_markup">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2864 <property name="justify">GTK_JUSTIFY_LEFT</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2865 <property name="wrap">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2866 <property name="selectable">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2867 <property name="xalign">0</property> |
1136 | 2868 <property name="yalign">0.5</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2869 <property name="xpad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2870 <property name="ypad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2871 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2872 <property name="width_chars">-1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2873 <property name="single_line_mode">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2874 <property name="angle">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2875 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2876 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2877 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2878 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2879 <property name="padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2880 <property name="expand">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2881 <property name="fill">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2882 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2883 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2884 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2885 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2886 <widget class="GtkAlignment" id="alignment68"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2887 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2888 <property name="xalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2889 <property name="yalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2890 <property name="xscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2891 <property name="yscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2892 <property name="top_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2893 <property name="bottom_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2894 <property name="left_padding">12</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2895 <property name="right_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2896 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2897 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2898 <widget class="GtkVBox" id="vbox30"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2899 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2900 <property name="homogeneous">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2901 <property name="spacing">0</property> |
1136 | 2902 |
2903 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2904 <widget class="GtkAlignment" id="alignment65"> |
1136 | 2905 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2906 <property name="xalign">0.5</property> |
1136 | 2907 <property name="yalign">0.5</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2908 <property name="xscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2909 <property name="yscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2910 <property name="top_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2911 <property name="bottom_padding">12</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2912 <property name="left_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2913 <property name="right_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2914 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2915 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2916 <widget class="GtkCheckButton" id="proxy_use"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2917 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2918 <property name="can_focus">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2919 <property name="label" translatable="yes">Enable proxy usage</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2920 <property name="use_underline">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2921 <property name="relief">GTK_RELIEF_NORMAL</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2922 <property name="focus_on_click">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2923 <property name="active">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2924 <property name="inconsistent">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2925 <property name="draw_indicator">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2926 <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
|
2927 <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
|
2928 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2929 </child> |
1136 | 2930 </widget> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2931 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2932 <property name="padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2933 <property name="expand">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2934 <property name="fill">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2935 </packing> |
1136 | 2936 </child> |
2937 | |
2938 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2939 <widget class="GtkTable" id="table8"> |
1136 | 2940 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2941 <property name="n_rows">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2942 <property name="n_columns">2</property> |
1136 | 2943 <property name="homogeneous">False</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2944 <property name="row_spacing">6</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2945 <property name="column_spacing">6</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2946 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2947 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2948 <widget class="GtkLabel" id="label68"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2949 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2950 <property name="label" translatable="yes">Proxy hostname:</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2951 <property name="use_underline">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2952 <property name="use_markup">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2953 <property name="justify">GTK_JUSTIFY_LEFT</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2954 <property name="wrap">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2955 <property name="selectable">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2956 <property name="xalign">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2957 <property name="yalign">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2958 <property name="xpad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2959 <property name="ypad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2960 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2961 <property name="width_chars">-1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2962 <property name="single_line_mode">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2963 <property name="angle">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2964 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2965 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2966 <property name="left_attach">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2967 <property name="right_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2968 <property name="top_attach">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2969 <property name="bottom_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2970 <property name="x_options">fill</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2971 <property name="y_options"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2972 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2973 </child> |
1136 | 2974 |
2975 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2976 <widget class="GtkLabel" id="label69"> |
1136 | 2977 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2978 <property name="label" translatable="yes">Proxy port:</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2979 <property name="use_underline">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2980 <property name="use_markup">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2981 <property name="justify">GTK_JUSTIFY_LEFT</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2982 <property name="wrap">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2983 <property name="selectable">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2984 <property name="xalign">0</property> |
1136 | 2985 <property name="yalign">0.5</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2986 <property name="xpad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2987 <property name="ypad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2988 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2989 <property name="width_chars">-1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2990 <property name="single_line_mode">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2991 <property name="angle">0</property> |
1136 | 2992 </widget> |
2993 <packing> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2994 <property name="left_attach">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2995 <property name="right_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2996 <property name="top_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2997 <property name="bottom_attach">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2998 <property name="x_options">fill</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
2999 <property name="y_options"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3000 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3001 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3002 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3003 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3004 <widget class="GtkEntry" id="proxy_host"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3005 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3006 <property name="can_focus">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3007 <property name="editable">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3008 <property name="visibility">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3009 <property name="max_length">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3010 <property name="text" translatable="yes"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3011 <property name="has_frame">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3012 <property name="invisible_char">*</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3013 <property name="activates_default">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3014 <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
|
3015 <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
|
3016 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3017 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3018 <property name="left_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3019 <property name="right_attach">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3020 <property name="top_attach">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3021 <property name="bottom_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3022 <property name="y_options"></property> |
1136 | 3023 </packing> |
3024 </child> | |
3025 | |
3026 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3027 <widget class="GtkEntry" id="proxy_port"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3028 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3029 <property name="can_focus">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3030 <property name="editable">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3031 <property name="visibility">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3032 <property name="max_length">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3033 <property name="text" translatable="yes"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3034 <property name="has_frame">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3035 <property name="invisible_char">*</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3036 <property name="activates_default">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3037 <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
|
3038 <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
|
3039 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3040 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3041 <property name="left_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3042 <property name="right_attach">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3043 <property name="top_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3044 <property name="bottom_attach">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3045 <property name="y_options"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3046 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3047 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3048 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3049 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3050 <property name="padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3051 <property name="expand">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3052 <property name="fill">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3053 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3054 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3055 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3056 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3057 <widget class="GtkAlignment" id="alignment67"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3058 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3059 <property name="xalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3060 <property name="yalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3061 <property name="xscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3062 <property name="yscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3063 <property name="top_padding">12</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3064 <property name="bottom_padding">12</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3065 <property name="left_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3066 <property name="right_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3067 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3068 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3069 <widget class="GtkCheckButton" id="proxy_auth"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3070 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3071 <property name="can_focus">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3072 <property name="label" translatable="yes">Use authentication with proxy</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3073 <property name="use_underline">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3074 <property name="relief">GTK_RELIEF_NORMAL</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3075 <property name="focus_on_click">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3076 <property name="active">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3077 <property name="inconsistent">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3078 <property name="draw_indicator">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3079 <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
|
3080 <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
|
3081 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3082 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3083 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3084 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3085 <property name="padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3086 <property name="expand">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3087 <property name="fill">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3088 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3089 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3090 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3091 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3092 <widget class="GtkTable" id="table9"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3093 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3094 <property name="n_rows">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3095 <property name="n_columns">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3096 <property name="homogeneous">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3097 <property name="row_spacing">6</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3098 <property name="column_spacing">6</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3099 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3100 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3101 <widget class="GtkLabel" id="label70"> |
1136 | 3102 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3103 <property name="label" translatable="yes">Proxy username:</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3104 <property name="use_underline">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3105 <property name="use_markup">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3106 <property name="justify">GTK_JUSTIFY_LEFT</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3107 <property name="wrap">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3108 <property name="selectable">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3109 <property name="xalign">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3110 <property name="yalign">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3111 <property name="xpad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3112 <property name="ypad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3113 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3114 <property name="width_chars">-1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3115 <property name="single_line_mode">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3116 <property name="angle">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3117 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3118 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3119 <property name="left_attach">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3120 <property name="right_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3121 <property name="top_attach">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3122 <property name="bottom_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3123 <property name="x_options">fill</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3124 <property name="y_options"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3125 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3126 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3127 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3128 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3129 <widget class="GtkLabel" id="label71"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3130 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3131 <property name="label" translatable="yes">Proxy password:</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3132 <property name="use_underline">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3133 <property name="use_markup">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3134 <property name="justify">GTK_JUSTIFY_LEFT</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3135 <property name="wrap">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3136 <property name="selectable">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3137 <property name="xalign">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3138 <property name="yalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3139 <property name="xpad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3140 <property name="ypad">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3141 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3142 <property name="width_chars">-1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3143 <property name="single_line_mode">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3144 <property name="angle">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3145 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3146 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3147 <property name="left_attach">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3148 <property name="right_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3149 <property name="top_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3150 <property name="bottom_attach">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3151 <property name="x_options">fill</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3152 <property name="y_options"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3153 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3154 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3155 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3156 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3157 <widget class="GtkEntry" id="proxy_user"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3158 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3159 <property name="can_focus">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3160 <property name="editable">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3161 <property name="visibility">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3162 <property name="max_length">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3163 <property name="text" translatable="yes"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3164 <property name="has_frame">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3165 <property name="invisible_char">*</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3166 <property name="activates_default">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3167 <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
|
3168 <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
|
3169 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3170 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3171 <property name="left_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3172 <property name="right_attach">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3173 <property name="top_attach">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3174 <property name="bottom_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3175 <property name="y_options"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3176 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3177 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3178 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3179 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3180 <widget class="GtkEntry" id="proxy_pass"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3181 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3182 <property name="can_focus">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3183 <property name="editable">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3184 <property name="visibility">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3185 <property name="max_length">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3186 <property name="text" translatable="yes"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3187 <property name="has_frame">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3188 <property name="invisible_char">*</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3189 <property name="activates_default">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3190 <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
|
3191 <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
|
3192 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3193 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3194 <property name="left_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3195 <property name="right_attach">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3196 <property name="top_attach">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3197 <property name="bottom_attach">2</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3198 <property name="y_options"></property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3199 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3200 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3201 </widget> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3202 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3203 <property name="padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3204 <property name="expand">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3205 <property name="fill">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3206 </packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3207 </child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3208 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3209 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3210 <widget class="GtkAlignment" id="alignment72"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3211 <property name="visible">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3212 <property name="xalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3213 <property name="yalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3214 <property name="xscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3215 <property name="yscale">1</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3216 <property name="top_padding">6</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3217 <property name="bottom_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3218 <property name="left_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3219 <property name="right_padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3220 |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3221 <child> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3222 <widget class="GtkHBox" id="hbox6"> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3223 <property name="visible">True</property> |
1136 | 3224 <property name="homogeneous">False</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3225 <property name="spacing">0</property> |
1136 | 3226 |
3227 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3228 <widget class="GtkImage" id="image4"> |
1136 | 3229 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3230 <property name="stock">gtk-dialog-warning</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3231 <property name="icon_size">4</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3232 <property name="xalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3233 <property name="yalign">0.5</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3234 <property name="xpad">3</property> |
1136 | 3235 <property name="ypad">0</property> |
3236 </widget> | |
3237 <packing> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3238 <property name="padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3239 <property name="expand">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3240 <property name="fill">False</property> |
1070 | 3241 </packing> |
3242 </child> | |
3243 | |
3244 <child> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3245 <widget class="GtkLabel" id="label75"> |
1136 | 3246 <property name="visible">True</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3247 <property name="label" translatable="yes"><span size="small">Changing these settings will require a restart of Audacious.</span></property> |
1136 | 3248 <property name="use_underline">False</property> |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3249 <property name="use_markup">True</property> |
1136 | 3250 <property name="justify">GTK_JUSTIFY_LEFT</property> |
3251 <property name="wrap">False</property> | |
3252 <property name="selectable">False</property> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3253 <property name="xalign">0.5</property> |
1136 | 3254 <property name="yalign">0.5</property> |
3255 <property name="xpad">0</property> | |
3256 <property name="ypad">0</property> | |
3257 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
3258 <property name="width_chars">-1</property> | |
3259 <property name="single_line_mode">False</property> | |
3260 <property name="angle">0</property> | |
3261 </widget> | |
3262 <packing> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3263 <property name="padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3264 <property name="expand">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3265 <property name="fill">False</property> |
1136 | 3266 </packing> |
3267 </child> | |
3268 </widget> | |
1070 | 3269 </child> |
3270 </widget> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3271 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3272 <property name="padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3273 <property name="expand">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3274 <property name="fill">False</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3275 </packing> |
1070 | 3276 </child> |
3277 </widget> | |
3278 </child> | |
3279 </widget> | |
1137
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3280 <packing> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3281 <property name="padding">0</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3282 <property name="expand">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3283 <property name="fill">True</property> |
7b857b8cdcbd
[svn] - further UI tweaks and mechanical simplification
nenolod
parents:
1136
diff
changeset
|
3284 </packing> |
1070 | 3285 </child> |
3286 </widget> | |
3287 <packing> | |
1136 | 3288 <property name="padding">0</property> |
3289 <property name="expand">True</property> | |
3290 <property name="fill">True</property> | |
1070 | 3291 </packing> |
3292 </child> | |
0 | 3293 </widget> |
3294 <packing> | |
1136 | 3295 <property name="tab_expand">False</property> |
3296 <property name="tab_fill">True</property> | |
3297 </packing> | |
3298 </child> | |
3299 | |
3300 <child> | |
3301 <widget class="GtkLabel" id="label65"> | |
3302 <property name="visible">True</property> | |
3303 <property name="label" translatable="yes">label65</property> | |
3304 <property name="use_underline">False</property> | |
3305 <property name="use_markup">False</property> | |
3306 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3307 <property name="wrap">False</property> | |
3308 <property name="selectable">False</property> | |
3309 <property name="xalign">0.5</property> | |
3310 <property name="yalign">0.5</property> | |
3311 <property name="xpad">0</property> | |
3312 <property name="ypad">0</property> | |
3313 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
3314 <property name="width_chars">-1</property> | |
3315 <property name="single_line_mode">False</property> | |
3316 <property name="angle">0</property> | |
3317 </widget> | |
3318 <packing> | |
3319 <property name="type">tab</property> | |
0 | 3320 </packing> |
3321 </child> | |
1143 | 3322 |
3323 <child> | |
3324 <widget class="GtkVBox" id="vbox32"> | |
3325 <property name="visible">True</property> | |
3326 <property name="homogeneous">False</property> | |
3327 <property name="spacing">0</property> | |
3328 | |
3329 <child> | |
3330 <widget class="GtkAlignment" id="alignment74"> | |
3331 <property name="visible">True</property> | |
3332 <property name="xalign">0.5</property> | |
3333 <property name="yalign">0.5</property> | |
3334 <property name="xscale">1</property> | |
3335 <property name="yscale">1</property> | |
3336 <property name="top_padding">0</property> | |
3337 <property name="bottom_padding">12</property> | |
3338 <property name="left_padding">0</property> | |
3339 <property name="right_padding">0</property> | |
3340 | |
3341 <child> | |
3342 <widget class="GtkLabel" id="label77"> | |
3343 <property name="visible">True</property> | |
3344 <property name="label" translatable="yes"><b>Audio System</b></property> | |
3345 <property name="use_underline">False</property> | |
3346 <property name="use_markup">True</property> | |
3347 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3348 <property name="wrap">False</property> | |
3349 <property name="selectable">False</property> | |
3350 <property name="xalign">0</property> | |
3351 <property name="yalign">0.5</property> | |
3352 <property name="xpad">0</property> | |
3353 <property name="ypad">0</property> | |
3354 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
3355 <property name="width_chars">-1</property> | |
3356 <property name="single_line_mode">False</property> | |
3357 <property name="angle">0</property> | |
3358 </widget> | |
3359 </child> | |
3360 </widget> | |
3361 <packing> | |
3362 <property name="padding">0</property> | |
3363 <property name="expand">False</property> | |
3364 <property name="fill">False</property> | |
3365 </packing> | |
3366 </child> | |
3367 | |
3368 <child> | |
3369 <widget class="GtkAlignment" id="alignment73"> | |
3370 <property name="visible">True</property> | |
3371 <property name="xalign">0.5</property> | |
3372 <property name="yalign">0.5</property> | |
3373 <property name="xscale">1</property> | |
3374 <property name="yscale">1</property> | |
3375 <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
|
3376 <property name="bottom_padding">6</property> |
1143 | 3377 <property name="left_padding">12</property> |
3378 <property name="right_padding">0</property> | |
3379 | |
3380 <child> | |
3381 <widget class="GtkVBox" id="vbox33"> | |
3382 <property name="visible">True</property> | |
3383 <property name="homogeneous">False</property> | |
3384 <property name="spacing">0</property> | |
3385 | |
3386 <child> | |
3387 <widget class="GtkTable" id="table11"> | |
3388 <property name="visible">True</property> | |
3389 <property name="n_rows">3</property> | |
3390 <property name="n_columns">2</property> | |
3391 <property name="homogeneous">False</property> | |
3392 <property name="row_spacing">6</property> | |
3393 <property name="column_spacing">6</property> | |
3394 | |
3395 <child> | |
3396 <widget class="GtkLabel" id="label78"> | |
3397 <property name="visible">True</property> | |
3398 <property name="label" translatable="yes">Current output plugin:</property> | |
3399 <property name="use_underline">False</property> | |
3400 <property name="use_markup">False</property> | |
3401 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3402 <property name="wrap">False</property> | |
3403 <property name="selectable">False</property> | |
3404 <property name="xalign">0</property> | |
3405 <property name="yalign">0.5</property> | |
3406 <property name="xpad">0</property> | |
3407 <property name="ypad">0</property> | |
3408 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
3409 <property name="width_chars">-1</property> | |
3410 <property name="single_line_mode">False</property> | |
3411 <property name="angle">0</property> | |
3412 </widget> | |
3413 <packing> | |
3414 <property name="left_attach">0</property> | |
3415 <property name="right_attach">1</property> | |
3416 <property name="top_attach">0</property> | |
3417 <property name="bottom_attach">1</property> | |
3418 <property name="x_options">fill</property> | |
3419 <property name="y_options"></property> | |
3420 </packing> | |
3421 </child> | |
3422 | |
3423 <child> | |
1144
c94e297544d6
[svn] - hookup preferences/info buttons under dialog pane
nenolod
parents:
1143
diff
changeset
|
3424 <widget class="GtkComboBox" id="output_plugin_cbox"> |
1143 | 3425 <property name="visible">True</property> |
3426 <property name="items" translatable="yes"></property> | |
3427 <property name="add_tearoffs">False</property> | |
3428 <property name="focus_on_click">True</property> | |
3429 <signal name="realize" handler="on_output_plugin_cbox_realize" after="yes" last_modification_time="Wed, 12 May 2004 01:52:50 GMT"/> | |
3430 </widget> | |
3431 <packing> | |
3432 <property name="left_attach">1</property> | |
3433 <property name="right_attach">2</property> | |
3434 <property name="top_attach">0</property> | |
3435 <property name="bottom_attach">1</property> | |
3436 <property name="y_options">fill</property> | |
3437 </packing> | |
3438 </child> | |
3439 | |
3440 <child> | |
3441 <widget class="GtkLabel" id="label79"> | |
3442 <property name="visible">True</property> | |
3443 <property name="label" translatable="yes">Buffer size:</property> | |
3444 <property name="use_underline">False</property> | |
3445 <property name="use_markup">False</property> | |
3446 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3447 <property name="wrap">False</property> | |
3448 <property name="selectable">False</property> | |
3449 <property name="xalign">0</property> | |
3450 <property name="yalign">0.5</property> | |
3451 <property name="xpad">0</property> | |
3452 <property name="ypad">0</property> | |
3453 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
3454 <property name="width_chars">-1</property> | |
3455 <property name="single_line_mode">False</property> | |
3456 <property name="angle">0</property> | |
3457 </widget> | |
3458 <packing> | |
3459 <property name="left_attach">0</property> | |
3460 <property name="right_attach">1</property> | |
3461 <property name="top_attach">1</property> | |
3462 <property name="bottom_attach">2</property> | |
3463 <property name="x_options">fill</property> | |
3464 <property name="y_options"></property> | |
3465 </packing> | |
3466 </child> | |
3467 | |
3468 <child> | |
1147 | 3469 <widget class="GtkSpinButton" id="output_plugin_bufsize"> |
1143 | 3470 <property name="visible">True</property> |
3471 <property name="can_focus">True</property> | |
3472 <property name="climb_rate">1</property> | |
3473 <property name="digits">0</property> | |
3474 <property name="numeric">False</property> | |
3475 <property name="update_policy">GTK_UPDATE_ALWAYS</property> | |
3476 <property name="snap_to_ticks">False</property> | |
3477 <property name="wrap">False</property> | |
1148
ae39b599cd25
[svn] - oops, give that spinbutton some sane values
nenolod
parents:
1147
diff
changeset
|
3478 <property name="adjustment">0 0 600000 100 1000 1000</property> |
1147 | 3479 <signal name="realize" handler="on_output_plugin_bufsize_realize" after="yes" last_modification_time="Mon, 05 Jun 2006 04:28:43 GMT"/> |
3480 <signal name="value_changed" handler="on_output_plugin_bufsize_value_changed" last_modification_time="Mon, 05 Jun 2006 04:28:51 GMT"/> | |
1143 | 3481 </widget> |
3482 <packing> | |
3483 <property name="left_attach">1</property> | |
3484 <property name="right_attach">2</property> | |
3485 <property name="top_attach">1</property> | |
3486 <property name="bottom_attach">2</property> | |
3487 <property name="y_options"></property> | |
3488 </packing> | |
3489 </child> | |
3490 | |
3491 <child> | |
3492 <widget class="GtkImage" id="image7"> | |
3493 <property name="visible">True</property> | |
3494 <property name="stock">gtk-info</property> | |
3495 <property name="icon_size">4</property> | |
3496 <property name="xalign">1</property> | |
3497 <property name="yalign">0</property> | |
3498 <property name="xpad">0</property> | |
3499 <property name="ypad">0</property> | |
3500 </widget> | |
3501 <packing> | |
3502 <property name="left_attach">0</property> | |
3503 <property name="right_attach">1</property> | |
3504 <property name="top_attach">2</property> | |
3505 <property name="bottom_attach">3</property> | |
3506 <property name="x_options">fill</property> | |
3507 </packing> | |
3508 </child> | |
3509 | |
3510 <child> | |
3511 <widget class="GtkLabel" id="label82"> | |
3512 <property name="visible">True</property> | |
3513 <property name="label" translatable="yes"><span size="small">This is the amount of time to prebuffer audio streams by, in milliseconds. | |
3514 Increase this value if you are experiencing audio skipping. | |
3515 Please note however, that high values will result in Audacious performing poorly.</span></property> | |
3516 <property name="use_underline">False</property> | |
3517 <property name="use_markup">True</property> | |
3518 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3519 <property name="wrap">True</property> | |
3520 <property name="selectable">False</property> | |
3521 <property name="xalign">0</property> | |
3522 <property name="yalign">0.5</property> | |
3523 <property name="xpad">0</property> | |
3524 <property name="ypad">0</property> | |
3525 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
3526 <property name="width_chars">-1</property> | |
3527 <property name="single_line_mode">False</property> | |
3528 <property name="angle">0</property> | |
3529 </widget> | |
3530 <packing> | |
3531 <property name="left_attach">1</property> | |
3532 <property name="right_attach">2</property> | |
3533 <property name="top_attach">2</property> | |
3534 <property name="bottom_attach">3</property> | |
3535 <property name="x_options">fill</property> | |
3536 <property name="y_options"></property> | |
3537 </packing> | |
3538 </child> | |
3539 </widget> | |
3540 <packing> | |
3541 <property name="padding">0</property> | |
3542 <property name="expand">False</property> | |
3543 <property name="fill">False</property> | |
3544 </packing> | |
3545 </child> | |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3546 </widget> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3547 </child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3548 </widget> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3549 <packing> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3550 <property name="padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3551 <property name="expand">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3552 <property name="fill">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3553 </packing> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3554 </child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3555 |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3556 <child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3557 <widget class="GtkAlignment" id="alignment82"> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3558 <property name="visible">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3559 <property name="xalign">0.5</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3560 <property name="yalign">0.5</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3561 <property name="xscale">1</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3562 <property name="yscale">1</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3563 <property name="top_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3564 <property name="bottom_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3565 <property name="left_padding">12</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3566 <property name="right_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3567 |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3568 <child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3569 <widget class="GtkHButtonBox" id="output_plugin_button_box"> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3570 <property name="visible">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3571 <property name="layout_style">GTK_BUTTONBOX_START</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3572 <property name="spacing">8</property> |
1143 | 3573 |
3574 <child> | |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3575 <widget class="GtkButton" id="output_plugin_prefs"> |
1143 | 3576 <property name="visible">True</property> |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3577 <property name="sensitive">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3578 <property name="can_default">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3579 <property name="can_focus">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3580 <property name="relief">GTK_RELIEF_NORMAL</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3581 <property name="focus_on_click">True</property> |
1143 | 3582 |
3583 <child> | |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3584 <widget class="GtkAlignment" id="alignment76"> |
1143 | 3585 <property name="visible">True</property> |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3586 <property name="xalign">0.5</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3587 <property name="yalign">0.5</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3588 <property name="xscale">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3589 <property name="yscale">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3590 <property name="top_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3591 <property name="bottom_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3592 <property name="left_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3593 <property name="right_padding">0</property> |
1143 | 3594 |
3595 <child> | |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3596 <widget class="GtkHBox" id="hbox7"> |
1143 | 3597 <property name="visible">True</property> |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3598 <property name="homogeneous">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3599 <property name="spacing">2</property> |
1143 | 3600 |
3601 <child> | |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3602 <widget class="GtkImage" id="image5"> |
1143 | 3603 <property name="visible">True</property> |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3604 <property name="stock">gtk-preferences</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3605 <property name="icon_size">4</property> |
1143 | 3606 <property name="xalign">0.5</property> |
3607 <property name="yalign">0.5</property> | |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3608 <property name="xpad">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3609 <property name="ypad">0</property> |
1143 | 3610 </widget> |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3611 <packing> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3612 <property name="padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3613 <property name="expand">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3614 <property name="fill">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3615 </packing> |
1143 | 3616 </child> |
3617 | |
3618 <child> | |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3619 <widget class="GtkLabel" id="label80"> |
1143 | 3620 <property name="visible">True</property> |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3621 <property name="label">Output Plugin Preferences</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3622 <property name="use_underline">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3623 <property name="use_markup">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3624 <property name="justify">GTK_JUSTIFY_LEFT</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3625 <property name="wrap">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3626 <property name="selectable">False</property> |
1143 | 3627 <property name="xalign">0.5</property> |
3628 <property name="yalign">0.5</property> | |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3629 <property name="xpad">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3630 <property name="ypad">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3631 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3632 <property name="width_chars">-1</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3633 <property name="single_line_mode">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3634 <property name="angle">0</property> |
1143 | 3635 </widget> |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3636 <packing> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3637 <property name="padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3638 <property name="expand">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3639 <property name="fill">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3640 </packing> |
1143 | 3641 </child> |
3642 </widget> | |
3643 </child> | |
3644 </widget> | |
3645 </child> | |
3646 </widget> | |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3647 </child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3648 |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3649 <child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3650 <widget class="GtkButton" id="output_plugin_info"> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3651 <property name="visible">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3652 <property name="sensitive">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3653 <property name="can_default">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3654 <property name="can_focus">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3655 <property name="relief">GTK_RELIEF_NORMAL</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3656 <property name="focus_on_click">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3657 |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3658 <child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3659 <widget class="GtkAlignment" id="alignment77"> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3660 <property name="visible">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3661 <property name="xalign">0.5</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3662 <property name="yalign">0.5</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3663 <property name="xscale">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3664 <property name="yscale">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3665 <property name="top_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3666 <property name="bottom_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3667 <property name="left_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3668 <property name="right_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3669 |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3670 <child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3671 <widget class="GtkHBox" id="hbox8"> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3672 <property name="visible">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3673 <property name="homogeneous">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3674 <property name="spacing">2</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3675 |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3676 <child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3677 <widget class="GtkImage" id="image6"> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3678 <property name="visible">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3679 <property name="stock">gtk-about</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3680 <property name="icon_size">4</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3681 <property name="xalign">0.5</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3682 <property name="yalign">0.5</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3683 <property name="xpad">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3684 <property name="ypad">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3685 </widget> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3686 <packing> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3687 <property name="padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3688 <property name="expand">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3689 <property name="fill">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3690 </packing> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3691 </child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3692 |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3693 <child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3694 <widget class="GtkLabel" id="label81"> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3695 <property name="visible">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3696 <property name="label">Output Plugin Information</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3697 <property name="use_underline">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3698 <property name="use_markup">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3699 <property name="justify">GTK_JUSTIFY_LEFT</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3700 <property name="wrap">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3701 <property name="selectable">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3702 <property name="xalign">0.5</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3703 <property name="yalign">0.5</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3704 <property name="xpad">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3705 <property name="ypad">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3706 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3707 <property name="width_chars">-1</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3708 <property name="single_line_mode">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3709 <property name="angle">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3710 </widget> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3711 <packing> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3712 <property name="padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3713 <property name="expand">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3714 <property name="fill">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3715 </packing> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3716 </child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3717 </widget> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3718 </child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3719 </widget> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3720 </child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3721 </widget> |
1143 | 3722 </child> |
3723 </widget> | |
3724 </child> | |
3725 </widget> | |
3726 <packing> | |
3727 <property name="padding">0</property> | |
3728 <property name="expand">False</property> | |
3729 <property name="fill">False</property> | |
3730 </packing> | |
3731 </child> | |
3732 | |
3733 <child> | |
3734 <widget class="GtkAlignment" id="alignment78"> | |
3735 <property name="visible">True</property> | |
3736 <property name="xalign">0.5</property> | |
3737 <property name="yalign">0.5</property> | |
3738 <property name="xscale">1</property> | |
3739 <property name="yscale">1</property> | |
3740 <property name="top_padding">12</property> | |
3741 <property name="bottom_padding">12</property> | |
3742 <property name="left_padding">0</property> | |
3743 <property name="right_padding">0</property> | |
3744 | |
3745 <child> | |
3746 <widget class="GtkLabel" id="label83"> | |
3747 <property name="visible">True</property> | |
1163
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3748 <property name="label" translatable="yes"><b>Format Detection</b></property> |
1143 | 3749 <property name="use_underline">False</property> |
3750 <property name="use_markup">True</property> | |
3751 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3752 <property name="wrap">False</property> | |
3753 <property name="selectable">False</property> | |
3754 <property name="xalign">0</property> | |
3755 <property name="yalign">0.5</property> | |
3756 <property name="xpad">0</property> | |
3757 <property name="ypad">0</property> | |
3758 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
3759 <property name="width_chars">-1</property> | |
3760 <property name="single_line_mode">False</property> | |
3761 <property name="angle">0</property> | |
3762 </widget> | |
3763 </child> | |
3764 </widget> | |
3765 <packing> | |
3766 <property name="padding">0</property> | |
3767 <property name="expand">False</property> | |
3768 <property name="fill">False</property> | |
3769 </packing> | |
3770 </child> | |
3771 | |
3772 <child> | |
1163
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3773 <widget class="GtkAlignment" id="alignment84"> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3774 <property name="visible">True</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3775 <property name="xalign">0.5</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3776 <property name="yalign">0.5</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3777 <property name="xscale">1</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3778 <property name="yscale">1</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3779 <property name="top_padding">0</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3780 <property name="bottom_padding">0</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3781 <property name="left_padding">12</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3782 <property name="right_padding">0</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3783 |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3784 <child> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3785 <widget class="GtkCheckButton" id="audio_format_det_cb"> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3786 <property name="visible">True</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3787 <property name="tooltip" translatable="yes">When checked, Audacious will detect file formats on demand. This can result in a messier playlist, but delivers a major speed benefit.</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3788 <property name="can_focus">True</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3789 <property name="label" translatable="yes">Detect file formats on demand, instead of immediately.</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3790 <property name="use_underline">True</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3791 <property name="relief">GTK_RELIEF_NORMAL</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3792 <property name="focus_on_click">True</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3793 <property name="active">False</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3794 <property name="inconsistent">False</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3795 <property name="draw_indicator">True</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3796 <signal name="realize" handler="on_audio_format_det_cb_realize" last_modification_time="Sun, 11 Jun 2006 03:09:01 GMT"/> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3797 <signal name="toggled" handler="on_audio_format_det_cb_toggled" last_modification_time="Sun, 11 Jun 2006 04:21:11 GMT"/> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3798 </widget> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3799 </child> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3800 </widget> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3801 <packing> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3802 <property name="padding">0</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3803 <property name="expand">False</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3804 <property name="fill">False</property> |
ff71f891265b
[svn] - Allow to do format detection on demand; instead of immediately on add
nenolod
parents:
1149
diff
changeset
|
3805 </packing> |
1143 | 3806 </child> |
3807 | |
3808 <child> | |
3809 <widget class="GtkAlignment" id="alignment19"> | |
3810 <property name="visible">True</property> | |
3811 <property name="xalign">0.5</property> | |
3812 <property name="yalign">0.5</property> | |
3813 <property name="xscale">1</property> | |
3814 <property name="yscale">1</property> | |
3815 <property name="top_padding">12</property> | |
3816 <property name="bottom_padding">12</property> | |
3817 <property name="left_padding">0</property> | |
3818 <property name="right_padding">0</property> | |
3819 | |
3820 <child> | |
3821 <widget class="GtkLabel" id="label40"> | |
3822 <property name="visible">True</property> | |
3823 <property name="label" translatable="yes"><b>Playback</b></property> | |
3824 <property name="use_underline">False</property> | |
3825 <property name="use_markup">True</property> | |
3826 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3827 <property name="wrap">False</property> | |
3828 <property name="selectable">False</property> | |
3829 <property name="xalign">0</property> | |
3830 <property name="yalign">0.5</property> | |
3831 <property name="xpad">0</property> | |
3832 <property name="ypad">0</property> | |
3833 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
3834 <property name="width_chars">-1</property> | |
3835 <property name="single_line_mode">False</property> | |
3836 <property name="angle">0</property> | |
3837 </widget> | |
3838 </child> | |
3839 </widget> | |
3840 <packing> | |
3841 <property name="padding">0</property> | |
3842 <property name="expand">False</property> | |
3843 <property name="fill">False</property> | |
3844 </packing> | |
3845 </child> | |
3846 | |
3847 <child> | |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3848 <widget class="GtkAlignment" id="alignment83"> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3849 <property name="visible">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3850 <property name="xalign">0.5</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3851 <property name="yalign">0.5</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3852 <property name="xscale">1</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3853 <property name="yscale">1</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3854 <property name="top_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3855 <property name="bottom_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3856 <property name="left_padding">12</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3857 <property name="right_padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3858 |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3859 <child> |
1382 | 3860 <widget class="GtkCheckButton" id="continue_playback_on_startup"> |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3861 <property name="visible">True</property> |
1382 | 3862 <property name="tooltip" translatable="yes">When Audacious starts, automatically begin playing from the point where we stopped before.</property> |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3863 <property name="can_focus">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3864 <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
|
3865 <property name="use_underline">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3866 <property name="relief">GTK_RELIEF_NORMAL</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3867 <property name="focus_on_click">True</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3868 <property name="active">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3869 <property name="inconsistent">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3870 <property name="draw_indicator">True</property> |
1382 | 3871 <signal name="realize" handler="on_continue_playback_on_startup_realize" last_modification_time="Mon, 10 Jul 2006 10:15:54 GMT"/> |
3872 <signal name="toggled" handler="on_continue_playback_on_startup_toggled" last_modification_time="Mon, 10 Jul 2006 10:15:58 GMT"/> | |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3873 </widget> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3874 </child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3875 </widget> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3876 <packing> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3877 <property name="padding">0</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3878 <property name="expand">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3879 <property name="fill">False</property> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3880 </packing> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3881 </child> |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3882 |
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3883 <child> |
1143 | 3884 <widget class="GtkAlignment" id="alignment79"> |
3885 <property name="visible">True</property> | |
3886 <property name="xalign">0.5</property> | |
3887 <property name="yalign">0.5</property> | |
3888 <property name="xscale">1</property> | |
3889 <property name="yscale">1</property> | |
3890 <property name="top_padding">0</property> | |
3891 <property name="bottom_padding">0</property> | |
3892 <property name="left_padding">12</property> | |
3893 <property name="right_padding">0</property> | |
3894 | |
3895 <child> | |
1382 | 3896 <widget class="GtkCheckButton" id="playlist_no_advance"> |
1143 | 3897 <property name="visible">True</property> |
3898 <property name="tooltip" translatable="yes">When finished playing a song, don't automatically advance to the next.</property> | |
3899 <property name="can_focus">True</property> | |
3900 <property name="label" translatable="yes">Don't advance in the playlist</property> | |
3901 <property name="use_underline">True</property> | |
3902 <property name="relief">GTK_RELIEF_NORMAL</property> | |
3903 <property name="focus_on_click">True</property> | |
3904 <property name="active">False</property> | |
3905 <property name="inconsistent">False</property> | |
3906 <property name="draw_indicator">True</property> | |
3907 <signal name="realize" handler="on_playlist_no_advance_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 04:41:19 GMT"/> | |
3908 <signal name="toggled" handler="on_playlist_no_advance_toggled" last_modification_time="Sat, 03 Jul 2004 04:41:22 GMT"/> | |
3909 </widget> | |
3910 </child> | |
3911 </widget> | |
3912 <packing> | |
3913 <property name="padding">0</property> | |
3914 <property name="expand">False</property> | |
3915 <property name="fill">False</property> | |
3916 </packing> | |
3917 </child> | |
3918 | |
3919 <child> | |
3920 <widget class="GtkAlignment" id="alignment80"> | |
3921 <property name="visible">True</property> | |
3922 <property name="xalign">0.5</property> | |
3923 <property name="yalign">0.5</property> | |
3924 <property name="xscale">1</property> | |
3925 <property name="yscale">1</property> | |
3926 <property name="top_padding">0</property> | |
3927 <property name="bottom_padding">0</property> | |
3928 <property name="left_padding">12</property> | |
3929 <property name="right_padding">0</property> | |
3930 | |
3931 <child> | |
1145
343e06eaef5f
[svn] - more checkboxes than you can shake a stick at
nenolod
parents:
1144
diff
changeset
|
3932 <widget class="GtkCheckButton" id="pause_between_songs"> |
1143 | 3933 <property name="visible">True</property> |
3934 <property name="can_focus">True</property> | |
3935 <property name="label" translatable="yes">Pause between songs</property> | |
3936 <property name="use_underline">True</property> | |
3937 <property name="relief">GTK_RELIEF_NORMAL</property> | |
3938 <property name="focus_on_click">True</property> | |
3939 <property name="active">False</property> | |
3940 <property name="inconsistent">False</property> | |
3941 <property name="draw_indicator">True</property> | |
3942 </widget> | |
3943 </child> | |
3944 </widget> | |
3945 <packing> | |
3946 <property name="padding">0</property> | |
3947 <property name="expand">False</property> | |
3948 <property name="fill">False</property> | |
3949 </packing> | |
3950 </child> | |
3951 | |
3952 <child> | |
3953 <widget class="GtkAlignment" id="alignment22"> | |
3954 <property name="visible">True</property> | |
3955 <property name="xalign">0.5</property> | |
3956 <property name="yalign">0.5</property> | |
3957 <property name="xscale">1</property> | |
3958 <property name="yscale">1</property> | |
3959 <property name="top_padding">0</property> | |
3960 <property name="bottom_padding">0</property> | |
3961 <property name="left_padding">45</property> | |
3962 <property name="right_padding">0</property> | |
3963 | |
3964 <child> | |
3965 <widget class="GtkHBox" id="pause_between_songs_box"> | |
3966 <property name="visible">True</property> | |
3967 <property name="homogeneous">False</property> | |
3968 <property name="spacing">0</property> | |
3969 | |
3970 <child> | |
3971 <widget class="GtkLabel" id="label41"> | |
3972 <property name="visible">True</property> | |
3973 <property name="label" translatable="yes">Pause for</property> | |
3974 <property name="use_underline">False</property> | |
3975 <property name="use_markup">False</property> | |
3976 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
3977 <property name="wrap">False</property> | |
3978 <property name="selectable">False</property> | |
3979 <property name="xalign">0.5</property> | |
3980 <property name="yalign">0.5</property> | |
3981 <property name="xpad">4</property> | |
3982 <property name="ypad">0</property> | |
3983 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
3984 <property name="width_chars">-1</property> | |
3985 <property name="single_line_mode">False</property> | |
3986 <property name="angle">0</property> | |
3987 </widget> | |
3988 <packing> | |
3989 <property name="padding">0</property> | |
3990 <property name="expand">False</property> | |
3991 <property name="fill">False</property> | |
3992 </packing> | |
3993 </child> | |
3994 | |
3995 <child> | |
3996 <widget class="GtkSpinButton" id="pause_between_songs_time"> | |
3997 <property name="visible">True</property> | |
3998 <property name="can_focus">True</property> | |
3999 <property name="climb_rate">1</property> | |
4000 <property name="digits">0</property> | |
4001 <property name="numeric">False</property> | |
4002 <property name="update_policy">GTK_UPDATE_ALWAYS</property> | |
4003 <property name="snap_to_ticks">False</property> | |
4004 <property name="wrap">False</property> | |
4005 <property name="adjustment">2 0 100 1 10 10</property> | |
4006 <signal name="realize" handler="on_pause_between_songs_time_realize" after="yes" last_modification_time="Sat, 03 Jul 2004 04:42:58 GMT"/> | |
4007 <signal name="value_changed" handler="on_pause_between_songs_time_changed" last_modification_time="Sat, 03 Jul 2004 07:20:03 GMT"/> | |
4008 </widget> | |
4009 <packing> | |
4010 <property name="padding">0</property> | |
4011 <property name="expand">False</property> | |
4012 <property name="fill">False</property> | |
4013 </packing> | |
4014 </child> | |
4015 | |
4016 <child> | |
4017 <widget class="GtkLabel" id="label42"> | |
4018 <property name="visible">True</property> | |
4019 <property name="label" translatable="yes">seconds</property> | |
4020 <property name="use_underline">False</property> | |
4021 <property name="use_markup">False</property> | |
4022 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
4023 <property name="wrap">False</property> | |
4024 <property name="selectable">False</property> | |
4025 <property name="xalign">0.5</property> | |
4026 <property name="yalign">0.5</property> | |
4027 <property name="xpad">4</property> | |
4028 <property name="ypad">0</property> | |
4029 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
4030 <property name="width_chars">-1</property> | |
4031 <property name="single_line_mode">False</property> | |
4032 <property name="angle">0</property> | |
4033 </widget> | |
4034 <packing> | |
4035 <property name="padding">0</property> | |
4036 <property name="expand">False</property> | |
4037 <property name="fill">False</property> | |
4038 </packing> | |
4039 </child> | |
4040 </widget> | |
4041 </child> | |
4042 </widget> | |
4043 <packing> | |
4044 <property name="padding">0</property> | |
4045 <property name="expand">False</property> | |
4046 <property name="fill">False</property> | |
4047 </packing> | |
4048 </child> | |
4049 </widget> | |
4050 <packing> | |
4051 <property name="tab_expand">False</property> | |
4052 <property name="tab_fill">True</property> | |
4053 </packing> | |
4054 </child> | |
4055 | |
4056 <child> | |
4057 <widget class="GtkLabel" id="label76"> | |
4058 <property name="visible">True</property> | |
4059 <property name="label" translatable="yes">label76</property> | |
4060 <property name="use_underline">False</property> | |
4061 <property name="use_markup">False</property> | |
4062 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
4063 <property name="wrap">False</property> | |
4064 <property name="selectable">False</property> | |
4065 <property name="xalign">0.5</property> | |
4066 <property name="yalign">0.5</property> | |
4067 <property name="xpad">0</property> | |
4068 <property name="ypad">0</property> | |
4069 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
4070 <property name="width_chars">-1</property> | |
4071 <property name="single_line_mode">False</property> | |
4072 <property name="angle">0</property> | |
4073 </widget> | |
4074 <packing> | |
4075 <property name="type">tab</property> | |
4076 </packing> | |
4077 </child> | |
0 | 4078 </widget> |
4079 <packing> | |
4080 <property name="padding">0</property> | |
4081 <property name="expand">True</property> | |
4082 <property name="fill">True</property> | |
4083 </packing> | |
4084 </child> | |
4085 </widget> | |
4086 <packing> | |
4087 <property name="padding">0</property> | |
4088 <property name="expand">True</property> | |
4089 <property name="fill">True</property> | |
4090 </packing> | |
4091 </child> | |
4092 | |
4093 <child> | |
4094 <widget class="GtkHSeparator" id="hseparator1"> | |
4095 <property name="visible">True</property> | |
4096 </widget> | |
4097 <packing> | |
4098 <property name="padding">6</property> | |
4099 <property name="expand">False</property> | |
4100 <property name="fill">False</property> | |
4101 </packing> | |
4102 </child> | |
4103 | |
4104 <child> | |
816
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4105 <widget class="GtkHBox" id="hbox4"> |
0 | 4106 <property name="visible">True</property> |
816
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4107 <property name="homogeneous">False</property> |
0 | 4108 <property name="spacing">0</property> |
4109 | |
4110 <child> | |
816
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4111 <widget class="GtkLabel" id="audversionlabel"> |
0 | 4112 <property name="visible">True</property> |
816
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4113 <property name="label" translatable="yes"></property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4114 <property name="use_underline">False</property> |
1135 | 4115 <property name="use_markup">True</property> |
816
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4116 <property name="justify">GTK_JUSTIFY_LEFT</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4117 <property name="wrap">False</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4118 <property name="selectable">False</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4119 <property name="xalign">0.5</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4120 <property name="yalign">0.5</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4121 <property name="xpad">0</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4122 <property name="ypad">0</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4123 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4124 <property name="width_chars">-1</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4125 <property name="single_line_mode">False</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4126 <property name="angle">0</property> |
0 | 4127 </widget> |
816
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4128 <packing> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4129 <property name="padding">0</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4130 <property name="expand">False</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4131 <property name="fill">False</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4132 </packing> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4133 </child> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4134 |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4135 <child> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4136 <widget class="GtkHButtonBox" id="prefswin_button_box"> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4137 <property name="visible">True</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4138 <property name="layout_style">GTK_BUTTONBOX_END</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4139 <property name="spacing">0</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4140 |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4141 <child> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4142 <widget class="GtkButton" id="close"> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4143 <property name="visible">True</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4144 <property name="can_default">True</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4145 <property name="can_focus">True</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4146 <property name="label">gtk-close</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4147 <property name="use_stock">True</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4148 <property name="relief">GTK_RELIEF_NORMAL</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4149 <property name="focus_on_click">True</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4150 <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
|
4151 </widget> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4152 </child> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4153 </widget> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4154 <packing> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4155 <property name="padding">0</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4156 <property name="expand">True</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4157 <property name="fill">True</property> |
8073d8300502
[svn] display audacious version and revision in the prefs window
giacomo
parents:
814
diff
changeset
|
4158 </packing> |
0 | 4159 </child> |
4160 </widget> | |
4161 <packing> | |
4162 <property name="padding">0</property> | |
4163 <property name="expand">False</property> | |
4164 <property name="fill">False</property> | |
4165 </packing> | |
4166 </child> | |
4167 </widget> | |
4168 </child> | |
4169 </widget> | |
4170 | |
1413 | 4171 <widget class="GtkWindow" id="filepopup_for_tuple_settings"> |
4172 <property name="border_width">12</property> | |
4173 <property name="title" translatable="yes">Popup Information Settings</property> | |
4174 <property name="type">GTK_WINDOW_TOPLEVEL</property> | |
4175 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> | |
4176 <property name="modal">False</property> | |
4177 <property name="resizable">True</property> | |
4178 <property name="destroy_with_parent">False</property> | |
4179 <property name="decorated">True</property> | |
4180 <property name="skip_taskbar_hint">True</property> | |
4181 <property name="skip_pager_hint">False</property> | |
4182 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | |
4183 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> | |
4184 <property name="focus_on_map">True</property> | |
4185 <property name="urgency_hint">False</property> | |
4186 <signal name="delete_event" handler="gtk_widget_hide_on_delete" last_modification_time="Sat, 15 Jul 2006 15:29:02 GMT"/> | |
4187 | |
4188 <child> | |
4189 <widget class="GtkVBox" id="vbox35"> | |
4190 <property name="visible">True</property> | |
4191 <property name="homogeneous">False</property> | |
4192 <property name="spacing">12</property> | |
4193 | |
4194 <child> | |
4195 <widget class="GtkLabel" id="label85"> | |
4196 <property name="visible">True</property> | |
4197 <property name="label" translatable="yes">While searching for the album's cover, Audacious looks for certain words in the filename. You can specify those words in the lists below, separated using commas.</property> | |
4198 <property name="use_underline">False</property> | |
4199 <property name="use_markup">False</property> | |
4200 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
4201 <property name="wrap">True</property> | |
4202 <property name="selectable">False</property> | |
4203 <property name="xalign">0</property> | |
4204 <property name="yalign">0</property> | |
4205 <property name="xpad">0</property> | |
4206 <property name="ypad">0</property> | |
4207 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
4208 <property name="width_chars">-1</property> | |
4209 <property name="single_line_mode">False</property> | |
4210 <property name="angle">0</property> | |
4211 </widget> | |
4212 <packing> | |
4213 <property name="padding">0</property> | |
4214 <property name="expand">False</property> | |
4215 <property name="fill">False</property> | |
4216 </packing> | |
4217 </child> | |
4218 | |
4219 <child> | |
4220 <widget class="GtkTable" id="table12"> | |
4221 <property name="visible">True</property> | |
4222 <property name="n_rows">2</property> | |
4223 <property name="n_columns">2</property> | |
4224 <property name="homogeneous">False</property> | |
4225 <property name="row_spacing">4</property> | |
4226 <property name="column_spacing">4</property> | |
4227 | |
4228 <child> | |
4229 <widget class="GtkEntry" id="filepopup_settings_cover_name_exclude"> | |
4230 <property name="visible">True</property> | |
4231 <property name="can_focus">True</property> | |
4232 <property name="editable">True</property> | |
4233 <property name="visibility">True</property> | |
4234 <property name="max_length">0</property> | |
4235 <property name="text" translatable="yes"></property> | |
4236 <property name="has_frame">True</property> | |
4237 <property name="invisible_char">*</property> | |
4238 <property name="activates_default">True</property> | |
4239 </widget> | |
4240 <packing> | |
4241 <property name="left_attach">1</property> | |
4242 <property name="right_attach">2</property> | |
4243 <property name="top_attach">1</property> | |
4244 <property name="bottom_attach">2</property> | |
4245 <property name="y_options"></property> | |
4246 </packing> | |
4247 </child> | |
4248 | |
4249 <child> | |
4250 <widget class="GtkLabel" id="label87"> | |
4251 <property name="visible">True</property> | |
4252 <property name="label" translatable="yes">Include:</property> | |
4253 <property name="use_underline">False</property> | |
4254 <property name="use_markup">False</property> | |
4255 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
4256 <property name="wrap">False</property> | |
4257 <property name="selectable">False</property> | |
4258 <property name="xalign">0</property> | |
4259 <property name="yalign">0.5</property> | |
4260 <property name="xpad">0</property> | |
4261 <property name="ypad">0</property> | |
4262 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
4263 <property name="width_chars">-1</property> | |
4264 <property name="single_line_mode">False</property> | |
4265 <property name="angle">0</property> | |
4266 </widget> | |
4267 <packing> | |
4268 <property name="left_attach">0</property> | |
4269 <property name="right_attach">1</property> | |
4270 <property name="top_attach">0</property> | |
4271 <property name="bottom_attach">1</property> | |
4272 <property name="x_options">fill</property> | |
4273 <property name="y_options"></property> | |
4274 </packing> | |
4275 </child> | |
4276 | |
4277 <child> | |
4278 <widget class="GtkLabel" id="label88"> | |
4279 <property name="visible">True</property> | |
4280 <property name="label" translatable="yes">Exclude:</property> | |
4281 <property name="use_underline">False</property> | |
4282 <property name="use_markup">False</property> | |
4283 <property name="justify">GTK_JUSTIFY_LEFT</property> | |
4284 <property name="wrap">False</property> | |
4285 <property name="selectable">False</property> | |
4286 <property name="xalign">0</property> | |
4287 <property name="yalign">0.5</property> | |
4288 <property name="xpad">0</property> | |
4289 <property name="ypad">0</property> | |
4290 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> | |
4291 <property name="width_chars">-1</property> | |
4292 <property name="single_line_mode">False</property> | |
4293 <property name="angle">0</property> | |
4294 </widget> | |
4295 <packing> | |
4296 <property name="left_attach">0</property> | |
4297 <property name="right_attach">1</property> | |
4298 <property name="top_attach">1</property> | |
4299 <property name="bottom_attach">2</property> | |
4300 <property name="x_options">fill</property> | |
4301 <property name="y_options"></property> | |
4302 </packing> | |
4303 </child> | |
4304 | |
4305 <child> | |
4306 <widget class="GtkEntry" id="filepopup_settings_cover_name_include"> | |
4307 <property name="visible">True</property> | |
4308 <property name="can_focus">True</property> | |
4309 <property name="editable">True</property> | |
4310 <property name="visibility">True</property> | |
4311 <property name="max_length">0</property> | |
4312 <property name="text" translatable="yes"></property> | |
4313 <property name="has_frame">True</property> | |
4314 <property name="invisible_char">*</property> | |
4315 <property name="activates_default">True</property> | |
4316 </widget> | |
4317 <packing> | |
4318 <property name="left_attach">1</property> | |
4319 <property name="right_attach">2</property> | |
4320 <property name="top_attach">0</property> | |
4321 <property name="bottom_attach">1</property> | |
4322 <property name="y_options"></property> | |
4323 </packing> | |
4324 </child> | |
4325 </widget> | |
4326 <packing> | |
4327 <property name="padding">0</property> | |
4328 <property name="expand">False</property> | |
4329 <property name="fill">False</property> | |
4330 </packing> | |
4331 </child> | |
1429
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4332 <child> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4333 <widget class="GtkAlignment" id="alignment80"> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4334 <property name="visible">True</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4335 <property name="xalign">0.5</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4336 <property name="yalign">0.5</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4337 <property name="xscale">1</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4338 <property name="yscale">1</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4339 <property name="top_padding">0</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4340 <property name="bottom_padding">0</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4341 <property name="left_padding">12</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4342 <property name="right_padding">0</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4343 |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4344 <child> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4345 <widget class="GtkCheckButton" id="recurse_for_cover"> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4346 <property name="visible">True</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4347 <property name="can_focus">True</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4348 <property name="label" translatable="yes">Recursively search for cover</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4349 <property name="use_underline">True</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4350 <property name="relief">GTK_RELIEF_NORMAL</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4351 <property name="focus_on_click">True</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4352 <property name="active">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4353 <property name="inconsistent">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4354 <property name="draw_indicator">True</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4355 </widget> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4356 </child> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4357 </widget> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4358 </child> |
1413 | 4359 |
4360 <child> | |
1429
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4361 <widget class="GtkAlignment" id="alignment22"> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4362 <property name="visible">True</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4363 <property name="xalign">0.5</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4364 <property name="yalign">0.5</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4365 <property name="xscale">1</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4366 <property name="yscale">1</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4367 <property name="top_padding">0</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4368 <property name="bottom_padding">0</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4369 <property name="left_padding">45</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4370 <property name="right_padding">0</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4371 |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4372 <child> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4373 <widget class="GtkHBox" id="recurse_for_cover_depth_box"> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4374 <property name="visible">True</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4375 <property name="homogeneous">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4376 <property name="spacing">0</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4377 |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4378 <child> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4379 <widget class="GtkLabel" id="label41"> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4380 <property name="visible">True</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4381 <property name="label" translatable="yes">Search depth: </property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4382 <property name="use_underline">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4383 <property name="use_markup">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4384 <property name="justify">GTK_JUSTIFY_LEFT</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4385 <property name="wrap">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4386 <property name="selectable">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4387 <property name="xalign">0.5</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4388 <property name="yalign">0.5</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4389 <property name="xpad">4</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4390 <property name="ypad">0</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4391 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4392 <property name="width_chars">-1</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4393 <property name="single_line_mode">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4394 <property name="angle">0</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4395 </widget> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4396 </child> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4397 |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4398 <child> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4399 <widget class="GtkSpinButton" id="recurse_for_cover_depth"> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4400 <property name="visible">True</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4401 <property name="can_focus">True</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4402 <property name="climb_rate">1</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4403 <property name="digits">0</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4404 <property name="numeric">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4405 <property name="update_policy">GTK_UPDATE_ALWAYS</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4406 <property name="snap_to_ticks">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4407 <property name="wrap">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4408 <property name="adjustment">2 0 100 1 10 10</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4409 <signal name="realize" handler="on_recurse_for_cover_depth_realize" after="yes" last_modification_time="Mon, 24 Jul 2004 23:36:20 GMT"/> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4410 <signal name="value_changed" handler="on_recurse_for_cover_depth_changed" last_modification_time="Mon, 24 Jul 2004 23:36:20 GMT"/> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4411 </widget> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4412 </child> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4413 </widget> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4414 </child> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4415 </widget> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4416 <packing> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4417 <property name="padding">0</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4418 <property name="expand">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4419 <property name="fill">False</property> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4420 </packing> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4421 </child> |
a360afd8df52
[svn] Make annoying recursion that consistently returns wrong art, optional.
nemo
parents:
1413
diff
changeset
|
4422 <child> |
1413 | 4423 <widget class="GtkHButtonBox" id="hbuttonbox10"> |
4424 <property name="visible">True</property> | |
4425 <property name="layout_style">GTK_BUTTONBOX_END</property> | |
4426 <property name="spacing">6</property> | |
4427 | |
4428 <child> | |
4429 <widget class="GtkButton" id="filepopup_settings_cancel"> | |
4430 <property name="visible">True</property> | |
4431 <property name="can_focus">True</property> | |
4432 <property name="label">gtk-cancel</property> | |
4433 <property name="use_stock">True</property> | |
4434 <property name="relief">GTK_RELIEF_NORMAL</property> | |
4435 <property name="focus_on_click">True</property> | |
4436 <signal name="clicked" handler="on_filepopup_settings_cancel_clicked" last_modification_time="Sun, 16 Jul 2006 12:46:13 GMT"/> | |
4437 </widget> | |
4438 </child> | |
4439 | |
4440 <child> | |
4441 <widget class="GtkButton" id="filepopup_settings_ok"> | |
4442 <property name="visible">True</property> | |
4443 <property name="can_default">True</property> | |
4444 <property name="has_default">True</property> | |
4445 <property name="can_focus">True</property> | |
4446 <property name="label">gtk-ok</property> | |
4447 <property name="use_stock">True</property> | |
4448 <property name="relief">GTK_RELIEF_NORMAL</property> | |
4449 <property name="focus_on_click">True</property> | |
4450 <signal name="clicked" handler="on_filepopup_settings_ok_clicked" last_modification_time="Sat, 15 Jul 2006 15:31:39 GMT"/> | |
4451 </widget> | |
4452 </child> | |
4453 </widget> | |
4454 <packing> | |
4455 <property name="padding">0</property> | |
4456 <property name="expand">False</property> | |
4457 <property name="fill">False</property> | |
4458 </packing> | |
4459 </child> | |
4460 </widget> | |
4461 </child> | |
4462 </widget> | |
4463 | |
0 | 4464 </glade-interface> |