annotate src/xs_genui.c @ 342:f8d3e910d07c

Updated year to 2005
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 23 Sep 2005 08:58:03 +0000
parents 456a30b1d1d7
children a0fe42c5b6f4
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
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
11 void
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
12 xs_cfg_samplerate_menu_clicked (GtkButton *button,
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
13 gpointer user_data)
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
14 {
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
15
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
16 }
19c89f9ca2cc Misc commit.
Matti Hamalainen <ccr@tnsp.org>
parents: 282
diff changeset
17
339
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
18
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
19 void
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
20 xs_cfg_filter_sync_clicked (GtkButton *button,
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
21 gpointer user_data)
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
22 {
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
23
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
24 }
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
25
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
26
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
27 void
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
28 xs_cfg_filter2_reset (GtkButton *button,
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
29 gpointer user_data)
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
30 {
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
31
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
32 }
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
33
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
34
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
35 void
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
36 xs_cfg_filter2_sync_clicked (GtkButton *button,
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
37 gpointer user_data)
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
38 {
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
39
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
40 }
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
41
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
42