annotate src/xs_genui.c @ 984:2b6184fa7e4a

Updated.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 31 Mar 2013 11:43:27 +0300
parents d183ac29b879
children f3c28acd79b1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 #ifdef HAVE_CONFIG_H
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 # include <config.h>
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 #endif
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 #include <gtk/gtk.h>
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 #include "xs_genui.h"
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 #include "xs_interface.h"
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 #include "xs_glade.h"
334
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
10
716
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
11
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
12 void
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
13 xs_cfg_sp2_filter_new (GtkButton *button,
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
14 gpointer user_data)
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
15 {
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
16
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
17 }
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
18
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
19
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
20 gboolean
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
21 xs_filter_newwin_delete (GtkWidget *widget,
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
22 GdkEvent *event,
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
23 gpointer user_data)
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
24 {
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
25
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
26 return FALSE;
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 653
diff changeset
27 }