changeset 563:8e1f8e3f0b63

Added file dialogs for importing and exporting of filters.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Mar 2007 21:06:00 +0000
parents b8981dc5fb13
children 55271beca14c
files xmms-sid.glade
diffstat 1 files changed, 88 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xmms-sid.glade	Wed Mar 14 20:21:05 2007 +0000
+++ b/xmms-sid.glade	Wed Mar 14 21:06:00 2007 +0000
@@ -3077,4 +3077,92 @@
   </widget>
 </widget>
 
+<widget>
+  <class>GtkFileSelection</class>
+  <name>xs_filterimportselector</name>
+  <border_width>10</border_width>
+  <title>Select SIDPlay2 filters file for importing</title>
+  <type>GTK_WINDOW_TOPLEVEL</type>
+  <position>GTK_WIN_POS_NONE</position>
+  <modal>True</modal>
+  <allow_shrink>False</allow_shrink>
+  <allow_grow>True</allow_grow>
+  <auto_shrink>False</auto_shrink>
+  <show_file_op_buttons>False</show_file_op_buttons>
+
+  <widget>
+    <class>GtkButton</class>
+    <child_name>FileSel:ok_button</child_name>
+    <name>ok_button64</name>
+    <can_default>True</can_default>
+    <can_focus>True</can_focus>
+    <signal>
+      <name>clicked</name>
+      <handler>xs_filter_import_fs_ok</handler>
+      <last_modification_time>Wed, 14 Jan 2004 14:36:41 GMT</last_modification_time>
+    </signal>
+    <label>OK</label>
+    <relief>GTK_RELIEF_NORMAL</relief>
+  </widget>
+
+  <widget>
+    <class>GtkButton</class>
+    <child_name>FileSel:cancel_button</child_name>
+    <name>cancel_button64</name>
+    <can_default>True</can_default>
+    <can_focus>True</can_focus>
+    <signal>
+      <name>clicked</name>
+      <handler>xs_filter_import_fs_cancel</handler>
+      <last_modification_time>Wed, 14 Jan 2004 14:37:04 GMT</last_modification_time>
+    </signal>
+    <label>Cancel</label>
+    <relief>GTK_RELIEF_NORMAL</relief>
+  </widget>
+</widget>
+
+<widget>
+  <class>GtkFileSelection</class>
+  <name>xs_filterexportselector</name>
+  <border_width>10</border_width>
+  <title>Select SIDPlay2 filters file for exporting</title>
+  <type>GTK_WINDOW_TOPLEVEL</type>
+  <position>GTK_WIN_POS_NONE</position>
+  <modal>True</modal>
+  <allow_shrink>False</allow_shrink>
+  <allow_grow>True</allow_grow>
+  <auto_shrink>False</auto_shrink>
+  <show_file_op_buttons>False</show_file_op_buttons>
+
+  <widget>
+    <class>GtkButton</class>
+    <child_name>FileSel:ok_button</child_name>
+    <name>ok_button64</name>
+    <can_default>True</can_default>
+    <can_focus>True</can_focus>
+    <signal>
+      <name>clicked</name>
+      <handler>xs_filter_export_fs_ok</handler>
+      <last_modification_time>Wed, 14 Jan 2004 14:36:41 GMT</last_modification_time>
+    </signal>
+    <label>OK</label>
+    <relief>GTK_RELIEF_NORMAL</relief>
+  </widget>
+
+  <widget>
+    <class>GtkButton</class>
+    <child_name>FileSel:cancel_button</child_name>
+    <name>cancel_button64</name>
+    <can_default>True</can_default>
+    <can_focus>True</can_focus>
+    <signal>
+      <name>clicked</name>
+      <handler>xs_filter_export_fs_cancel</handler>
+      <last_modification_time>Wed, 14 Jan 2004 14:37:04 GMT</last_modification_time>
+    </signal>
+    <label>Cancel</label>
+    <relief>GTK_RELIEF_NORMAL</relief>
+  </widget>
+</widget>
+
 </GTK-Interface>