annotate src/xs_genui.h @ 980:1cd7dead1b56

Add dedication to Taneli, as well. :(
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Mar 2013 15:09:47 +0200
parents 911401ea2145
children
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 #include <gtk/gtk.h>
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
4 gboolean
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
5 xs_configwin_delete (GtkWidget *widget,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
6 GdkEvent *event,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
7 gpointer user_data);
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
8
16
09fc890b5d3c Added new files
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 void
77
3fca0b13a80a Configuration panel tweaking
Matti Hamalainen <ccr@tnsp.org>
parents: 42
diff changeset
10 xs_cfg_emu_sidplay1_toggled (GtkToggleButton *togglebutton,
3fca0b13a80a Configuration panel tweaking
Matti Hamalainen <ccr@tnsp.org>
parents: 42
diff changeset
11 gpointer user_data);
3fca0b13a80a Configuration panel tweaking
Matti Hamalainen <ccr@tnsp.org>
parents: 42
diff changeset
12
3fca0b13a80a Configuration panel tweaking
Matti Hamalainen <ccr@tnsp.org>
parents: 42
diff changeset
13 void
3fca0b13a80a Configuration panel tweaking
Matti Hamalainen <ccr@tnsp.org>
parents: 42
diff changeset
14 xs_cfg_emu_sidplay2_toggled (GtkToggleButton *togglebutton,
3fca0b13a80a Configuration panel tweaking
Matti Hamalainen <ccr@tnsp.org>
parents: 42
diff changeset
15 gpointer user_data);
3fca0b13a80a Configuration panel tweaking
Matti Hamalainen <ccr@tnsp.org>
parents: 42
diff changeset
16
3fca0b13a80a Configuration panel tweaking
Matti Hamalainen <ccr@tnsp.org>
parents: 42
diff changeset
17 void
3fca0b13a80a Configuration panel tweaking
Matti Hamalainen <ccr@tnsp.org>
parents: 42
diff changeset
18 xs_cfg_emu_filters_toggled (GtkToggleButton *togglebutton,
3fca0b13a80a Configuration panel tweaking
Matti Hamalainen <ccr@tnsp.org>
parents: 42
diff changeset
19 gpointer user_data);
78
ab522ab65c85 Various fixes and improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 77
diff changeset
20
ab522ab65c85 Various fixes and improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 77
diff changeset
21 void
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
22 xs_cfg_sp1_filter_reset (GtkButton *button,
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
23 gpointer user_data);
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
24
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
25 void
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
26 xs_cfg_sp2_filter_export (GtkButton *button,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
27 gpointer user_data);
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
28
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
29 void
553
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
30 xs_cfg_sp2_filter_load (GtkButton *button,
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
31 gpointer user_data);
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
32
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
33 void
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
34 xs_cfg_sp2_filter_save (GtkButton *button,
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
35 gpointer user_data);
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
36
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
37 void
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
38 xs_cfg_sp2_filter_import (GtkButton *button,
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
39 gpointer user_data);
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
40
cf32867a71ed GUI updates.
Matti Hamalainen <ccr@tnsp.org>
parents: 524
diff changeset
41 void
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
42 xs_cfg_sp2_filter_delete (GtkButton *button,
103
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
43 gpointer user_data);
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
44
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
45 void
257
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
46 xs_cfg_mintime_enable_toggled (GtkToggleButton *togglebutton,
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
47 gpointer user_data);
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
48
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
49 void
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
50 xs_cfg_mintime_changed (GtkEditable *editable,
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
51 gpointer user_data);
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
52
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
53 void
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
54 xs_cfg_maxtime_enable_toggled (GtkToggleButton *togglebutton,
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
55 gpointer user_data);
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
56
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
57 void
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
58 xs_cfg_maxtime_changed (GtkEditable *editable,
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
59 gpointer user_data);
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
60
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
61 void
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
62 xs_cfg_sldb_enable_toggled (GtkToggleButton *togglebutton,
257
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
63 gpointer user_data);
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
64
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
65 void
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
66 xs_cfg_sldb_browse (GtkButton *button,
103
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
67 gpointer user_data);
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
68
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
69 void
257
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
70 xs_cfg_stil_enable_toggled (GtkToggleButton *togglebutton,
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
71 gpointer user_data);
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
72
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
73 void
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
74 xs_cfg_stil_browse (GtkButton *button,
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
75 gpointer user_data);
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
76
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
77 void
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
78 xs_cfg_hvsc_browse (GtkButton *button,
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
79 gpointer user_data);
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
80
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
81 void
78
ab522ab65c85 Various fixes and improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 77
diff changeset
82 xs_cfg_ftitle_override_toggled (GtkToggleButton *togglebutton,
ab522ab65c85 Various fixes and improvements
Matti Hamalainen <ccr@tnsp.org>
parents: 77
diff changeset
83 gpointer user_data);
103
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
84
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
85 void
257
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
86 xs_cfg_subauto_enable_toggled (GtkToggleButton *togglebutton,
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
87 gpointer user_data);
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
88
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
89 void
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
90 xs_cfg_subauto_min_only_toggled (GtkToggleButton *togglebutton,
103
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
91 gpointer user_data);
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
92
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
93 void
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
94 xs_cfg_ok (GtkButton *button,
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
95 gpointer user_data);
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
96
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
97 void
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
98 xs_cfg_cancel (GtkButton *button,
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
99 gpointer user_data);
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
100
339
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
101 gboolean
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
102 xs_fileinfo_delete (GtkWidget *widget,
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
103 GdkEvent *event,
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
104 gpointer user_data);
456a30b1d1d7 UI changes.
Matti Hamalainen <ccr@tnsp.org>
parents: 334
diff changeset
105
103
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
106 void
257
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
107 xs_subctrl_prevsong (GtkButton *button,
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
108 gpointer user_data);
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
109
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
110 void
3318a3028de6 Latest glade-generated header.
Matti Hamalainen <ccr@tnsp.org>
parents: 202
diff changeset
111 xs_subctrl_nextsong (GtkButton *button,
103
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
112 gpointer user_data);
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
113
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
114 void
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
115 xs_fileinfo_ok (GtkButton *button,
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
116 gpointer user_data);
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
117
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
118 gboolean
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
119 xs_sldb_fs_delete (GtkWidget *widget,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
120 GdkEvent *event,
103
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
121 gpointer user_data);
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
122
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
123 void
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
124 xs_sldb_fs_ok (GtkButton *button,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
125 gpointer user_data);
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
126
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
127 void
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
128 xs_sldb_fs_cancel (GtkButton *button,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
129 gpointer user_data);
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
130
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
131 gboolean
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
132 xs_stil_fs_delete (GtkWidget *widget,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
133 GdkEvent *event,
103
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
134 gpointer user_data);
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
135
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
136 void
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
137 xs_stil_fs_ok (GtkButton *button,
103
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
138 gpointer user_data);
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
139
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
140 void
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
141 xs_stil_fs_cancel (GtkButton *button,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
142 gpointer user_data);
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
143
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
144 gboolean
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
145 xs_hvsc_fs_delete (GtkWidget *widget,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
146 GdkEvent *event,
103
fe83646e6baa Changed plrFillBuffer()-functions to return actual number of samples computed.
Matti Hamalainen <ccr@tnsp.org>
parents: 78
diff changeset
147 gpointer user_data);
109
578b71b62eeb Fileinfo now basically working, STIL COMMENT-fields are not yet parsed or shown.
Matti Hamalainen <ccr@tnsp.org>
parents: 103
diff changeset
148
578b71b62eeb Fileinfo now basically working, STIL COMMENT-fields are not yet parsed or shown.
Matti Hamalainen <ccr@tnsp.org>
parents: 103
diff changeset
149 void
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
150 xs_hvsc_fs_ok (GtkButton *button,
127
ddb513bd2610 Improved audio format support, now supported formats are "queried" from
Matti Hamalainen <ccr@tnsp.org>
parents: 109
diff changeset
151 gpointer user_data);
ddb513bd2610 Improved audio format support, now supported formats are "queried" from
Matti Hamalainen <ccr@tnsp.org>
parents: 109
diff changeset
152
ddb513bd2610 Improved audio format support, now supported formats are "queried" from
Matti Hamalainen <ccr@tnsp.org>
parents: 109
diff changeset
153 void
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
154 xs_hvsc_fs_cancel (GtkButton *button,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
155 gpointer user_data);
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
156
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
157 gboolean
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
158 xs_filter_import_fs_delete (GtkWidget *widget,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
159 GdkEvent *event,
127
ddb513bd2610 Improved audio format support, now supported formats are "queried" from
Matti Hamalainen <ccr@tnsp.org>
parents: 109
diff changeset
160 gpointer user_data);
577
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
161
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
162 void
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
163 xs_filter_import_fs_ok (GtkButton *button,
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
164 gpointer user_data);
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
165
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
166 void
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
167 xs_filter_import_fs_cancel (GtkButton *button,
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
168 gpointer user_data);
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
169
589
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
170 gboolean
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
171 xs_filter_export_fs_delete (GtkWidget *widget,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
172 GdkEvent *event,
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
173 gpointer user_data);
a437571d0fc5 Work on GUI and filter config code.
Matti Hamalainen <ccr@tnsp.org>
parents: 577
diff changeset
174
577
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
175 void
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
176 xs_filter_export_fs_ok (GtkButton *button,
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
177 gpointer user_data);
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
178
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
179 void
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
180 xs_filter_export_fs_cancel (GtkButton *button,
fdddab8f0c1b Scrubbing through the filter configuration code; Configuration dialog
Matti Hamalainen <ccr@tnsp.org>
parents: 553
diff changeset
181 gpointer user_data);
612
32fc27395220 About window wasn't handling delete_event properly, fixed; Cleaned up event handling a bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 589
diff changeset
182
32fc27395220 About window wasn't handling delete_event properly, fixed; Cleaned up event handling a bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 589
diff changeset
183 gboolean
32fc27395220 About window wasn't handling delete_event properly, fixed; Cleaned up event handling a bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 589
diff changeset
184 xs_confirmwin_delete (GtkWidget *widget,
32fc27395220 About window wasn't handling delete_event properly, fixed; Cleaned up event handling a bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 589
diff changeset
185 GdkEvent *event,
32fc27395220 About window wasn't handling delete_event properly, fixed; Cleaned up event handling a bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 589
diff changeset
186 gpointer user_data);
716
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 612
diff changeset
187
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 612
diff changeset
188 void
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 612
diff changeset
189 xs_cfg_sp2_filter_new (GtkButton *button,
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 612
diff changeset
190 gpointer user_data);
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 612
diff changeset
191
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 612
diff changeset
192 gboolean
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 612
diff changeset
193 xs_filter_newwin_delete (GtkWidget *widget,
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 612
diff changeset
194 GdkEvent *event,
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 612
diff changeset
195 gpointer user_data);
5f215b88d507 Some work on the GUI.
Matti Hamalainen <ccr@tnsp.org>
parents: 612
diff changeset
196
871
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
197
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
198 void
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
199 xs_cfg_rom_browse (GtkButton *button,
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
200 gpointer user_data);
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
201
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
202 gboolean
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
203 xs_rom_fs_delete (GtkWidget *widget,
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
204 GdkEvent *event,
d183ac29b879 Add ROM image path configuration.
Matti Hamalainen <ccr@tnsp.org>
parents: 748
diff changeset
205 gpointer user_data);
874
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
206
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
207 void
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
208 xs_rom_fs_ok (GtkButton *button,
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
209 gpointer user_data);
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
210
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
211 void
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
212 xs_rom_fs_cancel (GtkButton *button,
350f755549dd More work on the ROM images configuration stuff.
Matti Hamalainen <ccr@tnsp.org>
parents: 871
diff changeset
213 gpointer user_data);
896
911401ea2145 Add message box functionality.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
214
911401ea2145 Add message box functionality.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
215 void
911401ea2145 Add message box functionality.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
216 xs_messagebox_ok (GtkButton *button,
911401ea2145 Add message box functionality.
Matti Hamalainen <ccr@tnsp.org>
parents: 874
diff changeset
217 gpointer user_data);