annotate src/xs_genui.c @ 334:19c89f9ca2cc

Misc commit.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Sep 2005 02:19:02 +0000
parents 0d2d379a83c0
children 456a30b1d1d7
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