diff src/xs_genui.h @ 577:fdddab8f0c1b

Scrubbing through the filter configuration code; Configuration dialog window delete event was not handled and caused problems if WM's "close window" was used, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Mar 2007 13:43:00 +0000
parents cf32867a71ed
children a437571d0fc5
line wrap: on
line diff
--- a/src/xs_genui.h	Tue Mar 20 13:14:02 2007 +0000
+++ b/src/xs_genui.h	Tue Mar 20 13:43:00 2007 +0000
@@ -133,3 +133,28 @@
 void
 xs_cfg_hvsc_fs_cancel                  (GtkButton       *button,
                                         gpointer         user_data);
+
+void
+xs_filter_import_fs_ok                 (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+xs_filter_import_fs_cancel             (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+xs_filter_export_fs_ok                 (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+xs_filter_export_fs_cancel             (GtkButton       *button,
+                                        gpointer         user_data);
+
+void
+xs_cfg_sp2_filter_delete               (GtkButton       *button,
+                                        gpointer         user_data);
+
+gboolean
+xs_configwin_delete                    (GtkWidget       *widget,
+                                        GdkEvent        *event,
+                                        gpointer         user_data);