This development deserves a new version number!
[pylooper.git] / pylooper.glade
blob02c04216a92b9365d17f1a76214cfeb6122378de
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--Generated with glade3 3.4.5 on Wed May 21 22:42:45 2008 -->
4 <glade-interface>
5 <requires lib="bonobo"/>
6 <requires lib="gnome"/>
7 <widget class="GnomeApp" id="app1">
8 <signal name="destroy" handler="gtk_main_quit"/>
9 <child internal-child="dock">
10 <widget class="BonoboDock" id="app1-dock1">
11 <child>
12 <widget class="BonoboDockItem" id="dockitem1">
13 <property name="visible">True</property>
14 <child>
15 <widget class="GtkMenuBar" id="menubar1">
16 <property name="visible">True</property>
17 <child>
18 <widget class="GtkMenuItem" id="menuitem1">
19 <property name="visible">True</property>
20 <property name="label" translatable="yes">_File</property>
21 <property name="use_underline">True</property>
22 <child>
23 <widget class="GtkMenu" id="menu1">
24 <property name="visible">True</property>
25 <child>
26 <widget class="GtkImageMenuItem" id="imagemenuitem3">
27 <property name="visible">True</property>
28 <property name="label" translatable="yes">gtk-save</property>
29 <property name="use_underline">True</property>
30 <property name="use_stock">True</property>
31 <signal name="activate" handler="save"/>
32 </widget>
33 </child>
34 <child>
35 <widget class="GtkImageMenuItem" id="imagemenuitem4">
36 <property name="visible">True</property>
37 <property name="label" translatable="yes">gtk-save-as</property>
38 <property name="use_underline">True</property>
39 <property name="use_stock">True</property>
40 <signal name="activate" handler="saveas"/>
41 </widget>
42 </child>
43 <child>
44 <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
45 <property name="visible">True</property>
46 </widget>
47 </child>
48 <child>
49 <widget class="GtkImageMenuItem" id="imagemenuitem5">
50 <property name="visible">True</property>
51 <property name="label" translatable="yes">gtk-quit</property>
52 <property name="use_underline">True</property>
53 <property name="use_stock">True</property>
54 <signal name="activate" handler="gtk_main_quit"/>
55 </widget>
56 </child>
57 </widget>
58 </child>
59 </widget>
60 </child>
61 <child>
62 <widget class="GtkMenuItem" id="menuitem4">
63 <property name="visible">True</property>
64 <property name="label" translatable="yes">_Help</property>
65 <property name="use_underline">True</property>
66 <child>
67 <widget class="GtkMenu" id="menu3">
68 <property name="visible">True</property>
69 <child>
70 <widget class="GtkImageMenuItem" id="imagemenuitem10">
71 <property name="visible">True</property>
72 <property name="label" translatable="yes">gtk-about</property>
73 <property name="use_underline">True</property>
74 <property name="use_stock">True</property>
75 <signal name="activate" handler="show_about_dialog"/>
76 </widget>
77 </child>
78 </widget>
79 </child>
80 </widget>
81 </child>
82 </widget>
83 </child>
84 </widget>
85 <packing>
86 <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE | BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL | BONOBO_DOCK_ITEM_BEH_LOCKED</property>
87 </packing>
88 </child>
89 <child>
90 <widget class="GtkVBox" id="vbox1">
91 <property name="visible">True</property>
92 <child>
93 <widget class="GtkHBox" id="hbox1">
94 <property name="visible">True</property>
95 <child>
96 <widget class="GtkHButtonBox" id="hbuttonbox1">
97 <property name="visible">True</property>
98 <property name="layout_style">GTK_BUTTONBOX_SPREAD</property>
99 <child>
100 <widget class="GtkButton" id="playpausebutton">
101 <property name="visible">True</property>
102 <property name="can_focus">True</property>
103 <property name="receives_default">True</property>
104 <property name="label" translatable="yes">gtk-media-play</property>
105 <property name="use_stock">True</property>
106 <property name="response_id">0</property>
107 <signal name="pressed" handler="playpause"/>
108 </widget>
109 </child>
110 <child>
111 <widget class="GtkFileChooserButton" id="openfilechooserbutton">
112 <property name="visible">True</property>
113 <signal name="file_set" handler="open"/>
114 </widget>
115 <packing>
116 <property name="position">2</property>
117 </packing>
118 </child>
119 </widget>
120 <packing>
121 <property name="expand">False</property>
122 </packing>
123 </child>
124 <child>
125 <widget class="GtkLabel" id="currentplayinglabel">
126 <property name="visible">True</property>
127 <property name="label" translatable="yes">label</property>
128 </widget>
129 <packing>
130 <property name="position">1</property>
131 </packing>
132 </child>
133 </widget>
134 <packing>
135 <property name="expand">False</property>
136 </packing>
137 </child>
138 <child>
139 <placeholder/>
140 </child>
141 <child>
142 <widget class="GtkVBox" id="vbox2">
143 <property name="visible">True</property>
144 <child>
145 <widget class="GtkHButtonBox" id="hbuttonbox2">
146 <property name="visible">True</property>
147 <property name="layout_style">GTK_BUTTONBOX_SPREAD</property>
148 <child>
149 <widget class="GtkButton" id="addbutton">
150 <property name="visible">True</property>
151 <property name="can_focus">True</property>
152 <property name="receives_default">True</property>
153 <property name="label" translatable="yes">gtk-add</property>
154 <property name="use_stock">True</property>
155 <property name="response_id">0</property>
156 <signal name="pressed" handler="add"/>
157 </widget>
158 </child>
159 <child>
160 <widget class="GtkButton" id="savebutton">
161 <property name="visible">True</property>
162 <property name="can_focus">True</property>
163 <property name="receives_default">True</property>
164 <property name="label" translatable="yes">gtk-save</property>
165 <property name="use_stock">True</property>
166 <property name="response_id">0</property>
167 <signal name="pressed" handler="save"/>
168 </widget>
169 <packing>
170 <property name="position">1</property>
171 </packing>
172 </child>
173 <child>
174 <widget class="GtkButton" id="trashbutton">
175 <property name="visible">True</property>
176 <property name="can_focus">True</property>
177 <property name="receives_default">True</property>
178 <property name="label" translatable="yes">gtk-delete</property>
179 <property name="use_stock">True</property>
180 <property name="response_id">0</property>
181 <signal name="pressed" handler="delete"/>
182 </widget>
183 <packing>
184 <property name="position">2</property>
185 </packing>
186 </child>
187 </widget>
188 <packing>
189 <property name="expand">False</property>
190 </packing>
191 </child>
192 <child>
193 <widget class="GtkTreeView" id="treeview">
194 <property name="height_request">150</property>
195 <property name="visible">True</property>
196 <property name="can_focus">True</property>
197 <property name="headers_clickable">True</property>
198 </widget>
199 <packing>
200 <property name="position">1</property>
201 </packing>
202 </child>
203 </widget>
204 <packing>
205 <property name="pack_type">GTK_PACK_END</property>
206 <property name="position">2</property>
207 </packing>
208 </child>
209 </widget>
210 </child>
211 </widget>
212 <packing>
213 <property name="expand">True</property>
214 <property name="fill">True</property>
215 </packing>
216 </child>
217 <child internal-child="appbar">
218 <widget class="GnomeAppBar" id="app1-appbar1">
219 <property name="visible">True</property>
220 <property name="spacing">4</property>
221 <property name="has_progress">True</property>
222 <property name="has_status">True</property>
223 </widget>
224 <packing>
225 <property name="position">1</property>
226 </packing>
227 </child>
228 </widget>
229 <widget class="GtkAboutDialog" id="aboutdialog1">
230 <property name="border_width">5</property>
231 <property name="title" translatable="yes">About Glade</property>
232 <property name="resizable">False</property>
233 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
234 <property name="destroy_with_parent">True</property>
235 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
236 <property name="has_separator">False</property>
237 <property name="program_name">PyLooper</property>
238 <property name="version">0.1.0</property>
239 <property name="copyright" translatable="yes">©2008 Leif Walsh</property>
240 <property name="comments" translatable="yes">Practice your favorite song!</property>
241 <signal name="close" handler="gtk_widget_destroy"/>
242 <signal name="destroy" handler="gtk_widget_destroy"/>
243 <child internal-child="vbox">
244 <widget class="GtkVBox" id="dialog-vbox1">
245 <property name="visible">True</property>
246 <property name="spacing">2</property>
247 <child>
248 <placeholder/>
249 </child>
250 <child internal-child="action_area">
251 <widget class="GtkHButtonBox" id="dialog-action_area1">
252 <property name="visible">True</property>
253 <property name="layout_style">GTK_BUTTONBOX_END</property>
254 </widget>
255 <packing>
256 <property name="expand">False</property>
257 <property name="pack_type">GTK_PACK_END</property>
258 </packing>
259 </child>
260 </widget>
261 </child>
262 </widget>
263 <widget class="GtkFileChooserDialog" id="savefilechooserdialog">
264 <property name="border_width">5</property>
265 <property name="modal">True</property>
266 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
267 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
268 <property name="has_separator">False</property>
269 <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property>
270 <child internal-child="vbox">
271 <widget class="GtkVBox" id="dialog-vbox2">
272 <property name="visible">True</property>
273 <property name="spacing">2</property>
274 <child>
275 <placeholder/>
276 </child>
277 <child internal-child="action_area">
278 <widget class="GtkHButtonBox" id="dialog-action_area2">
279 <property name="visible">True</property>
280 <property name="layout_style">GTK_BUTTONBOX_END</property>
281 <child>
282 <widget class="GtkButton" id="button1">
283 <property name="visible">True</property>
284 <property name="can_focus">True</property>
285 <property name="label" translatable="yes">gtk-cancel</property>
286 <property name="use_stock">True</property>
287 <property name="response_id">-6</property>
288 </widget>
289 </child>
290 <child>
291 <widget class="GtkButton" id="button2">
292 <property name="visible">True</property>
293 <property name="can_focus">True</property>
294 <property name="can_default">True</property>
295 <property name="receives_default">True</property>
296 <property name="label" translatable="yes">gtk-ok</property>
297 <property name="use_stock">True</property>
298 <property name="response_id">-5</property>
299 </widget>
300 <packing>
301 <property name="position">1</property>
302 </packing>
303 </child>
304 </widget>
305 <packing>
306 <property name="expand">False</property>
307 <property name="pack_type">GTK_PACK_END</property>
308 </packing>
309 </child>
310 </widget>
311 </child>
312 </widget>
313 </glade-interface>