comparison src/xs_genui.c @ 716:5f215b88d507

Some work on the GUI.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Feb 2009 15:42:32 +0200
parents 63f58960dd54
children d183ac29b879
comparison
equal deleted inserted replaced
715:6b7fa8232d87 716:5f215b88d507
6 6
7 #include "xs_genui.h" 7 #include "xs_genui.h"
8 #include "xs_interface.h" 8 #include "xs_interface.h"
9 #include "xs_glade.h" 9 #include "xs_glade.h"
10 10
11
12 void
13 xs_cfg_sp2_filter_new (GtkButton *button,
14 gpointer user_data)
15 {
16
17 }
18
19
20 gboolean
21 xs_filter_newwin_delete (GtkWidget *widget,
22 GdkEvent *event,
23 gpointer user_data)
24 {
25
26 return FALSE;
27 }
28
29