Mercurial > audlegacy-plugins
annotate src/sid/xs_interface.c @ 2850:587b3657990d
xiph now updates the streams as well; i am aware of gui crashing when adding xiph streams, but tomorrow is another lovely day
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Tue, 29 Jul 2008 00:20:31 +0300 |
parents | 2e28d949789d |
children |
rev | line source |
---|---|
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1 /* |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
2 * DO NOT EDIT THIS FILE - it is generated by Glade. |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
3 */ |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
4 |
1948
66fb09cd894e
Backed out changeset 05b9abd78a87
Matti Hamalainen <ccr@tnsp.org>
parents:
1945
diff
changeset
|
5 #ifdef HAVE_CONFIG_H |
66fb09cd894e
Backed out changeset 05b9abd78a87
Matti Hamalainen <ccr@tnsp.org>
parents:
1945
diff
changeset
|
6 # include <config.h> |
66fb09cd894e
Backed out changeset 05b9abd78a87
Matti Hamalainen <ccr@tnsp.org>
parents:
1945
diff
changeset
|
7 #endif |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
8 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
9 #include <sys/types.h> |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
10 #include <sys/stat.h> |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
11 #include <unistd.h> |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
12 #include <string.h> |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
13 #include <stdio.h> |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
14 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
15 #include <gdk/gdkkeysyms.h> |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
16 #include <gtk/gtk.h> |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
17 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
18 #include "xs_genui.h" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
19 #include "xs_interface.h" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
20 #include "xs_glade.h" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
21 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
22 #define GLADE_HOOKUP_OBJECT(component,widget,name) \ |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
23 g_object_set_data_full (G_OBJECT (component), name, \ |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
24 gtk_widget_ref (widget), (GDestroyNotify) gtk_widget_unref) |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
25 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
26 #define GLADE_HOOKUP_OBJECT_NO_REF(component,widget,name) \ |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
27 g_object_set_data (G_OBJECT (component), name, widget) |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
28 |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
29 GtkWidget* |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
30 create_xs_configwin (void) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
31 { |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
32 GtkWidget *xs_configwin; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
33 GtkWidget *w_vbox1; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
34 GtkWidget *cfg_notebook; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
35 GtkWidget *w_vbox6; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
36 GtkWidget *w_hbox2; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
37 GtkWidget *cfg_sndres_frame; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
38 GtkWidget *w_vbox9; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
39 GtkWidget *cfg_res_8bit; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
40 GSList *cfg_res_8bit_group = NULL; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
41 GtkWidget *cfg_res_16bit; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
42 GtkWidget *label1; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
43 GtkWidget *cfg_channels_frame; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
44 GtkWidget *w_vbox10; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
45 GtkWidget *cfg_chn_mono; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
46 GSList *cfg_chn_mono_group = NULL; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
47 GtkWidget *cfg_chn_stereo; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
48 GtkWidget *cfg_chn_autopan; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
49 GtkWidget *label2; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
50 GtkWidget *cfg_samplerate_frame; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
51 GtkWidget *w_hbox4; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
52 GtkWidget *cfg_samplerate_combo; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
53 GList *cfg_samplerate_combo_items = NULL; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
54 GtkWidget *cfg_samplerate; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
55 GtkWidget *w_label8; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
56 GtkWidget *w_label54; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
57 GtkWidget *label3; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
58 GtkWidget *cfg_oversample_frame; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
59 GtkWidget *w_vbox27; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
60 GtkWidget *cfg_oversample; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
61 GtkWidget *cfg_oversample_box; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
62 GtkWidget *cfg_oversample_label1; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
63 GtkObject *cfg_oversample_factor_adj; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
64 GtkWidget *cfg_oversample_factor; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
65 GtkWidget *cfg_oversample_label2; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
66 GtkWidget *label4; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
67 GtkWidget *w_label1; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
68 GtkWidget *w_vbox2; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
69 GtkWidget *w_hbox1; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
70 GtkWidget *cfg_clock_frame; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
71 GtkWidget *w_vbox4; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
72 GtkWidget *cfg_emu_clock_force; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
73 GtkWidget *cfg_emu_clock_pal; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
74 GSList *cfg_emu_clock_pal_group = NULL; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
75 GtkWidget *cfg_emu_clock_ntsc; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
76 GtkWidget *label5; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
77 GtkWidget *cfg_sid_model_frame; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
78 GtkWidget *w_vbox3; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
79 GtkWidget *cfg_emu_sid_force; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
80 GtkWidget *cfg_emu_mos6581; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
81 GSList *cfg_emu_mos6581_group = NULL; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
82 GtkWidget *cfg_emu_mos8580; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
83 GtkWidget *label6; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
84 GtkWidget *cfg_emulib_frame; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
85 GtkWidget *w_vbox26; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
86 GtkWidget *cfg_emu_sidplay1; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
87 GSList *cfg_emu_sidplay1_group = NULL; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
88 GtkWidget *cfg_emu_sidplay2; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
89 GtkWidget *label7; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
90 GtkWidget *cfg_memmode_frame; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
91 GtkWidget *w_vbox5; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
92 GtkWidget *cfg_emu_mem_real; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
93 GSList *cfg_emu_mem_real_group = NULL; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
94 GtkWidget *cfg_emu_mem_banksw; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
95 GtkWidget *cfg_emu_mem_transrom; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
96 GtkWidget *cfg_emu_mem_playsid; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
97 GtkWidget *label8; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
98 GtkWidget *w_label2; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
99 GtkWidget *w_vbox29; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
100 GtkWidget *cfg_sidplay2_frame; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
101 GtkWidget *w_vbox30; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
102 GtkWidget *cfg_emu_sp2_opt; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
103 GtkWidget *cfg_emu_sp2_resid; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
104 GSList *cfg_emu_sp2_resid_group = NULL; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
105 GtkWidget *cfg_emu_sp2_hardsid; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
106 GtkWidget *label9; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
107 GtkWidget *cfg_resid_frame; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
108 GtkWidget *w_vbox37; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
109 GtkWidget *cfg_emu_resid_fast; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
110 GSList *cfg_emu_resid_fast_group = NULL; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
111 GtkWidget *cfg_emu_resid_int; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
112 GtkWidget *cfg_emu_resid_res_fast; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
113 GtkWidget *cfg_emu_resid_res_int; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
114 GtkWidget *label10; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
115 GtkWidget *w_label48; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
116 GtkWidget *w_vbox25; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
117 GtkWidget *cfg_emu_filters; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
118 GtkWidget *cfg_filters_notebook; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
119 GtkWidget *cfg_box_filter_sidplay1; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
120 GtkWidget *cfg_sp1_frm_fs; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
121 GtkWidget *cfg_sp1_filter_fs; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
122 GtkWidget *label11; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
123 GtkWidget *cfg_sp1_frm_fm; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
124 GtkWidget *cfg_sp1_filter_fm; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
125 GtkWidget *label12; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
126 GtkWidget *cfg_sp1_frm_ft; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
127 GtkWidget *cfg_sp1_filter_ft; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
128 GtkWidget *label13; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
129 GtkWidget *w_vbox17; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
130 GtkWidget *cfg_sp1_filter_reset; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
131 GtkWidget *w_label55; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
132 GtkWidget *cfg_box_filter_sidplay2; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
133 GtkWidget *cfg_sp_filter_controlbox; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
134 GtkWidget *cfg_sp2_filter_combo; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
135 GList *cfg_sp2_filter_combo_items = NULL; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
136 GtkWidget *cfg_sp2_filter_combo_entry; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
137 GtkWidget *table3; |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
138 GtkWidget *cfg_sp2_filter_export; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
139 GtkWidget *cfg_sp2_filter_load; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
140 GtkWidget *cfg_sp2_filter_save; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
141 GtkWidget *cfg_sp2_filter_import; |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
142 GtkWidget *cfg_sp2_filter_delete; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
143 GtkWidget *cfg_sp2_filter_frame; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
144 GtkWidget *label14; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
145 GtkWidget *w_label56; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
146 GtkWidget *w_label24; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
147 GtkWidget *w_vbox20; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
148 GtkWidget *w_frame29; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
149 GtkWidget *w_vbox32; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
150 GtkWidget *cfg_mintime_enable; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
151 GtkWidget *cfg_mintime_box; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
152 GtkWidget *cfg_mintime_label1; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
153 GtkObject *cfg_mintime_adj; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
154 GtkWidget *cfg_mintime; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
155 GtkWidget *cfg_mintime_label2; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
156 GtkWidget *label15; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
157 GtkWidget *w_frame21; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
158 GtkWidget *w_vbox21; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
159 GtkWidget *cfg_maxtime_enable; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
160 GtkWidget *cfg_maxtime_unknown; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
161 GtkWidget *cfg_maxtime_box; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
162 GtkWidget *cfg_maxtime_label1; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
163 GtkObject *cfg_maxtime_adj; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
164 GtkWidget *cfg_maxtime; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
165 GtkWidget *cfg_maxtime_label2; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
166 GtkWidget *label16; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
167 GtkWidget *w_frame18; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
168 GtkWidget *w_vbox18; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
169 GtkWidget *cfg_sld_enable; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
170 GtkWidget *cfg_sld_box; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
171 GtkWidget *cfg_sld_label1; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
172 GtkWidget *cfg_sld_dbpath; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
173 GtkWidget *cfg_sld_dbbrowse; |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
174 GtkWidget *alignment1; |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
175 GtkWidget *hbox1; |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
176 GtkWidget *image1; |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
177 GtkWidget *label30; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
178 GtkWidget *label17; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
179 GtkWidget *w_label26; |
1605
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
180 GtkWidget *frame1; |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
181 GtkWidget *vbox1; |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
182 GtkWidget *cfg_ftitle_override; |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
183 GtkWidget *cfg_ftitle_box; |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
184 GtkWidget *cfg_ftitle_format; |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
185 GtkWidget *cfg_ftitle_descs; |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
186 GtkWidget *label29; |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
187 GtkWidget *w_label27; |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
188 GtkWidget *w_vbox19; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
189 GtkWidget *w_frame31; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
190 GtkWidget *w_vbox35; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
191 GtkWidget *cfg_subauto_enable; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
192 GtkWidget *cfg_subauto_min_only; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
193 GtkWidget *cfg_subauto_box; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
194 GtkWidget *w_label52; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
195 GtkObject *cfg_subauto_mintime_adj; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
196 GtkWidget *cfg_subauto_mintime; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
197 GtkWidget *w_label53; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
198 GtkWidget *label21; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
199 GtkWidget *w_frame7; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
200 GtkWidget *w_vbox8; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
201 GtkWidget *cfg_stil_enable; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
202 GtkWidget *cfg_stil_box1; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
203 GtkWidget *cfg_stil_label1; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
204 GtkWidget *w_alignment2; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
205 GtkWidget *cfg_stil_dbpath; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
206 GtkWidget *w_alignment1; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
207 GtkWidget *cfg_stil_browse; |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
208 GtkWidget *alignment2; |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
209 GtkWidget *hbox2; |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
210 GtkWidget *image2; |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
211 GtkWidget *label31; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
212 GtkWidget *cfg_stil_box2; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
213 GtkWidget *cfg_hvsc_label1; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
214 GtkWidget *w_alignment6; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
215 GtkWidget *cfg_hvsc_path; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
216 GtkWidget *w_alignment7; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
217 GtkWidget *cfg_hvsc_browse; |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
218 GtkWidget *alignment3; |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
219 GtkWidget *hbox3; |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
220 GtkWidget *image3; |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
221 GtkWidget *label32; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
222 GtkWidget *label18; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
223 GtkWidget *w_label3; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
224 GtkWidget *hbuttonbox1; |
2724
2e28d949789d
Swapped OK and Cancel button positions to conform bit more to "Gtk+2 style"
Matti Hamalainen <ccr@tnsp.org>
parents:
2650
diff
changeset
|
225 GtkWidget *cfg_cancel; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
226 GtkWidget *cfg_ok; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
227 GtkTooltips *tooltips; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
228 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
229 tooltips = gtk_tooltips_new (); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
230 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
231 xs_configwin = gtk_window_new (GTK_WINDOW_TOPLEVEL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
232 gtk_widget_set_name (xs_configwin, "xs_configwin"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
233 gtk_window_set_title (GTK_WINDOW (xs_configwin), _("Audacious-SID configuration")); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
234 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
235 w_vbox1 = gtk_vbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
236 gtk_widget_set_name (w_vbox1, "w_vbox1"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
237 gtk_widget_show (w_vbox1); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
238 gtk_container_add (GTK_CONTAINER (xs_configwin), w_vbox1); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
239 gtk_container_set_border_width (GTK_CONTAINER (w_vbox1), 8); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
240 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
241 cfg_notebook = gtk_notebook_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
242 gtk_widget_set_name (cfg_notebook, "cfg_notebook"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
243 gtk_widget_show (cfg_notebook); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
244 gtk_box_pack_start (GTK_BOX (w_vbox1), cfg_notebook, TRUE, TRUE, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
245 gtk_notebook_set_show_border (GTK_NOTEBOOK (cfg_notebook), FALSE); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
246 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
247 w_vbox6 = gtk_vbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
248 gtk_widget_set_name (w_vbox6, "w_vbox6"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
249 gtk_widget_show (w_vbox6); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
250 gtk_container_add (GTK_CONTAINER (cfg_notebook), w_vbox6); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
251 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
252 w_hbox2 = gtk_hbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
253 gtk_widget_set_name (w_hbox2, "w_hbox2"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
254 gtk_widget_show (w_hbox2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
255 gtk_box_pack_start (GTK_BOX (w_vbox6), w_hbox2, FALSE, TRUE, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
256 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
257 cfg_sndres_frame = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
258 gtk_widget_set_name (cfg_sndres_frame, "cfg_sndres_frame"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
259 gtk_widget_show (cfg_sndres_frame); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
260 gtk_box_pack_start (GTK_BOX (w_hbox2), cfg_sndres_frame, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
261 gtk_container_set_border_width (GTK_CONTAINER (cfg_sndres_frame), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
262 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
263 w_vbox9 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
264 gtk_widget_set_name (w_vbox9, "w_vbox9"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
265 gtk_widget_show (w_vbox9); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
266 gtk_container_add (GTK_CONTAINER (cfg_sndres_frame), w_vbox9); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
267 gtk_container_set_border_width (GTK_CONTAINER (w_vbox9), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
268 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
269 cfg_res_8bit = gtk_radio_button_new_with_mnemonic (NULL, _("8-bit")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
270 gtk_widget_set_name (cfg_res_8bit, "cfg_res_8bit"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
271 gtk_widget_show (cfg_res_8bit); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
272 gtk_box_pack_start (GTK_BOX (w_vbox9), cfg_res_8bit, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
273 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_res_8bit), cfg_res_8bit_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
274 cfg_res_8bit_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_res_8bit)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
275 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
276 cfg_res_16bit = gtk_radio_button_new_with_mnemonic (NULL, _("16-bit")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
277 gtk_widget_set_name (cfg_res_16bit, "cfg_res_16bit"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
278 gtk_widget_show (cfg_res_16bit); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
279 gtk_box_pack_start (GTK_BOX (w_vbox9), cfg_res_16bit, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
280 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_res_16bit), cfg_res_8bit_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
281 cfg_res_8bit_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_res_16bit)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
282 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
283 label1 = gtk_label_new (_("Resolution:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
284 gtk_widget_set_name (label1, "label1"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
285 gtk_widget_show (label1); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
286 gtk_frame_set_label_widget (GTK_FRAME (cfg_sndres_frame), label1); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
287 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
288 cfg_channels_frame = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
289 gtk_widget_set_name (cfg_channels_frame, "cfg_channels_frame"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
290 gtk_widget_show (cfg_channels_frame); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
291 gtk_box_pack_start (GTK_BOX (w_hbox2), cfg_channels_frame, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
292 gtk_container_set_border_width (GTK_CONTAINER (cfg_channels_frame), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
293 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
294 w_vbox10 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
295 gtk_widget_set_name (w_vbox10, "w_vbox10"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
296 gtk_widget_show (w_vbox10); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
297 gtk_container_add (GTK_CONTAINER (cfg_channels_frame), w_vbox10); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
298 gtk_container_set_border_width (GTK_CONTAINER (w_vbox10), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
299 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
300 cfg_chn_mono = gtk_radio_button_new_with_mnemonic (NULL, _("Mono")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
301 gtk_widget_set_name (cfg_chn_mono, "cfg_chn_mono"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
302 gtk_widget_show (cfg_chn_mono); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
303 gtk_box_pack_start (GTK_BOX (w_vbox10), cfg_chn_mono, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
304 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_chn_mono), cfg_chn_mono_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
305 cfg_chn_mono_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_chn_mono)); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
306 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
307 cfg_chn_stereo = gtk_radio_button_new_with_mnemonic (NULL, _("Stereo")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
308 gtk_widget_set_name (cfg_chn_stereo, "cfg_chn_stereo"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
309 gtk_widget_show (cfg_chn_stereo); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
310 gtk_box_pack_start (GTK_BOX (w_vbox10), cfg_chn_stereo, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
311 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_chn_stereo), cfg_chn_mono_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
312 cfg_chn_mono_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_chn_stereo)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
313 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
314 cfg_chn_autopan = gtk_radio_button_new_with_mnemonic (NULL, _("Autopanning")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
315 gtk_widget_set_name (cfg_chn_autopan, "cfg_chn_autopan"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
316 gtk_widget_show (cfg_chn_autopan); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
317 gtk_box_pack_start (GTK_BOX (w_vbox10), cfg_chn_autopan, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
318 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_chn_autopan), cfg_chn_mono_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
319 cfg_chn_mono_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_chn_autopan)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
320 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
321 label2 = gtk_label_new (_("Channels:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
322 gtk_widget_set_name (label2, "label2"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
323 gtk_widget_show (label2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
324 gtk_frame_set_label_widget (GTK_FRAME (cfg_channels_frame), label2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
325 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
326 cfg_samplerate_frame = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
327 gtk_widget_set_name (cfg_samplerate_frame, "cfg_samplerate_frame"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
328 gtk_widget_show (cfg_samplerate_frame); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
329 gtk_box_pack_start (GTK_BOX (w_vbox6), cfg_samplerate_frame, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
330 gtk_container_set_border_width (GTK_CONTAINER (cfg_samplerate_frame), 4); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
331 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
332 w_hbox4 = gtk_hbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
333 gtk_widget_set_name (w_hbox4, "w_hbox4"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
334 gtk_widget_show (w_hbox4); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
335 gtk_container_add (GTK_CONTAINER (cfg_samplerate_frame), w_hbox4); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
336 gtk_container_set_border_width (GTK_CONTAINER (w_hbox4), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
337 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
338 cfg_samplerate_combo = gtk_combo_new (); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
339 g_object_set_data (G_OBJECT (GTK_COMBO (cfg_samplerate_combo)->popwin), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
340 "GladeParentKey", cfg_samplerate_combo); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
341 gtk_widget_set_name (cfg_samplerate_combo, "cfg_samplerate_combo"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
342 gtk_widget_show (cfg_samplerate_combo); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
343 gtk_box_pack_start (GTK_BOX (w_hbox4), cfg_samplerate_combo, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
344 cfg_samplerate_combo_items = g_list_append (cfg_samplerate_combo_items, (gpointer) ""); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
345 gtk_combo_set_popdown_strings (GTK_COMBO (cfg_samplerate_combo), cfg_samplerate_combo_items); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
346 g_list_free (cfg_samplerate_combo_items); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
347 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
348 cfg_samplerate = GTK_COMBO (cfg_samplerate_combo)->entry; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
349 gtk_widget_set_name (cfg_samplerate, "cfg_samplerate"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
350 gtk_widget_show (cfg_samplerate); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
351 gtk_entry_set_invisible_char (GTK_ENTRY (cfg_samplerate), 9679); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
352 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
353 w_label8 = gtk_label_new (_("Hz")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
354 gtk_widget_set_name (w_label8, "w_label8"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
355 gtk_widget_show (w_label8); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
356 gtk_box_pack_start (GTK_BOX (w_hbox4), w_label8, FALSE, TRUE, 4); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
357 gtk_label_set_justify (GTK_LABEL (w_label8), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
358 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
359 w_label54 = gtk_label_new (""); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
360 gtk_widget_set_name (w_label54, "w_label54"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
361 gtk_widget_show (w_label54); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
362 gtk_box_pack_start (GTK_BOX (w_hbox4), w_label54, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
363 gtk_label_set_justify (GTK_LABEL (w_label54), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
364 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
365 label3 = gtk_label_new (_("Samplerate:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
366 gtk_widget_set_name (label3, "label3"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
367 gtk_widget_show (label3); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
368 gtk_frame_set_label_widget (GTK_FRAME (cfg_samplerate_frame), label3); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
369 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
370 cfg_oversample_frame = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
371 gtk_widget_set_name (cfg_oversample_frame, "cfg_oversample_frame"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
372 gtk_widget_show (cfg_oversample_frame); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
373 gtk_box_pack_start (GTK_BOX (w_vbox6), cfg_oversample_frame, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
374 gtk_container_set_border_width (GTK_CONTAINER (cfg_oversample_frame), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
375 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
376 w_vbox27 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
377 gtk_widget_set_name (w_vbox27, "w_vbox27"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
378 gtk_widget_show (w_vbox27); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
379 gtk_container_add (GTK_CONTAINER (cfg_oversample_frame), w_vbox27); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
380 gtk_container_set_border_width (GTK_CONTAINER (w_vbox27), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
381 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
382 cfg_oversample = gtk_check_button_new_with_mnemonic (_("Use oversampling")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
383 gtk_widget_set_name (cfg_oversample, "cfg_oversample"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
384 gtk_widget_show (cfg_oversample); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
385 gtk_box_pack_start (GTK_BOX (w_vbox27), cfg_oversample, FALSE, FALSE, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
386 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
387 cfg_oversample_box = gtk_hbox_new (FALSE, 4); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
388 gtk_widget_set_name (cfg_oversample_box, "cfg_oversample_box"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
389 gtk_widget_show (cfg_oversample_box); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
390 gtk_box_pack_start (GTK_BOX (w_vbox27), cfg_oversample_box, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
391 gtk_container_set_border_width (GTK_CONTAINER (cfg_oversample_box), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
392 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
393 cfg_oversample_label1 = gtk_label_new (_("Factor:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
394 gtk_widget_set_name (cfg_oversample_label1, "cfg_oversample_label1"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
395 gtk_widget_show (cfg_oversample_label1); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
396 gtk_box_pack_start (GTK_BOX (cfg_oversample_box), cfg_oversample_label1, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
397 gtk_label_set_justify (GTK_LABEL (cfg_oversample_label1), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
398 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
399 cfg_oversample_factor_adj = gtk_adjustment_new (2, 2, 8, 1, 1, 1); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
400 cfg_oversample_factor = gtk_spin_button_new (GTK_ADJUSTMENT (cfg_oversample_factor_adj), 1, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
401 gtk_widget_set_name (cfg_oversample_factor, "cfg_oversample_factor"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
402 gtk_widget_show (cfg_oversample_factor); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
403 gtk_box_pack_start (GTK_BOX (cfg_oversample_box), cfg_oversample_factor, FALSE, TRUE, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
404 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
405 cfg_oversample_label2 = gtk_label_new (_("Large factors require more CPU-power")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
406 gtk_widget_set_name (cfg_oversample_label2, "cfg_oversample_label2"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
407 gtk_widget_show (cfg_oversample_label2); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
408 gtk_box_pack_start (GTK_BOX (cfg_oversample_box), cfg_oversample_label2, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
409 gtk_label_set_justify (GTK_LABEL (cfg_oversample_label2), GTK_JUSTIFY_CENTER); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
410 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
411 label4 = gtk_label_new (_("Oversampling:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
412 gtk_widget_set_name (label4, "label4"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
413 gtk_widget_show (label4); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
414 gtk_frame_set_label_widget (GTK_FRAME (cfg_oversample_frame), label4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
415 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
416 w_label1 = gtk_label_new (_("Audio")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
417 gtk_widget_set_name (w_label1, "w_label1"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
418 gtk_widget_show (w_label1); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
419 gtk_notebook_set_tab_label (GTK_NOTEBOOK (cfg_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (cfg_notebook), 0), w_label1); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
420 gtk_label_set_justify (GTK_LABEL (w_label1), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
421 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
422 w_vbox2 = gtk_vbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
423 gtk_widget_set_name (w_vbox2, "w_vbox2"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
424 gtk_widget_show (w_vbox2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
425 gtk_container_add (GTK_CONTAINER (cfg_notebook), w_vbox2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
426 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
427 w_hbox1 = gtk_hbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
428 gtk_widget_set_name (w_hbox1, "w_hbox1"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
429 gtk_widget_show (w_hbox1); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
430 gtk_box_pack_start (GTK_BOX (w_vbox2), w_hbox1, FALSE, TRUE, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
431 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
432 cfg_clock_frame = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
433 gtk_widget_set_name (cfg_clock_frame, "cfg_clock_frame"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
434 gtk_widget_show (cfg_clock_frame); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
435 gtk_box_pack_start (GTK_BOX (w_hbox1), cfg_clock_frame, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
436 gtk_container_set_border_width (GTK_CONTAINER (cfg_clock_frame), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
437 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
438 w_vbox4 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
439 gtk_widget_set_name (w_vbox4, "w_vbox4"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
440 gtk_widget_show (w_vbox4); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
441 gtk_container_add (GTK_CONTAINER (cfg_clock_frame), w_vbox4); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
442 gtk_container_set_border_width (GTK_CONTAINER (w_vbox4), 2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
443 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
444 cfg_emu_clock_force = gtk_check_button_new_with_mnemonic (_("Force speed")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
445 gtk_widget_set_name (cfg_emu_clock_force, "cfg_emu_clock_force"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
446 gtk_widget_show (cfg_emu_clock_force); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
447 gtk_box_pack_start (GTK_BOX (w_vbox4), cfg_emu_clock_force, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
448 gtk_tooltips_set_tip (tooltips, cfg_emu_clock_force, _("If enabled, this option \"forces\" the emulation engine to use the selected clock speed/frequency. Otherwise the speed is determined from played file itself."), NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
449 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
450 cfg_emu_clock_pal = gtk_radio_button_new_with_mnemonic (NULL, _("PAL (50 Hz)")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
451 gtk_widget_set_name (cfg_emu_clock_pal, "cfg_emu_clock_pal"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
452 gtk_widget_show (cfg_emu_clock_pal); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
453 gtk_box_pack_start (GTK_BOX (w_vbox4), cfg_emu_clock_pal, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
454 gtk_tooltips_set_tip (tooltips, cfg_emu_clock_pal, _("PAL is the european TV standard, which uses 50Hz vertical refresh frequency. Most of SID-tunes have been made for PAL computers."), NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
455 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_clock_pal), cfg_emu_clock_pal_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
456 cfg_emu_clock_pal_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_clock_pal)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
457 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
458 cfg_emu_clock_ntsc = gtk_radio_button_new_with_mnemonic (NULL, _("NTSC (60 Hz)")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
459 gtk_widget_set_name (cfg_emu_clock_ntsc, "cfg_emu_clock_ntsc"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
460 gtk_widget_show (cfg_emu_clock_ntsc); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
461 gtk_box_pack_start (GTK_BOX (w_vbox4), cfg_emu_clock_ntsc, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
462 gtk_tooltips_set_tip (tooltips, cfg_emu_clock_ntsc, _("NTSC is the TV standard with 60Hz vertical refresh rate (and other features that differ from PAL). It is mainly used in United States, Japan and certain other countries."), NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
463 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_clock_ntsc), cfg_emu_clock_pal_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
464 cfg_emu_clock_pal_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_clock_ntsc)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
465 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
466 label5 = gtk_label_new (_("Clock speed:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
467 gtk_widget_set_name (label5, "label5"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
468 gtk_widget_show (label5); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
469 gtk_frame_set_label_widget (GTK_FRAME (cfg_clock_frame), label5); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
470 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
471 cfg_sid_model_frame = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
472 gtk_widget_set_name (cfg_sid_model_frame, "cfg_sid_model_frame"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
473 gtk_widget_show (cfg_sid_model_frame); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
474 gtk_box_pack_start (GTK_BOX (w_hbox1), cfg_sid_model_frame, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
475 gtk_container_set_border_width (GTK_CONTAINER (cfg_sid_model_frame), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
476 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
477 w_vbox3 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
478 gtk_widget_set_name (w_vbox3, "w_vbox3"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
479 gtk_widget_show (w_vbox3); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
480 gtk_container_add (GTK_CONTAINER (cfg_sid_model_frame), w_vbox3); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
481 gtk_container_set_border_width (GTK_CONTAINER (w_vbox3), 2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
482 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
483 cfg_emu_sid_force = gtk_check_button_new_with_mnemonic (_("Force model")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
484 gtk_widget_set_name (cfg_emu_sid_force, "cfg_emu_sid_force"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
485 gtk_widget_show (cfg_emu_sid_force); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
486 gtk_box_pack_start (GTK_BOX (w_vbox3), cfg_emu_sid_force, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
487 gtk_tooltips_set_tip (tooltips, cfg_emu_sid_force, _("If enabled, this option \"forces\" the emulation engine to use the selected SID-chip model. Otherwise the preferred SID model is determined from the file (if PSIDv2NG type) or if not available, this setting is used."), NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
488 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
489 cfg_emu_mos6581 = gtk_radio_button_new_with_mnemonic (NULL, _("MOS 6581")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
490 gtk_widget_set_name (cfg_emu_mos6581, "cfg_emu_mos6581"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
491 gtk_widget_show (cfg_emu_mos6581); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
492 gtk_box_pack_start (GTK_BOX (w_vbox3), cfg_emu_mos6581, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
493 gtk_tooltips_set_tip (tooltips, cfg_emu_mos6581, _("MOS/CSG 6581 is the earlier major version of SID chip. It differs from 8580 in few ways, having much fuller filter (which, due to design error, is never same between two different SID-chips) and has the \"volume adjustment bug\", which enables playing of digital samples."), NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
494 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_mos6581), cfg_emu_mos6581_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
495 cfg_emu_mos6581_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_mos6581)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
496 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
497 cfg_emu_mos8580 = gtk_radio_button_new_with_mnemonic (NULL, _("MOS 8580")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
498 gtk_widget_set_name (cfg_emu_mos8580, "cfg_emu_mos8580"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
499 gtk_widget_show (cfg_emu_mos8580); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
500 gtk_box_pack_start (GTK_BOX (w_vbox3), cfg_emu_mos8580, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
501 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_mos8580), cfg_emu_mos6581_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
502 cfg_emu_mos6581_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_mos8580)); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
503 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
504 label6 = gtk_label_new (_("SID model:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
505 gtk_widget_set_name (label6, "label6"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
506 gtk_widget_show (label6); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
507 gtk_frame_set_label_widget (GTK_FRAME (cfg_sid_model_frame), label6); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
508 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
509 cfg_emulib_frame = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
510 gtk_widget_set_name (cfg_emulib_frame, "cfg_emulib_frame"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
511 gtk_widget_show (cfg_emulib_frame); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
512 gtk_box_pack_start (GTK_BOX (w_vbox2), cfg_emulib_frame, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
513 gtk_container_set_border_width (GTK_CONTAINER (cfg_emulib_frame), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
514 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
515 w_vbox26 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
516 gtk_widget_set_name (w_vbox26, "w_vbox26"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
517 gtk_widget_show (w_vbox26); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
518 gtk_container_add (GTK_CONTAINER (cfg_emulib_frame), w_vbox26); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
519 gtk_container_set_border_width (GTK_CONTAINER (w_vbox26), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
520 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
521 cfg_emu_sidplay1 = gtk_radio_button_new_with_mnemonic (NULL, _("SIDPlay 1 (frame-based)")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
522 gtk_widget_set_name (cfg_emu_sidplay1, "cfg_emu_sidplay1"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
523 gtk_widget_show (cfg_emu_sidplay1); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
524 gtk_box_pack_start (GTK_BOX (w_vbox26), cfg_emu_sidplay1, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
525 gtk_tooltips_set_tip (tooltips, cfg_emu_sidplay1, _("Use libSIDPlay 1.x emulation, faster but not so accurate. Good in most cases, though."), NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
526 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_sidplay1), cfg_emu_sidplay1_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
527 cfg_emu_sidplay1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_sidplay1)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
528 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
529 cfg_emu_sidplay2 = gtk_radio_button_new_with_mnemonic (NULL, _("SIDPlay 2 (cycle-based)")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
530 gtk_widget_set_name (cfg_emu_sidplay2, "cfg_emu_sidplay2"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
531 gtk_widget_show (cfg_emu_sidplay2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
532 gtk_box_pack_start (GTK_BOX (w_vbox26), cfg_emu_sidplay2, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
533 gtk_tooltips_set_tip (tooltips, cfg_emu_sidplay2, _("Use libSIDPlay 2.x emulation, which requires powerful CPU due to more exact emulation."), NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
534 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_sidplay2), cfg_emu_sidplay1_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
535 cfg_emu_sidplay1_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_sidplay2)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
536 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
537 label7 = gtk_label_new (_("Emulation library selection:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
538 gtk_widget_set_name (label7, "label7"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
539 gtk_widget_show (label7); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
540 gtk_frame_set_label_widget (GTK_FRAME (cfg_emulib_frame), label7); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
541 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
542 cfg_memmode_frame = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
543 gtk_widget_set_name (cfg_memmode_frame, "cfg_memmode_frame"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
544 gtk_widget_show (cfg_memmode_frame); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
545 gtk_box_pack_start (GTK_BOX (w_vbox2), cfg_memmode_frame, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
546 gtk_container_set_border_width (GTK_CONTAINER (cfg_memmode_frame), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
547 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
548 w_vbox5 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
549 gtk_widget_set_name (w_vbox5, "w_vbox5"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
550 gtk_widget_show (w_vbox5); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
551 gtk_container_add (GTK_CONTAINER (cfg_memmode_frame), w_vbox5); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
552 gtk_container_set_border_width (GTK_CONTAINER (w_vbox5), 2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
553 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
554 cfg_emu_mem_real = gtk_radio_button_new_with_mnemonic (NULL, _("Real C64 (SIDPlay 2 only)")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
555 gtk_widget_set_name (cfg_emu_mem_real, "cfg_emu_mem_real"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
556 gtk_widget_show (cfg_emu_mem_real); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
557 gtk_box_pack_start (GTK_BOX (w_vbox5), cfg_emu_mem_real, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
558 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_mem_real), cfg_emu_mem_real_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
559 cfg_emu_mem_real_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_mem_real)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
560 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
561 cfg_emu_mem_banksw = gtk_radio_button_new_with_mnemonic (NULL, _("Bank switching")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
562 gtk_widget_set_name (cfg_emu_mem_banksw, "cfg_emu_mem_banksw"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
563 gtk_widget_show (cfg_emu_mem_banksw); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
564 gtk_box_pack_start (GTK_BOX (w_vbox5), cfg_emu_mem_banksw, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
565 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_mem_banksw), cfg_emu_mem_real_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
566 cfg_emu_mem_real_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_mem_banksw)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
567 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
568 cfg_emu_mem_transrom = gtk_radio_button_new_with_mnemonic (NULL, _("Transparent ROM")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
569 gtk_widget_set_name (cfg_emu_mem_transrom, "cfg_emu_mem_transrom"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
570 gtk_widget_show (cfg_emu_mem_transrom); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
571 gtk_box_pack_start (GTK_BOX (w_vbox5), cfg_emu_mem_transrom, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
572 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_mem_transrom), cfg_emu_mem_real_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
573 cfg_emu_mem_real_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_mem_transrom)); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
574 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
575 cfg_emu_mem_playsid = gtk_radio_button_new_with_mnemonic (NULL, _("PlaySID environment")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
576 gtk_widget_set_name (cfg_emu_mem_playsid, "cfg_emu_mem_playsid"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
577 gtk_widget_show (cfg_emu_mem_playsid); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
578 gtk_box_pack_start (GTK_BOX (w_vbox5), cfg_emu_mem_playsid, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
579 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_mem_playsid), cfg_emu_mem_real_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
580 cfg_emu_mem_real_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_mem_playsid)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
581 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
582 label8 = gtk_label_new (_("Memory mode:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
583 gtk_widget_set_name (label8, "label8"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
584 gtk_widget_show (label8); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
585 gtk_frame_set_label_widget (GTK_FRAME (cfg_memmode_frame), label8); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
586 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
587 w_label2 = gtk_label_new (_("Emu#1")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
588 gtk_widget_set_name (w_label2, "w_label2"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
589 gtk_widget_show (w_label2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
590 gtk_notebook_set_tab_label (GTK_NOTEBOOK (cfg_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (cfg_notebook), 1), w_label2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
591 gtk_label_set_justify (GTK_LABEL (w_label2), GTK_JUSTIFY_CENTER); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
592 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
593 w_vbox29 = gtk_vbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
594 gtk_widget_set_name (w_vbox29, "w_vbox29"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
595 gtk_widget_show (w_vbox29); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
596 gtk_container_add (GTK_CONTAINER (cfg_notebook), w_vbox29); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
597 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
598 cfg_sidplay2_frame = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
599 gtk_widget_set_name (cfg_sidplay2_frame, "cfg_sidplay2_frame"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
600 gtk_widget_show (cfg_sidplay2_frame); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
601 gtk_box_pack_start (GTK_BOX (w_vbox29), cfg_sidplay2_frame, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
602 gtk_container_set_border_width (GTK_CONTAINER (cfg_sidplay2_frame), 4); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
603 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
604 w_vbox30 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
605 gtk_widget_set_name (w_vbox30, "w_vbox30"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
606 gtk_widget_show (w_vbox30); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
607 gtk_container_add (GTK_CONTAINER (cfg_sidplay2_frame), w_vbox30); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
608 gtk_container_set_border_width (GTK_CONTAINER (w_vbox30), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
609 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
610 cfg_emu_sp2_opt = gtk_check_button_new_with_mnemonic (_("Optimization mode (faster, inaccurate)")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
611 gtk_widget_set_name (cfg_emu_sp2_opt, "cfg_emu_sp2_opt"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
612 gtk_widget_show (cfg_emu_sp2_opt); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
613 gtk_box_pack_start (GTK_BOX (w_vbox30), cfg_emu_sp2_opt, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
614 gtk_tooltips_set_tip (tooltips, cfg_emu_sp2_opt, _("This setting can be used to enable libSIDPlay2's \"optimization mode\", which in downgrades the emulation from cycle-exact to something similar to frame-exact. The result is lower CPU usage, but worse accuracy."), NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
615 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
616 cfg_emu_sp2_resid = gtk_radio_button_new_with_mnemonic (NULL, _("reSID-emulation")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
617 gtk_widget_set_name (cfg_emu_sp2_resid, "cfg_emu_sp2_resid"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
618 gtk_widget_show (cfg_emu_sp2_resid); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
619 gtk_box_pack_start (GTK_BOX (w_vbox30), cfg_emu_sp2_resid, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
620 gtk_tooltips_set_tip (tooltips, cfg_emu_sp2_resid, _("reSID is the software SID-chip simulator based on SID reverse-engineering, created by Dag Lem. It is probably the closest thing to real SID available as software-only emulation."), NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
621 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_sp2_resid), cfg_emu_sp2_resid_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
622 cfg_emu_sp2_resid_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_sp2_resid)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
623 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
624 cfg_emu_sp2_hardsid = gtk_radio_button_new_with_mnemonic (NULL, _("HardSID")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
625 gtk_widget_set_name (cfg_emu_sp2_hardsid, "cfg_emu_sp2_hardsid"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
626 gtk_widget_show (cfg_emu_sp2_hardsid); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
627 gtk_box_pack_start (GTK_BOX (w_vbox30), cfg_emu_sp2_hardsid, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
628 gtk_tooltips_set_tip (tooltips, cfg_emu_sp2_hardsid, _("HardSID is a EISA/PCI card for PC-compatibles, which can be fitted with a real SID-chip. Software can be used to control the HardSID and combined with software emulation of rest of C64 via libSIDPlay2 HardSID can be used to achieve \"near 100%\" similarity to real C64. For more information, see http://www.hardsid.com/"), NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
629 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_sp2_hardsid), cfg_emu_sp2_resid_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
630 cfg_emu_sp2_resid_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_sp2_hardsid)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
631 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
632 label9 = gtk_label_new (_("SIDPlay 2 options:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
633 gtk_widget_set_name (label9, "label9"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
634 gtk_widget_show (label9); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
635 gtk_frame_set_label_widget (GTK_FRAME (cfg_sidplay2_frame), label9); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
636 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
637 cfg_resid_frame = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
638 gtk_widget_set_name (cfg_resid_frame, "cfg_resid_frame"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
639 gtk_widget_show (cfg_resid_frame); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
640 gtk_box_pack_start (GTK_BOX (w_vbox29), cfg_resid_frame, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
641 gtk_container_set_border_width (GTK_CONTAINER (cfg_resid_frame), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
642 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
643 w_vbox37 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
644 gtk_widget_set_name (w_vbox37, "w_vbox37"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
645 gtk_widget_show (w_vbox37); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
646 gtk_container_add (GTK_CONTAINER (cfg_resid_frame), w_vbox37); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
647 gtk_container_set_border_width (GTK_CONTAINER (w_vbox37), 2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
648 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
649 cfg_emu_resid_fast = gtk_radio_button_new_with_mnemonic (NULL, _("Fast (nearest neighbour)")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
650 gtk_widget_set_name (cfg_emu_resid_fast, "cfg_emu_resid_fast"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
651 gtk_widget_show (cfg_emu_resid_fast); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
652 gtk_box_pack_start (GTK_BOX (w_vbox37), cfg_emu_resid_fast, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
653 gtk_tooltips_set_tip (tooltips, cfg_emu_resid_fast, _("Fastest and also worst sounding sampling method, simply picks nearest neighbouring sample."), NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
654 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_resid_fast), cfg_emu_resid_fast_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
655 cfg_emu_resid_fast_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_resid_fast)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
656 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
657 cfg_emu_resid_int = gtk_radio_button_new_with_mnemonic (NULL, _("Linear interpolation")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
658 gtk_widget_set_name (cfg_emu_resid_int, "cfg_emu_resid_int"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
659 gtk_widget_show (cfg_emu_resid_int); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
660 gtk_box_pack_start (GTK_BOX (w_vbox37), cfg_emu_resid_int, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
661 gtk_tooltips_set_tip (tooltips, cfg_emu_resid_int, _("Uses linear interpolation between samples, yielding higher audio quality with less sampling noise."), NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
662 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_resid_int), cfg_emu_resid_fast_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
663 cfg_emu_resid_fast_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_resid_int)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
664 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
665 cfg_emu_resid_res_fast = gtk_radio_button_new_with_mnemonic (NULL, _("Resampling")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
666 gtk_widget_set_name (cfg_emu_resid_res_fast, "cfg_emu_resid_res_fast"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
667 gtk_widget_show (cfg_emu_resid_res_fast); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
668 gtk_box_pack_start (GTK_BOX (w_vbox37), cfg_emu_resid_res_fast, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
669 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_resid_res_fast), cfg_emu_resid_fast_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
670 cfg_emu_resid_fast_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_resid_res_fast)); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
671 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
672 cfg_emu_resid_res_int = gtk_radio_button_new_with_mnemonic (NULL, _("Resampling (FIR)")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
673 gtk_widget_set_name (cfg_emu_resid_res_int, "cfg_emu_resid_res_int"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
674 gtk_widget_show (cfg_emu_resid_res_int); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
675 gtk_box_pack_start (GTK_BOX (w_vbox37), cfg_emu_resid_res_int, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
676 gtk_radio_button_set_group (GTK_RADIO_BUTTON (cfg_emu_resid_res_int), cfg_emu_resid_fast_group); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
677 cfg_emu_resid_fast_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (cfg_emu_resid_res_int)); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
678 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
679 label10 = gtk_label_new (_("reSID sampling options:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
680 gtk_widget_set_name (label10, "label10"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
681 gtk_widget_show (label10); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
682 gtk_frame_set_label_widget (GTK_FRAME (cfg_resid_frame), label10); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
683 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
684 w_label48 = gtk_label_new (_("Emu#2")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
685 gtk_widget_set_name (w_label48, "w_label48"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
686 gtk_widget_show (w_label48); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
687 gtk_notebook_set_tab_label (GTK_NOTEBOOK (cfg_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (cfg_notebook), 2), w_label48); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
688 gtk_label_set_justify (GTK_LABEL (w_label48), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
689 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
690 w_vbox25 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
691 gtk_widget_set_name (w_vbox25, "w_vbox25"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
692 gtk_widget_show (w_vbox25); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
693 gtk_container_add (GTK_CONTAINER (cfg_notebook), w_vbox25); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
694 gtk_container_set_border_width (GTK_CONTAINER (w_vbox25), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
695 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
696 cfg_emu_filters = gtk_check_button_new_with_mnemonic (_("Emulate filters")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
697 gtk_widget_set_name (cfg_emu_filters, "cfg_emu_filters"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
698 gtk_widget_show (cfg_emu_filters); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
699 gtk_box_pack_start (GTK_BOX (w_vbox25), cfg_emu_filters, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
700 gtk_tooltips_set_tip (tooltips, cfg_emu_filters, _("This option enables emulation of SID filter. The filter is an essential part of SID's sound capacity, but accurate emulation of it may require quite much CPU power. However, if filter emulation is disabled, tunes won't sound authentic at all if they utilize the filter."), NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
701 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
702 cfg_filters_notebook = gtk_notebook_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
703 gtk_widget_set_name (cfg_filters_notebook, "cfg_filters_notebook"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
704 gtk_widget_show (cfg_filters_notebook); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
705 gtk_box_pack_start (GTK_BOX (w_vbox25), cfg_filters_notebook, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
706 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
707 cfg_box_filter_sidplay1 = gtk_hbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
708 gtk_widget_set_name (cfg_box_filter_sidplay1, "cfg_box_filter_sidplay1"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
709 gtk_widget_show (cfg_box_filter_sidplay1); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
710 gtk_container_add (GTK_CONTAINER (cfg_filters_notebook), cfg_box_filter_sidplay1); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
711 gtk_container_set_border_width (GTK_CONTAINER (cfg_box_filter_sidplay1), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
712 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
713 cfg_sp1_frm_fs = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
714 gtk_widget_set_name (cfg_sp1_frm_fs, "cfg_sp1_frm_fs"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
715 gtk_widget_show (cfg_sp1_frm_fs); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
716 gtk_box_pack_start (GTK_BOX (cfg_box_filter_sidplay1), cfg_sp1_frm_fs, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
717 gtk_container_set_border_width (GTK_CONTAINER (cfg_sp1_frm_fs), 2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
718 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
719 cfg_sp1_filter_fs = gtk_vscale_new (GTK_ADJUSTMENT (gtk_adjustment_new (0, 0, 1000, 1, 100, 0))); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
720 gtk_widget_set_name (cfg_sp1_filter_fs, "cfg_sp1_filter_fs"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
721 gtk_widget_show (cfg_sp1_filter_fs); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
722 gtk_container_add (GTK_CONTAINER (cfg_sp1_frm_fs), cfg_sp1_filter_fs); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
723 gtk_scale_set_digits (GTK_SCALE (cfg_sp1_filter_fs), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
724 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
725 label11 = gtk_label_new (_("FS")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
726 gtk_widget_set_name (label11, "label11"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
727 gtk_widget_show (label11); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
728 gtk_frame_set_label_widget (GTK_FRAME (cfg_sp1_frm_fs), label11); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
729 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
730 cfg_sp1_frm_fm = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
731 gtk_widget_set_name (cfg_sp1_frm_fm, "cfg_sp1_frm_fm"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
732 gtk_widget_show (cfg_sp1_frm_fm); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
733 gtk_box_pack_start (GTK_BOX (cfg_box_filter_sidplay1), cfg_sp1_frm_fm, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
734 gtk_container_set_border_width (GTK_CONTAINER (cfg_sp1_frm_fm), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
735 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
736 cfg_sp1_filter_fm = gtk_vscale_new (GTK_ADJUSTMENT (gtk_adjustment_new (0, 0, 100, 1, 10, 0))); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
737 gtk_widget_set_name (cfg_sp1_filter_fm, "cfg_sp1_filter_fm"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
738 gtk_widget_show (cfg_sp1_filter_fm); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
739 gtk_container_add (GTK_CONTAINER (cfg_sp1_frm_fm), cfg_sp1_filter_fm); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
740 gtk_scale_set_digits (GTK_SCALE (cfg_sp1_filter_fm), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
741 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
742 label12 = gtk_label_new (_("FM")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
743 gtk_widget_set_name (label12, "label12"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
744 gtk_widget_show (label12); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
745 gtk_frame_set_label_widget (GTK_FRAME (cfg_sp1_frm_fm), label12); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
746 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
747 cfg_sp1_frm_ft = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
748 gtk_widget_set_name (cfg_sp1_frm_ft, "cfg_sp1_frm_ft"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
749 gtk_widget_show (cfg_sp1_frm_ft); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
750 gtk_box_pack_start (GTK_BOX (cfg_box_filter_sidplay1), cfg_sp1_frm_ft, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
751 gtk_container_set_border_width (GTK_CONTAINER (cfg_sp1_frm_ft), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
752 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
753 cfg_sp1_filter_ft = gtk_vscale_new (GTK_ADJUSTMENT (gtk_adjustment_new (0, 0, 1, 0.01, 0.1, 0))); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
754 gtk_widget_set_name (cfg_sp1_filter_ft, "cfg_sp1_filter_ft"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
755 gtk_widget_show (cfg_sp1_filter_ft); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
756 gtk_container_add (GTK_CONTAINER (cfg_sp1_frm_ft), cfg_sp1_filter_ft); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
757 gtk_scale_set_digits (GTK_SCALE (cfg_sp1_filter_ft), 2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
758 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
759 label13 = gtk_label_new (_("FT")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
760 gtk_widget_set_name (label13, "label13"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
761 gtk_widget_show (label13); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
762 gtk_frame_set_label_widget (GTK_FRAME (cfg_sp1_frm_ft), label13); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
763 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
764 w_vbox17 = gtk_vbox_new (FALSE, 8); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
765 gtk_widget_set_name (w_vbox17, "w_vbox17"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
766 gtk_widget_show (w_vbox17); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
767 gtk_box_pack_start (GTK_BOX (cfg_box_filter_sidplay1), w_vbox17, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
768 gtk_container_set_border_width (GTK_CONTAINER (w_vbox17), 4); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
769 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
770 cfg_sp1_filter_reset = gtk_button_new_with_mnemonic (_("Reset values")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
771 gtk_widget_set_name (cfg_sp1_filter_reset, "cfg_sp1_filter_reset"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
772 gtk_widget_show (cfg_sp1_filter_reset); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
773 gtk_box_pack_start (GTK_BOX (w_vbox17), cfg_sp1_filter_reset, FALSE, FALSE, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
774 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
775 w_label55 = gtk_label_new (_("SIDPlay1")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
776 gtk_widget_set_name (w_label55, "w_label55"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
777 gtk_widget_show (w_label55); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
778 gtk_notebook_set_tab_label (GTK_NOTEBOOK (cfg_filters_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (cfg_filters_notebook), 0), w_label55); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
779 gtk_label_set_justify (GTK_LABEL (w_label55), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
780 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
781 cfg_box_filter_sidplay2 = gtk_vbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
782 gtk_widget_set_name (cfg_box_filter_sidplay2, "cfg_box_filter_sidplay2"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
783 gtk_widget_show (cfg_box_filter_sidplay2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
784 gtk_container_add (GTK_CONTAINER (cfg_filters_notebook), cfg_box_filter_sidplay2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
785 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
786 cfg_sp_filter_controlbox = gtk_hbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
787 gtk_widget_set_name (cfg_sp_filter_controlbox, "cfg_sp_filter_controlbox"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
788 gtk_widget_show (cfg_sp_filter_controlbox); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
789 gtk_box_pack_start (GTK_BOX (cfg_box_filter_sidplay2), cfg_sp_filter_controlbox, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
790 gtk_container_set_border_width (GTK_CONTAINER (cfg_sp_filter_controlbox), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
791 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
792 cfg_sp2_filter_combo = gtk_combo_new (); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
793 g_object_set_data (G_OBJECT (GTK_COMBO (cfg_sp2_filter_combo)->popwin), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
794 "GladeParentKey", cfg_sp2_filter_combo); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
795 gtk_widget_set_name (cfg_sp2_filter_combo, "cfg_sp2_filter_combo"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
796 gtk_widget_show (cfg_sp2_filter_combo); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
797 gtk_box_pack_start (GTK_BOX (cfg_sp_filter_controlbox), cfg_sp2_filter_combo, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
798 gtk_container_set_border_width (GTK_CONTAINER (cfg_sp2_filter_combo), 2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
799 cfg_sp2_filter_combo_items = g_list_append (cfg_sp2_filter_combo_items, (gpointer) ""); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
800 gtk_combo_set_popdown_strings (GTK_COMBO (cfg_sp2_filter_combo), cfg_sp2_filter_combo_items); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
801 g_list_free (cfg_sp2_filter_combo_items); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
802 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
803 cfg_sp2_filter_combo_entry = GTK_COMBO (cfg_sp2_filter_combo)->entry; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
804 gtk_widget_set_name (cfg_sp2_filter_combo_entry, "cfg_sp2_filter_combo_entry"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
805 gtk_widget_show (cfg_sp2_filter_combo_entry); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
806 gtk_entry_set_invisible_char (GTK_ENTRY (cfg_sp2_filter_combo_entry), 9679); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
807 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
808 table3 = gtk_table_new (2, 3, TRUE); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
809 gtk_widget_set_name (table3, "table3"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
810 gtk_widget_show (table3); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
811 gtk_box_pack_start (GTK_BOX (cfg_sp_filter_controlbox), table3, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
812 gtk_container_set_border_width (GTK_CONTAINER (table3), 2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
813 gtk_table_set_row_spacings (GTK_TABLE (table3), 4); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
814 gtk_table_set_col_spacings (GTK_TABLE (table3), 4); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
815 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
816 cfg_sp2_filter_export = gtk_button_new_with_mnemonic (_("Export")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
817 gtk_widget_set_name (cfg_sp2_filter_export, "cfg_sp2_filter_export"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
818 gtk_widget_show (cfg_sp2_filter_export); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
819 gtk_table_attach (GTK_TABLE (table3), cfg_sp2_filter_export, 2, 3, 1, 2, |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
820 (GtkAttachOptions) (GTK_FILL), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
821 (GtkAttachOptions) (0), 0, 0); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
822 GTK_WIDGET_SET_FLAGS (cfg_sp2_filter_export, GTK_CAN_DEFAULT); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
823 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
824 cfg_sp2_filter_load = gtk_button_new_with_mnemonic (_("Use")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
825 gtk_widget_set_name (cfg_sp2_filter_load, "cfg_sp2_filter_load"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
826 gtk_widget_show (cfg_sp2_filter_load); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
827 gtk_table_attach (GTK_TABLE (table3), cfg_sp2_filter_load, 0, 1, 0, 1, |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
828 (GtkAttachOptions) (GTK_FILL), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
829 (GtkAttachOptions) (0), 0, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
830 GTK_WIDGET_SET_FLAGS (cfg_sp2_filter_load, GTK_CAN_DEFAULT); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
831 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
832 cfg_sp2_filter_save = gtk_button_new_with_mnemonic (_("Save")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
833 gtk_widget_set_name (cfg_sp2_filter_save, "cfg_sp2_filter_save"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
834 gtk_widget_show (cfg_sp2_filter_save); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
835 gtk_table_attach (GTK_TABLE (table3), cfg_sp2_filter_save, 1, 2, 0, 1, |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
836 (GtkAttachOptions) (GTK_FILL), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
837 (GtkAttachOptions) (0), 0, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
838 GTK_WIDGET_SET_FLAGS (cfg_sp2_filter_save, GTK_CAN_DEFAULT); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
839 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
840 cfg_sp2_filter_import = gtk_button_new_with_mnemonic (_("Import")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
841 gtk_widget_set_name (cfg_sp2_filter_import, "cfg_sp2_filter_import"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
842 gtk_widget_show (cfg_sp2_filter_import); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
843 gtk_table_attach (GTK_TABLE (table3), cfg_sp2_filter_import, 1, 2, 1, 2, |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
844 (GtkAttachOptions) (GTK_FILL), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
845 (GtkAttachOptions) (0), 0, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
846 GTK_WIDGET_SET_FLAGS (cfg_sp2_filter_import, GTK_CAN_DEFAULT); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
847 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
848 cfg_sp2_filter_delete = gtk_button_new_with_mnemonic (_("Delete")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
849 gtk_widget_set_name (cfg_sp2_filter_delete, "cfg_sp2_filter_delete"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
850 gtk_widget_show (cfg_sp2_filter_delete); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
851 gtk_table_attach (GTK_TABLE (table3), cfg_sp2_filter_delete, 2, 3, 0, 1, |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
852 (GtkAttachOptions) (GTK_FILL), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
853 (GtkAttachOptions) (0), 0, 0); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
854 GTK_WIDGET_SET_FLAGS (cfg_sp2_filter_delete, GTK_CAN_DEFAULT); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
855 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
856 cfg_sp2_filter_frame = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
857 gtk_widget_set_name (cfg_sp2_filter_frame, "cfg_sp2_filter_frame"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
858 gtk_widget_show (cfg_sp2_filter_frame); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
859 gtk_box_pack_start (GTK_BOX (cfg_box_filter_sidplay2), cfg_sp2_filter_frame, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
860 gtk_container_set_border_width (GTK_CONTAINER (cfg_sp2_filter_frame), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
861 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
862 label14 = gtk_label_new (_("Filter curve:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
863 gtk_widget_set_name (label14, "label14"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
864 gtk_widget_show (label14); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
865 gtk_frame_set_label_widget (GTK_FRAME (cfg_sp2_filter_frame), label14); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
866 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
867 w_label56 = gtk_label_new (_("SIDPlay2")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
868 gtk_widget_set_name (w_label56, "w_label56"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
869 gtk_widget_show (w_label56); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
870 gtk_notebook_set_tab_label (GTK_NOTEBOOK (cfg_filters_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (cfg_filters_notebook), 1), w_label56); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
871 gtk_label_set_justify (GTK_LABEL (w_label56), GTK_JUSTIFY_CENTER); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
872 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
873 w_label24 = gtk_label_new (_("Filters")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
874 gtk_widget_set_name (w_label24, "w_label24"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
875 gtk_widget_show (w_label24); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
876 gtk_notebook_set_tab_label (GTK_NOTEBOOK (cfg_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (cfg_notebook), 3), w_label24); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
877 gtk_label_set_justify (GTK_LABEL (w_label24), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
878 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
879 w_vbox20 = gtk_vbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
880 gtk_widget_set_name (w_vbox20, "w_vbox20"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
881 gtk_widget_show (w_vbox20); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
882 gtk_container_add (GTK_CONTAINER (cfg_notebook), w_vbox20); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
883 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
884 w_frame29 = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
885 gtk_widget_set_name (w_frame29, "w_frame29"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
886 gtk_widget_show (w_frame29); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
887 gtk_box_pack_start (GTK_BOX (w_vbox20), w_frame29, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
888 gtk_container_set_border_width (GTK_CONTAINER (w_frame29), 4); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
889 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
890 w_vbox32 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
891 gtk_widget_set_name (w_vbox32, "w_vbox32"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
892 gtk_widget_show (w_vbox32); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
893 gtk_container_add (GTK_CONTAINER (w_frame29), w_vbox32); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
894 gtk_container_set_border_width (GTK_CONTAINER (w_vbox32), 2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
895 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
896 cfg_mintime_enable = gtk_check_button_new_with_mnemonic (_("Play at least for specified time")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
897 gtk_widget_set_name (cfg_mintime_enable, "cfg_mintime_enable"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
898 gtk_widget_show (cfg_mintime_enable); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
899 gtk_box_pack_start (GTK_BOX (w_vbox32), cfg_mintime_enable, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
900 gtk_tooltips_set_tip (tooltips, cfg_mintime_enable, _("If enabled, the tune is played at least for the specified time, adding silence to the end if necessary."), NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
901 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
902 cfg_mintime_box = gtk_hbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
903 gtk_widget_set_name (cfg_mintime_box, "cfg_mintime_box"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
904 gtk_widget_show (cfg_mintime_box); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
905 gtk_box_pack_start (GTK_BOX (w_vbox32), cfg_mintime_box, FALSE, TRUE, 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
906 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
907 cfg_mintime_label1 = gtk_label_new (_("Playtime:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
908 gtk_widget_set_name (cfg_mintime_label1, "cfg_mintime_label1"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
909 gtk_widget_show (cfg_mintime_label1); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
910 gtk_box_pack_start (GTK_BOX (cfg_mintime_box), cfg_mintime_label1, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
911 gtk_label_set_justify (GTK_LABEL (cfg_mintime_label1), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
912 gtk_misc_set_alignment (GTK_MISC (cfg_mintime_label1), 0, 0.5); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
913 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
914 cfg_mintime_adj = gtk_adjustment_new (15, 1, 32767, 1, 60, 60); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
915 cfg_mintime = gtk_spin_button_new (GTK_ADJUSTMENT (cfg_mintime_adj), 1, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
916 gtk_widget_set_name (cfg_mintime, "cfg_mintime"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
917 gtk_widget_show (cfg_mintime); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
918 gtk_box_pack_start (GTK_BOX (cfg_mintime_box), cfg_mintime, FALSE, TRUE, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
919 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
920 cfg_mintime_label2 = gtk_label_new (_("seconds")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
921 gtk_widget_set_name (cfg_mintime_label2, "cfg_mintime_label2"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
922 gtk_widget_show (cfg_mintime_label2); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
923 gtk_box_pack_start (GTK_BOX (cfg_mintime_box), cfg_mintime_label2, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
924 gtk_label_set_justify (GTK_LABEL (cfg_mintime_label2), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
925 gtk_misc_set_alignment (GTK_MISC (cfg_mintime_label2), 0, 0.5); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
926 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
927 label15 = gtk_label_new (_("Minimum playtime:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
928 gtk_widget_set_name (label15, "label15"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
929 gtk_widget_show (label15); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
930 gtk_frame_set_label_widget (GTK_FRAME (w_frame29), label15); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
931 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
932 w_frame21 = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
933 gtk_widget_set_name (w_frame21, "w_frame21"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
934 gtk_widget_show (w_frame21); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
935 gtk_box_pack_start (GTK_BOX (w_vbox20), w_frame21, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
936 gtk_container_set_border_width (GTK_CONTAINER (w_frame21), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
937 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
938 w_vbox21 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
939 gtk_widget_set_name (w_vbox21, "w_vbox21"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
940 gtk_widget_show (w_vbox21); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
941 gtk_container_add (GTK_CONTAINER (w_frame21), w_vbox21); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
942 gtk_container_set_border_width (GTK_CONTAINER (w_vbox21), 2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
943 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
944 cfg_maxtime_enable = gtk_check_button_new_with_mnemonic (_("Play for specified time maximum")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
945 gtk_widget_set_name (cfg_maxtime_enable, "cfg_maxtime_enable"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
946 gtk_widget_show (cfg_maxtime_enable); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
947 gtk_box_pack_start (GTK_BOX (w_vbox21), cfg_maxtime_enable, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
948 gtk_tooltips_set_tip (tooltips, cfg_maxtime_enable, _("If enabled, tune is played until specified duration is reached (aka maximum playtime)."), NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
949 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
950 cfg_maxtime_unknown = gtk_check_button_new_with_mnemonic (_("Only when song length is unknown")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
951 gtk_widget_set_name (cfg_maxtime_unknown, "cfg_maxtime_unknown"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
952 gtk_widget_show (cfg_maxtime_unknown); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
953 gtk_box_pack_start (GTK_BOX (w_vbox21), cfg_maxtime_unknown, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
954 gtk_tooltips_set_tip (tooltips, cfg_maxtime_unknown, _("If enabled, the maximum playtime is applied only if song/tune length is not known."), NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
955 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
956 cfg_maxtime_box = gtk_hbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
957 gtk_widget_set_name (cfg_maxtime_box, "cfg_maxtime_box"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
958 gtk_widget_show (cfg_maxtime_box); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
959 gtk_box_pack_start (GTK_BOX (w_vbox21), cfg_maxtime_box, FALSE, TRUE, 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
960 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
961 cfg_maxtime_label1 = gtk_label_new (_("Playtime:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
962 gtk_widget_set_name (cfg_maxtime_label1, "cfg_maxtime_label1"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
963 gtk_widget_show (cfg_maxtime_label1); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
964 gtk_box_pack_start (GTK_BOX (cfg_maxtime_box), cfg_maxtime_label1, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
965 gtk_label_set_justify (GTK_LABEL (cfg_maxtime_label1), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
966 gtk_misc_set_alignment (GTK_MISC (cfg_maxtime_label1), 0, 0.5); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
967 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
968 cfg_maxtime_adj = gtk_adjustment_new (150, 1, 32767, 1, 60, 60); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
969 cfg_maxtime = gtk_spin_button_new (GTK_ADJUSTMENT (cfg_maxtime_adj), 1, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
970 gtk_widget_set_name (cfg_maxtime, "cfg_maxtime"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
971 gtk_widget_show (cfg_maxtime); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
972 gtk_box_pack_start (GTK_BOX (cfg_maxtime_box), cfg_maxtime, FALSE, TRUE, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
973 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
974 cfg_maxtime_label2 = gtk_label_new (_("seconds")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
975 gtk_widget_set_name (cfg_maxtime_label2, "cfg_maxtime_label2"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
976 gtk_widget_show (cfg_maxtime_label2); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
977 gtk_box_pack_start (GTK_BOX (cfg_maxtime_box), cfg_maxtime_label2, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
978 gtk_label_set_justify (GTK_LABEL (cfg_maxtime_label2), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
979 gtk_misc_set_alignment (GTK_MISC (cfg_maxtime_label2), 0, 0.5); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
980 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
981 label16 = gtk_label_new (_("Maximum playtime:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
982 gtk_widget_set_name (label16, "label16"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
983 gtk_widget_show (label16); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
984 gtk_frame_set_label_widget (GTK_FRAME (w_frame21), label16); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
985 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
986 w_frame18 = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
987 gtk_widget_set_name (w_frame18, "w_frame18"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
988 gtk_widget_show (w_frame18); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
989 gtk_box_pack_start (GTK_BOX (w_vbox20), w_frame18, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
990 gtk_container_set_border_width (GTK_CONTAINER (w_frame18), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
991 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
992 w_vbox18 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
993 gtk_widget_set_name (w_vbox18, "w_vbox18"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
994 gtk_widget_show (w_vbox18); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
995 gtk_container_add (GTK_CONTAINER (w_frame18), w_vbox18); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
996 gtk_container_set_border_width (GTK_CONTAINER (w_vbox18), 2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
997 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
998 cfg_sld_enable = gtk_check_button_new_with_mnemonic (_("Use XSIDPLAY-compatible database")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
999 gtk_widget_set_name (cfg_sld_enable, "cfg_sld_enable"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1000 gtk_widget_show (cfg_sld_enable); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1001 gtk_box_pack_start (GTK_BOX (w_vbox18), cfg_sld_enable, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1002 gtk_tooltips_set_tip (tooltips, cfg_sld_enable, _("This option enables using of XSIDPLAY compatible song length database. (Refer to Audacious-SID documentation for more information)"), NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1003 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1004 cfg_sld_box = gtk_hbox_new (FALSE, 4); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1005 gtk_widget_set_name (cfg_sld_box, "cfg_sld_box"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1006 gtk_widget_show (cfg_sld_box); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1007 gtk_box_pack_start (GTK_BOX (w_vbox18), cfg_sld_box, FALSE, TRUE, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1008 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1009 cfg_sld_label1 = gtk_label_new (_("DB-file:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1010 gtk_widget_set_name (cfg_sld_label1, "cfg_sld_label1"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1011 gtk_widget_show (cfg_sld_label1); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1012 gtk_box_pack_start (GTK_BOX (cfg_sld_box), cfg_sld_label1, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1013 gtk_label_set_justify (GTK_LABEL (cfg_sld_label1), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1014 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1015 cfg_sld_dbpath = gtk_entry_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1016 gtk_widget_set_name (cfg_sld_dbpath, "cfg_sld_dbpath"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1017 gtk_widget_show (cfg_sld_dbpath); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1018 gtk_box_pack_start (GTK_BOX (cfg_sld_box), cfg_sld_dbpath, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1019 gtk_tooltips_set_tip (tooltips, cfg_sld_dbpath, _("Database path and filename"), NULL); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1020 gtk_entry_set_invisible_char (GTK_ENTRY (cfg_sld_dbpath), 9679); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1021 |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1022 cfg_sld_dbbrowse = gtk_button_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1023 gtk_widget_set_name (cfg_sld_dbbrowse, "cfg_sld_dbbrowse"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1024 gtk_widget_show (cfg_sld_dbbrowse); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1025 gtk_box_pack_start (GTK_BOX (cfg_sld_box), cfg_sld_dbbrowse, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1026 gtk_tooltips_set_tip (tooltips, cfg_sld_dbbrowse, _("Browse for song length-database file"), NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1027 |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1028 alignment1 = gtk_alignment_new (0.5, 0.5, 0, 0); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1029 gtk_widget_set_name (alignment1, "alignment1"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1030 gtk_widget_show (alignment1); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1031 gtk_container_add (GTK_CONTAINER (cfg_sld_dbbrowse), alignment1); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1032 |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1033 hbox1 = gtk_hbox_new (FALSE, 2); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1034 gtk_widget_set_name (hbox1, "hbox1"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1035 gtk_widget_show (hbox1); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1036 gtk_container_add (GTK_CONTAINER (alignment1), hbox1); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1037 |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1038 image1 = gtk_image_new_from_stock ("gtk-open", GTK_ICON_SIZE_BUTTON); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1039 gtk_widget_set_name (image1, "image1"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1040 gtk_widget_show (image1); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1041 gtk_box_pack_start (GTK_BOX (hbox1), image1, FALSE, FALSE, 0); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1042 |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1043 label30 = gtk_label_new_with_mnemonic (_("Browse")); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1044 gtk_widget_set_name (label30, "label30"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1045 gtk_widget_show (label30); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1046 gtk_box_pack_start (GTK_BOX (hbox1), label30, FALSE, FALSE, 0); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1047 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1048 label17 = gtk_label_new (_("Song length database:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1049 gtk_widget_set_name (label17, "label17"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1050 gtk_widget_show (label17); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1051 gtk_frame_set_label_widget (GTK_FRAME (w_frame18), label17); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1052 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1053 w_label26 = gtk_label_new (_("Songlength")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1054 gtk_widget_set_name (w_label26, "w_label26"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1055 gtk_widget_show (w_label26); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1056 gtk_notebook_set_tab_label (GTK_NOTEBOOK (cfg_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (cfg_notebook), 4), w_label26); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1057 gtk_label_set_justify (GTK_LABEL (w_label26), GTK_JUSTIFY_CENTER); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1058 |
1605
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1059 frame1 = gtk_frame_new (NULL); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1060 gtk_widget_set_name (frame1, "frame1"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1061 gtk_widget_show (frame1); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1062 gtk_container_add (GTK_CONTAINER (cfg_notebook), frame1); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1063 gtk_container_set_border_width (GTK_CONTAINER (frame1), 4); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1064 |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1065 vbox1 = gtk_vbox_new (FALSE, 2); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1066 gtk_widget_set_name (vbox1, "vbox1"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1067 gtk_widget_show (vbox1); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1068 gtk_container_add (GTK_CONTAINER (frame1), vbox1); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1069 gtk_container_set_border_width (GTK_CONTAINER (vbox1), 2); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1070 |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1071 cfg_ftitle_override = gtk_check_button_new_with_mnemonic (_("Override generic Tuplez format string")); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1072 gtk_widget_set_name (cfg_ftitle_override, "cfg_ftitle_override"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1073 gtk_widget_show (cfg_ftitle_override); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1074 gtk_box_pack_start (GTK_BOX (vbox1), cfg_ftitle_override, FALSE, FALSE, 0); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1075 gtk_tooltips_set_tip (tooltips, cfg_ftitle_override, _("By enabling this option you can specify a custom Tuplez formatting string for SID-files. The SID-plugin specific Tuplez tags are described shortly below."), NULL); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1076 |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1077 cfg_ftitle_box = gtk_vbox_new (FALSE, 0); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1078 gtk_widget_set_name (cfg_ftitle_box, "cfg_ftitle_box"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1079 gtk_widget_show (cfg_ftitle_box); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1080 gtk_box_pack_start (GTK_BOX (vbox1), cfg_ftitle_box, TRUE, TRUE, 0); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1081 |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1082 cfg_ftitle_format = gtk_entry_new (); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1083 gtk_widget_set_name (cfg_ftitle_format, "cfg_ftitle_format"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1084 gtk_widget_show (cfg_ftitle_format); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1085 gtk_box_pack_start (GTK_BOX (cfg_ftitle_box), cfg_ftitle_format, FALSE, FALSE, 0); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1086 gtk_tooltips_set_tip (tooltips, cfg_ftitle_format, _("Tuplez format string for SID-files"), NULL); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1087 gtk_entry_set_invisible_char (GTK_ENTRY (cfg_ftitle_format), 9679); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1088 |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1089 cfg_ftitle_descs = gtk_label_new (_("<u>SID-specific Tuplez fields:</u>\n\n<b>sid-format</b>\t\t- Specific fileformat\n<b>sid-model</b>\t\t- 6581 or 8580\n<b>sid-speed</b>\t\t- Timing or speed: PAL/NTSC/etc.\n\n<u>Other \"special\" fields set:</u>\n\n<b>subsong-num, subsong-id</b>")); |
1605
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1090 gtk_widget_set_name (cfg_ftitle_descs, "cfg_ftitle_descs"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1091 gtk_widget_show (cfg_ftitle_descs); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1092 gtk_box_pack_start (GTK_BOX (cfg_ftitle_box), cfg_ftitle_descs, TRUE, TRUE, 0); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1093 gtk_label_set_use_markup (GTK_LABEL (cfg_ftitle_descs), TRUE); |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1094 gtk_misc_set_alignment (GTK_MISC (cfg_ftitle_descs), 0, 0); |
1605
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1095 gtk_misc_set_padding (GTK_MISC (cfg_ftitle_descs), 8, 8); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1096 |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1097 label29 = gtk_label_new (_("Song title format:")); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1098 gtk_widget_set_name (label29, "label29"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1099 gtk_widget_show (label29); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1100 gtk_frame_set_label_widget (GTK_FRAME (frame1), label29); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1101 |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1102 w_label27 = gtk_label_new (_("Title")); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1103 gtk_widget_set_name (w_label27, "w_label27"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1104 gtk_widget_show (w_label27); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1105 gtk_notebook_set_tab_label (GTK_NOTEBOOK (cfg_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (cfg_notebook), 5), w_label27); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1106 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1107 w_vbox19 = gtk_vbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1108 gtk_widget_set_name (w_vbox19, "w_vbox19"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1109 gtk_widget_show (w_vbox19); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1110 gtk_container_add (GTK_CONTAINER (cfg_notebook), w_vbox19); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1111 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1112 w_frame31 = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1113 gtk_widget_set_name (w_frame31, "w_frame31"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1114 gtk_widget_show (w_frame31); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1115 gtk_box_pack_start (GTK_BOX (w_vbox19), w_frame31, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1116 gtk_container_set_border_width (GTK_CONTAINER (w_frame31), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1117 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1118 w_vbox35 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1119 gtk_widget_set_name (w_vbox35, "w_vbox35"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1120 gtk_widget_show (w_vbox35); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1121 gtk_container_add (GTK_CONTAINER (w_frame31), w_vbox35); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1122 gtk_container_set_border_width (GTK_CONTAINER (w_vbox35), 2); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1123 |
1583
2b5768cdca7a
Use set_info(), blah and actually add at least the default sub-tune to
Matti Hamalainen <ccr@tnsp.org>
parents:
1574
diff
changeset
|
1124 cfg_subauto_enable = gtk_check_button_new_with_mnemonic (_("Add sub-tunes to playlist")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1125 gtk_widget_set_name (cfg_subauto_enable, "cfg_subauto_enable"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1126 gtk_widget_show (cfg_subauto_enable); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1127 gtk_box_pack_start (GTK_BOX (w_vbox35), cfg_subauto_enable, FALSE, FALSE, 0); |
1605
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1128 gtk_tooltips_set_tip (tooltips, cfg_subauto_enable, _("If enabled, sub-tunes of each file will be added to playlist. If disabled, only the default sub-tune will be added."), NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1129 |
1605
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1130 cfg_subauto_min_only = gtk_check_button_new_with_mnemonic (_("Only tunes with specified minimum duration")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1131 gtk_widget_set_name (cfg_subauto_min_only, "cfg_subauto_min_only"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1132 gtk_widget_show (cfg_subauto_min_only); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1133 gtk_box_pack_start (GTK_BOX (w_vbox35), cfg_subauto_min_only, FALSE, FALSE, 0); |
1605
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1134 gtk_tooltips_set_tip (tooltips, cfg_subauto_min_only, _("Only add sub-tunes that have a duration of at least specified time."), NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1135 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1136 cfg_subauto_box = gtk_hbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1137 gtk_widget_set_name (cfg_subauto_box, "cfg_subauto_box"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1138 gtk_widget_show (cfg_subauto_box); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1139 gtk_box_pack_start (GTK_BOX (w_vbox35), cfg_subauto_box, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1140 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1141 w_label52 = gtk_label_new (_("Playtime:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1142 gtk_widget_set_name (w_label52, "w_label52"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1143 gtk_widget_show (w_label52); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1144 gtk_box_pack_start (GTK_BOX (cfg_subauto_box), w_label52, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1145 gtk_label_set_justify (GTK_LABEL (w_label52), GTK_JUSTIFY_CENTER); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1146 gtk_misc_set_alignment (GTK_MISC (w_label52), 0, 0.5); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1147 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1148 cfg_subauto_mintime_adj = gtk_adjustment_new (15, 1, 32767, 1, 60, 60); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1149 cfg_subauto_mintime = gtk_spin_button_new (GTK_ADJUSTMENT (cfg_subauto_mintime_adj), 1, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1150 gtk_widget_set_name (cfg_subauto_mintime, "cfg_subauto_mintime"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1151 gtk_widget_show (cfg_subauto_mintime); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1152 gtk_box_pack_start (GTK_BOX (cfg_subauto_box), cfg_subauto_mintime, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1153 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1154 w_label53 = gtk_label_new (_("seconds")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1155 gtk_widget_set_name (w_label53, "w_label53"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1156 gtk_widget_show (w_label53); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1157 gtk_box_pack_start (GTK_BOX (cfg_subauto_box), w_label53, FALSE, FALSE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1158 gtk_label_set_justify (GTK_LABEL (w_label53), GTK_JUSTIFY_CENTER); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1159 gtk_misc_set_alignment (GTK_MISC (w_label53), 0, 0.5); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1160 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1161 label21 = gtk_label_new (_("Sub-tune handling:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1162 gtk_widget_set_name (label21, "label21"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1163 gtk_widget_show (label21); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1164 gtk_frame_set_label_widget (GTK_FRAME (w_frame31), label21); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1165 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1166 w_frame7 = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1167 gtk_widget_set_name (w_frame7, "w_frame7"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1168 gtk_widget_show (w_frame7); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1169 gtk_box_pack_start (GTK_BOX (w_vbox19), w_frame7, FALSE, FALSE, 0); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1170 gtk_container_set_border_width (GTK_CONTAINER (w_frame7), 4); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1171 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1172 w_vbox8 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1173 gtk_widget_set_name (w_vbox8, "w_vbox8"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1174 gtk_widget_show (w_vbox8); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1175 gtk_container_add (GTK_CONTAINER (w_frame7), w_vbox8); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1176 gtk_container_set_border_width (GTK_CONTAINER (w_vbox8), 2); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1177 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1178 cfg_stil_enable = gtk_check_button_new_with_mnemonic (_("Use STIL database")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1179 gtk_widget_set_name (cfg_stil_enable, "cfg_stil_enable"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1180 gtk_widget_show (cfg_stil_enable); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1181 gtk_box_pack_start (GTK_BOX (w_vbox8), cfg_stil_enable, TRUE, FALSE, 0); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1182 gtk_tooltips_set_tip (tooltips, cfg_stil_enable, _("If this option is enabled (and the database & HVSC settings below are correctly set), Audacious-SID will use and display additional information from STIL database when HVSC SIDs are played."), NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1183 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1184 cfg_stil_box1 = gtk_hbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1185 gtk_widget_set_name (cfg_stil_box1, "cfg_stil_box1"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1186 gtk_widget_show (cfg_stil_box1); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1187 gtk_box_pack_start (GTK_BOX (w_vbox8), cfg_stil_box1, TRUE, TRUE, 0); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1188 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1189 cfg_stil_label1 = gtk_label_new (_("STIL file:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1190 gtk_widget_set_name (cfg_stil_label1, "cfg_stil_label1"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1191 gtk_widget_show (cfg_stil_label1); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1192 gtk_box_pack_start (GTK_BOX (cfg_stil_box1), cfg_stil_label1, FALSE, FALSE, 0); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1193 gtk_label_set_justify (GTK_LABEL (cfg_stil_label1), GTK_JUSTIFY_CENTER); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1194 gtk_misc_set_padding (GTK_MISC (cfg_stil_label1), 4, 0); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1195 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1196 w_alignment2 = gtk_alignment_new (0.5, 0.5, 1, 1); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1197 gtk_widget_set_name (w_alignment2, "w_alignment2"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1198 gtk_widget_show (w_alignment2); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1199 gtk_box_pack_start (GTK_BOX (cfg_stil_box1), w_alignment2, TRUE, TRUE, 4); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1200 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1201 cfg_stil_dbpath = gtk_entry_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1202 gtk_widget_set_name (cfg_stil_dbpath, "cfg_stil_dbpath"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1203 gtk_widget_show (cfg_stil_dbpath); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1204 gtk_container_add (GTK_CONTAINER (w_alignment2), cfg_stil_dbpath); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1205 gtk_tooltips_set_tip (tooltips, cfg_stil_dbpath, _("Path and filename of STIL database file (STIL.txt), usually found from HVSC's DOCUMENTS-subdirectory."), NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1206 gtk_entry_set_invisible_char (GTK_ENTRY (cfg_stil_dbpath), 9679); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1207 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1208 w_alignment1 = gtk_alignment_new (0.5, 0.5, 1, 0.300001); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1209 gtk_widget_set_name (w_alignment1, "w_alignment1"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1210 gtk_widget_show (w_alignment1); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1211 gtk_box_pack_end (GTK_BOX (cfg_stil_box1), w_alignment1, FALSE, FALSE, 0); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1212 gtk_container_set_border_width (GTK_CONTAINER (w_alignment1), 4); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1213 |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1214 cfg_stil_browse = gtk_button_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1215 gtk_widget_set_name (cfg_stil_browse, "cfg_stil_browse"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1216 gtk_widget_show (cfg_stil_browse); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1217 gtk_container_add (GTK_CONTAINER (w_alignment1), cfg_stil_browse); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1218 gtk_tooltips_set_tip (tooltips, cfg_stil_browse, _("Browse for STIL-database file"), NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1219 |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1220 alignment2 = gtk_alignment_new (0.5, 0.5, 0, 0); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1221 gtk_widget_set_name (alignment2, "alignment2"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1222 gtk_widget_show (alignment2); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1223 gtk_container_add (GTK_CONTAINER (cfg_stil_browse), alignment2); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1224 |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1225 hbox2 = gtk_hbox_new (FALSE, 2); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1226 gtk_widget_set_name (hbox2, "hbox2"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1227 gtk_widget_show (hbox2); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1228 gtk_container_add (GTK_CONTAINER (alignment2), hbox2); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1229 |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1230 image2 = gtk_image_new_from_stock ("gtk-open", GTK_ICON_SIZE_BUTTON); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1231 gtk_widget_set_name (image2, "image2"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1232 gtk_widget_show (image2); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1233 gtk_box_pack_start (GTK_BOX (hbox2), image2, FALSE, FALSE, 0); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1234 |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1235 label31 = gtk_label_new_with_mnemonic (_("Browse")); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1236 gtk_widget_set_name (label31, "label31"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1237 gtk_widget_show (label31); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1238 gtk_box_pack_start (GTK_BOX (hbox2), label31, FALSE, FALSE, 0); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1239 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1240 cfg_stil_box2 = gtk_hbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1241 gtk_widget_set_name (cfg_stil_box2, "cfg_stil_box2"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1242 gtk_widget_show (cfg_stil_box2); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1243 gtk_box_pack_start (GTK_BOX (w_vbox8), cfg_stil_box2, TRUE, TRUE, 0); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1244 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1245 cfg_hvsc_label1 = gtk_label_new (_("HVSC path:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1246 gtk_widget_set_name (cfg_hvsc_label1, "cfg_hvsc_label1"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1247 gtk_widget_show (cfg_hvsc_label1); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1248 gtk_box_pack_start (GTK_BOX (cfg_stil_box2), cfg_hvsc_label1, FALSE, FALSE, 0); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1249 gtk_label_set_justify (GTK_LABEL (cfg_hvsc_label1), GTK_JUSTIFY_CENTER); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1250 gtk_misc_set_padding (GTK_MISC (cfg_hvsc_label1), 4, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1251 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1252 w_alignment6 = gtk_alignment_new (0.5, 0.5, 1, 1); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1253 gtk_widget_set_name (w_alignment6, "w_alignment6"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1254 gtk_widget_show (w_alignment6); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1255 gtk_box_pack_start (GTK_BOX (cfg_stil_box2), w_alignment6, TRUE, TRUE, 4); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1256 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1257 cfg_hvsc_path = gtk_entry_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1258 gtk_widget_set_name (cfg_hvsc_path, "cfg_hvsc_path"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1259 gtk_widget_show (cfg_hvsc_path); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1260 gtk_container_add (GTK_CONTAINER (w_alignment6), cfg_hvsc_path); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1261 gtk_tooltips_set_tip (tooltips, cfg_hvsc_path, _("Path to base-directory of your High Voltage SID Collection (HVSC), for example /media/C64Music/"), NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1262 gtk_entry_set_invisible_char (GTK_ENTRY (cfg_hvsc_path), 9679); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1263 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1264 w_alignment7 = gtk_alignment_new (0.5, 0.5, 1, 0.300001); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1265 gtk_widget_set_name (w_alignment7, "w_alignment7"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1266 gtk_widget_show (w_alignment7); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1267 gtk_box_pack_end (GTK_BOX (cfg_stil_box2), w_alignment7, FALSE, FALSE, 0); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1268 gtk_container_set_border_width (GTK_CONTAINER (w_alignment7), 4); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1269 |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1270 cfg_hvsc_browse = gtk_button_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1271 gtk_widget_set_name (cfg_hvsc_browse, "cfg_hvsc_browse"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1272 gtk_widget_show (cfg_hvsc_browse); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1273 gtk_container_add (GTK_CONTAINER (w_alignment7), cfg_hvsc_browse); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1274 gtk_tooltips_set_tip (tooltips, cfg_hvsc_browse, _("Browse for HVSC path"), NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1275 |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1276 alignment3 = gtk_alignment_new (0.5, 0.5, 0, 0); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1277 gtk_widget_set_name (alignment3, "alignment3"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1278 gtk_widget_show (alignment3); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1279 gtk_container_add (GTK_CONTAINER (cfg_hvsc_browse), alignment3); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1280 |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1281 hbox3 = gtk_hbox_new (FALSE, 2); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1282 gtk_widget_set_name (hbox3, "hbox3"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1283 gtk_widget_show (hbox3); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1284 gtk_container_add (GTK_CONTAINER (alignment3), hbox3); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1285 |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1286 image3 = gtk_image_new_from_stock ("gtk-open", GTK_ICON_SIZE_BUTTON); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1287 gtk_widget_set_name (image3, "image3"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1288 gtk_widget_show (image3); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1289 gtk_box_pack_start (GTK_BOX (hbox3), image3, FALSE, FALSE, 0); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1290 |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1291 label32 = gtk_label_new_with_mnemonic (_("Browse")); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1292 gtk_widget_set_name (label32, "label32"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1293 gtk_widget_show (label32); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1294 gtk_box_pack_start (GTK_BOX (hbox3), label32, FALSE, FALSE, 0); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1295 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1296 label18 = gtk_label_new (_("SID Tune Information List (STIL) database:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1297 gtk_widget_set_name (label18, "label18"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1298 gtk_widget_show (label18); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1299 gtk_frame_set_label_widget (GTK_FRAME (w_frame7), label18); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1300 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1301 w_label3 = gtk_label_new (_("Misc")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1302 gtk_widget_set_name (w_label3, "w_label3"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1303 gtk_widget_show (w_label3); |
1605
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1304 gtk_notebook_set_tab_label (GTK_NOTEBOOK (cfg_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (cfg_notebook), 6), w_label3); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1305 gtk_label_set_justify (GTK_LABEL (w_label3), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1306 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1307 hbuttonbox1 = gtk_hbutton_box_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1308 gtk_widget_set_name (hbuttonbox1, "hbuttonbox1"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1309 gtk_widget_show (hbuttonbox1); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1310 gtk_box_pack_end (GTK_BOX (w_vbox1), hbuttonbox1, FALSE, FALSE, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1311 gtk_container_set_border_width (GTK_CONTAINER (hbuttonbox1), 4); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1312 gtk_button_box_set_layout (GTK_BUTTON_BOX (hbuttonbox1), GTK_BUTTONBOX_END); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1313 gtk_box_set_spacing (GTK_BOX (hbuttonbox1), 8); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1314 |
2724
2e28d949789d
Swapped OK and Cancel button positions to conform bit more to "Gtk+2 style"
Matti Hamalainen <ccr@tnsp.org>
parents:
2650
diff
changeset
|
1315 cfg_cancel = gtk_button_new_from_stock ("gtk-cancel"); |
2e28d949789d
Swapped OK and Cancel button positions to conform bit more to "Gtk+2 style"
Matti Hamalainen <ccr@tnsp.org>
parents:
2650
diff
changeset
|
1316 gtk_widget_set_name (cfg_cancel, "cfg_cancel"); |
2e28d949789d
Swapped OK and Cancel button positions to conform bit more to "Gtk+2 style"
Matti Hamalainen <ccr@tnsp.org>
parents:
2650
diff
changeset
|
1317 gtk_widget_show (cfg_cancel); |
2e28d949789d
Swapped OK and Cancel button positions to conform bit more to "Gtk+2 style"
Matti Hamalainen <ccr@tnsp.org>
parents:
2650
diff
changeset
|
1318 gtk_container_add (GTK_CONTAINER (hbuttonbox1), cfg_cancel); |
2e28d949789d
Swapped OK and Cancel button positions to conform bit more to "Gtk+2 style"
Matti Hamalainen <ccr@tnsp.org>
parents:
2650
diff
changeset
|
1319 GTK_WIDGET_SET_FLAGS (cfg_cancel, GTK_CAN_DEFAULT); |
2e28d949789d
Swapped OK and Cancel button positions to conform bit more to "Gtk+2 style"
Matti Hamalainen <ccr@tnsp.org>
parents:
2650
diff
changeset
|
1320 gtk_tooltips_set_tip (tooltips, cfg_cancel, _("Cancel any changes"), NULL); |
2e28d949789d
Swapped OK and Cancel button positions to conform bit more to "Gtk+2 style"
Matti Hamalainen <ccr@tnsp.org>
parents:
2650
diff
changeset
|
1321 |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1322 cfg_ok = gtk_button_new_from_stock ("gtk-ok"); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1323 gtk_widget_set_name (cfg_ok, "cfg_ok"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1324 gtk_widget_show (cfg_ok); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1325 gtk_container_add (GTK_CONTAINER (hbuttonbox1), cfg_ok); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1326 GTK_WIDGET_SET_FLAGS (cfg_ok, GTK_CAN_DEFAULT); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1327 gtk_tooltips_set_tip (tooltips, cfg_ok, _("Accept and update changes"), NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1328 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1329 g_signal_connect ((gpointer) xs_configwin, "delete_event", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1330 G_CALLBACK (xs_configwin_delete), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1331 NULL); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1332 g_signal_connect ((gpointer) cfg_oversample, "toggled", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1333 G_CALLBACK (xs_cfg_oversample_toggled), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1334 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1335 g_signal_connect ((gpointer) cfg_emu_sidplay1, "toggled", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1336 G_CALLBACK (xs_cfg_emu_sidplay1_toggled), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1337 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1338 g_signal_connect ((gpointer) cfg_emu_sidplay2, "toggled", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1339 G_CALLBACK (xs_cfg_emu_sidplay2_toggled), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1340 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1341 g_signal_connect ((gpointer) cfg_emu_filters, "toggled", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1342 G_CALLBACK (xs_cfg_emu_filters_toggled), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1343 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1344 g_signal_connect ((gpointer) cfg_sp1_filter_reset, "clicked", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1345 G_CALLBACK (xs_cfg_sp1_filter_reset), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1346 NULL); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1347 g_signal_connect ((gpointer) cfg_sp2_filter_export, "clicked", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1348 G_CALLBACK (xs_cfg_sp2_filter_export), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1349 NULL); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1350 g_signal_connect ((gpointer) cfg_sp2_filter_load, "clicked", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1351 G_CALLBACK (xs_cfg_sp2_filter_load), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1352 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1353 g_signal_connect ((gpointer) cfg_sp2_filter_save, "clicked", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1354 G_CALLBACK (xs_cfg_sp2_filter_save), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1355 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1356 g_signal_connect ((gpointer) cfg_sp2_filter_import, "clicked", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1357 G_CALLBACK (xs_cfg_sp2_filter_import), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1358 NULL); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1359 g_signal_connect ((gpointer) cfg_sp2_filter_delete, "clicked", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1360 G_CALLBACK (xs_cfg_sp2_filter_delete), |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1361 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1362 g_signal_connect ((gpointer) cfg_mintime_enable, "toggled", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1363 G_CALLBACK (xs_cfg_mintime_enable_toggled), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1364 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1365 g_signal_connect ((gpointer) cfg_mintime, "changed", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1366 G_CALLBACK (xs_cfg_mintime_changed), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1367 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1368 g_signal_connect ((gpointer) cfg_maxtime_enable, "toggled", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1369 G_CALLBACK (xs_cfg_maxtime_enable_toggled), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1370 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1371 g_signal_connect ((gpointer) cfg_maxtime, "changed", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1372 G_CALLBACK (xs_cfg_maxtime_changed), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1373 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1374 g_signal_connect ((gpointer) cfg_sld_enable, "toggled", |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1375 G_CALLBACK (xs_cfg_sldb_enable_toggled), |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1376 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1377 g_signal_connect ((gpointer) cfg_sld_dbbrowse, "clicked", |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1378 G_CALLBACK (xs_cfg_sldb_browse), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1379 NULL); |
1605
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1380 g_signal_connect ((gpointer) cfg_ftitle_override, "toggled", |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1381 G_CALLBACK (xs_cfg_ftitle_override_toggled), |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1382 NULL); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1383 g_signal_connect ((gpointer) cfg_subauto_enable, "toggled", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1384 G_CALLBACK (xs_cfg_subauto_enable_toggled), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1385 NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1386 g_signal_connect ((gpointer) cfg_subauto_min_only, "toggled", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1387 G_CALLBACK (xs_cfg_subauto_min_only_toggled), |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1388 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1389 g_signal_connect ((gpointer) cfg_stil_enable, "toggled", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1390 G_CALLBACK (xs_cfg_stil_enable_toggled), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1391 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1392 g_signal_connect ((gpointer) cfg_stil_browse, "clicked", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1393 G_CALLBACK (xs_cfg_stil_browse), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1394 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1395 g_signal_connect ((gpointer) cfg_hvsc_browse, "clicked", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1396 G_CALLBACK (xs_cfg_hvsc_browse), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1397 NULL); |
2724
2e28d949789d
Swapped OK and Cancel button positions to conform bit more to "Gtk+2 style"
Matti Hamalainen <ccr@tnsp.org>
parents:
2650
diff
changeset
|
1398 g_signal_connect ((gpointer) cfg_cancel, "clicked", |
2e28d949789d
Swapped OK and Cancel button positions to conform bit more to "Gtk+2 style"
Matti Hamalainen <ccr@tnsp.org>
parents:
2650
diff
changeset
|
1399 G_CALLBACK (xs_cfg_cancel), |
2e28d949789d
Swapped OK and Cancel button positions to conform bit more to "Gtk+2 style"
Matti Hamalainen <ccr@tnsp.org>
parents:
2650
diff
changeset
|
1400 NULL); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1401 g_signal_connect ((gpointer) cfg_ok, "clicked", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1402 G_CALLBACK (xs_cfg_ok), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1403 NULL); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1404 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1405 /* Store pointers to all widgets, for use by lookup_widget(). */ |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1406 GLADE_HOOKUP_OBJECT_NO_REF (xs_configwin, xs_configwin, "xs_configwin"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1407 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox1, "w_vbox1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1408 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_notebook, "cfg_notebook"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1409 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox6, "w_vbox6"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1410 GLADE_HOOKUP_OBJECT (xs_configwin, w_hbox2, "w_hbox2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1411 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sndres_frame, "cfg_sndres_frame"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1412 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox9, "w_vbox9"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1413 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_res_8bit, "cfg_res_8bit"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1414 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_res_16bit, "cfg_res_16bit"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1415 GLADE_HOOKUP_OBJECT (xs_configwin, label1, "label1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1416 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_channels_frame, "cfg_channels_frame"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1417 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox10, "w_vbox10"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1418 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_chn_mono, "cfg_chn_mono"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1419 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_chn_stereo, "cfg_chn_stereo"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1420 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_chn_autopan, "cfg_chn_autopan"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1421 GLADE_HOOKUP_OBJECT (xs_configwin, label2, "label2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1422 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_samplerate_frame, "cfg_samplerate_frame"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1423 GLADE_HOOKUP_OBJECT (xs_configwin, w_hbox4, "w_hbox4"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1424 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_samplerate_combo, "cfg_samplerate_combo"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1425 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_samplerate, "cfg_samplerate"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1426 GLADE_HOOKUP_OBJECT (xs_configwin, w_label8, "w_label8"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1427 GLADE_HOOKUP_OBJECT (xs_configwin, w_label54, "w_label54"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1428 GLADE_HOOKUP_OBJECT (xs_configwin, label3, "label3"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1429 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_oversample_frame, "cfg_oversample_frame"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1430 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox27, "w_vbox27"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1431 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_oversample, "cfg_oversample"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1432 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_oversample_box, "cfg_oversample_box"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1433 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_oversample_label1, "cfg_oversample_label1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1434 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_oversample_factor, "cfg_oversample_factor"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1435 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_oversample_label2, "cfg_oversample_label2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1436 GLADE_HOOKUP_OBJECT (xs_configwin, label4, "label4"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1437 GLADE_HOOKUP_OBJECT (xs_configwin, w_label1, "w_label1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1438 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox2, "w_vbox2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1439 GLADE_HOOKUP_OBJECT (xs_configwin, w_hbox1, "w_hbox1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1440 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_clock_frame, "cfg_clock_frame"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1441 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox4, "w_vbox4"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1442 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_clock_force, "cfg_emu_clock_force"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1443 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_clock_pal, "cfg_emu_clock_pal"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1444 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_clock_ntsc, "cfg_emu_clock_ntsc"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1445 GLADE_HOOKUP_OBJECT (xs_configwin, label5, "label5"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1446 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sid_model_frame, "cfg_sid_model_frame"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1447 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox3, "w_vbox3"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1448 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_sid_force, "cfg_emu_sid_force"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1449 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_mos6581, "cfg_emu_mos6581"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1450 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_mos8580, "cfg_emu_mos8580"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1451 GLADE_HOOKUP_OBJECT (xs_configwin, label6, "label6"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1452 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emulib_frame, "cfg_emulib_frame"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1453 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox26, "w_vbox26"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1454 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_sidplay1, "cfg_emu_sidplay1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1455 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_sidplay2, "cfg_emu_sidplay2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1456 GLADE_HOOKUP_OBJECT (xs_configwin, label7, "label7"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1457 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_memmode_frame, "cfg_memmode_frame"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1458 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox5, "w_vbox5"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1459 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_mem_real, "cfg_emu_mem_real"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1460 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_mem_banksw, "cfg_emu_mem_banksw"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1461 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_mem_transrom, "cfg_emu_mem_transrom"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1462 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_mem_playsid, "cfg_emu_mem_playsid"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1463 GLADE_HOOKUP_OBJECT (xs_configwin, label8, "label8"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1464 GLADE_HOOKUP_OBJECT (xs_configwin, w_label2, "w_label2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1465 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox29, "w_vbox29"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1466 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sidplay2_frame, "cfg_sidplay2_frame"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1467 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox30, "w_vbox30"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1468 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_sp2_opt, "cfg_emu_sp2_opt"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1469 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_sp2_resid, "cfg_emu_sp2_resid"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1470 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_sp2_hardsid, "cfg_emu_sp2_hardsid"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1471 GLADE_HOOKUP_OBJECT (xs_configwin, label9, "label9"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1472 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_resid_frame, "cfg_resid_frame"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1473 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox37, "w_vbox37"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1474 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_resid_fast, "cfg_emu_resid_fast"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1475 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_resid_int, "cfg_emu_resid_int"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1476 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_resid_res_fast, "cfg_emu_resid_res_fast"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1477 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_resid_res_int, "cfg_emu_resid_res_int"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1478 GLADE_HOOKUP_OBJECT (xs_configwin, label10, "label10"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1479 GLADE_HOOKUP_OBJECT (xs_configwin, w_label48, "w_label48"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1480 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox25, "w_vbox25"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1481 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_emu_filters, "cfg_emu_filters"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1482 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_filters_notebook, "cfg_filters_notebook"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1483 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_box_filter_sidplay1, "cfg_box_filter_sidplay1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1484 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp1_frm_fs, "cfg_sp1_frm_fs"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1485 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp1_filter_fs, "cfg_sp1_filter_fs"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1486 GLADE_HOOKUP_OBJECT (xs_configwin, label11, "label11"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1487 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp1_frm_fm, "cfg_sp1_frm_fm"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1488 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp1_filter_fm, "cfg_sp1_filter_fm"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1489 GLADE_HOOKUP_OBJECT (xs_configwin, label12, "label12"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1490 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp1_frm_ft, "cfg_sp1_frm_ft"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1491 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp1_filter_ft, "cfg_sp1_filter_ft"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1492 GLADE_HOOKUP_OBJECT (xs_configwin, label13, "label13"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1493 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox17, "w_vbox17"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1494 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp1_filter_reset, "cfg_sp1_filter_reset"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1495 GLADE_HOOKUP_OBJECT (xs_configwin, w_label55, "w_label55"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1496 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_box_filter_sidplay2, "cfg_box_filter_sidplay2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1497 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp_filter_controlbox, "cfg_sp_filter_controlbox"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1498 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp2_filter_combo, "cfg_sp2_filter_combo"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1499 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp2_filter_combo_entry, "cfg_sp2_filter_combo_entry"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1500 GLADE_HOOKUP_OBJECT (xs_configwin, table3, "table3"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1501 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp2_filter_export, "cfg_sp2_filter_export"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1502 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp2_filter_load, "cfg_sp2_filter_load"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1503 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp2_filter_save, "cfg_sp2_filter_save"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1504 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp2_filter_import, "cfg_sp2_filter_import"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1505 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp2_filter_delete, "cfg_sp2_filter_delete"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1506 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sp2_filter_frame, "cfg_sp2_filter_frame"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1507 GLADE_HOOKUP_OBJECT (xs_configwin, label14, "label14"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1508 GLADE_HOOKUP_OBJECT (xs_configwin, w_label56, "w_label56"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1509 GLADE_HOOKUP_OBJECT (xs_configwin, w_label24, "w_label24"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1510 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox20, "w_vbox20"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1511 GLADE_HOOKUP_OBJECT (xs_configwin, w_frame29, "w_frame29"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1512 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox32, "w_vbox32"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1513 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_mintime_enable, "cfg_mintime_enable"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1514 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_mintime_box, "cfg_mintime_box"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1515 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_mintime_label1, "cfg_mintime_label1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1516 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_mintime, "cfg_mintime"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1517 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_mintime_label2, "cfg_mintime_label2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1518 GLADE_HOOKUP_OBJECT (xs_configwin, label15, "label15"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1519 GLADE_HOOKUP_OBJECT (xs_configwin, w_frame21, "w_frame21"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1520 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox21, "w_vbox21"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1521 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_maxtime_enable, "cfg_maxtime_enable"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1522 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_maxtime_unknown, "cfg_maxtime_unknown"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1523 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_maxtime_box, "cfg_maxtime_box"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1524 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_maxtime_label1, "cfg_maxtime_label1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1525 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_maxtime, "cfg_maxtime"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1526 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_maxtime_label2, "cfg_maxtime_label2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1527 GLADE_HOOKUP_OBJECT (xs_configwin, label16, "label16"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1528 GLADE_HOOKUP_OBJECT (xs_configwin, w_frame18, "w_frame18"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1529 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox18, "w_vbox18"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1530 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sld_enable, "cfg_sld_enable"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1531 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sld_box, "cfg_sld_box"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1532 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sld_label1, "cfg_sld_label1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1533 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sld_dbpath, "cfg_sld_dbpath"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1534 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_sld_dbbrowse, "cfg_sld_dbbrowse"); |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1535 GLADE_HOOKUP_OBJECT (xs_configwin, alignment1, "alignment1"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1536 GLADE_HOOKUP_OBJECT (xs_configwin, hbox1, "hbox1"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1537 GLADE_HOOKUP_OBJECT (xs_configwin, image1, "image1"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1538 GLADE_HOOKUP_OBJECT (xs_configwin, label30, "label30"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1539 GLADE_HOOKUP_OBJECT (xs_configwin, label17, "label17"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1540 GLADE_HOOKUP_OBJECT (xs_configwin, w_label26, "w_label26"); |
1605
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1541 GLADE_HOOKUP_OBJECT (xs_configwin, frame1, "frame1"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1542 GLADE_HOOKUP_OBJECT (xs_configwin, vbox1, "vbox1"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1543 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_ftitle_override, "cfg_ftitle_override"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1544 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_ftitle_box, "cfg_ftitle_box"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1545 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_ftitle_format, "cfg_ftitle_format"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1546 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_ftitle_descs, "cfg_ftitle_descs"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1547 GLADE_HOOKUP_OBJECT (xs_configwin, label29, "label29"); |
75b8e7737bcd
Added support for SID-plugin specific Tuplez format string (see config
Matti Hamalainen <ccr@tnsp.org>
parents:
1588
diff
changeset
|
1548 GLADE_HOOKUP_OBJECT (xs_configwin, w_label27, "w_label27"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1549 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox19, "w_vbox19"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1550 GLADE_HOOKUP_OBJECT (xs_configwin, w_frame31, "w_frame31"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1551 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox35, "w_vbox35"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1552 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_subauto_enable, "cfg_subauto_enable"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1553 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_subauto_min_only, "cfg_subauto_min_only"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1554 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_subauto_box, "cfg_subauto_box"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1555 GLADE_HOOKUP_OBJECT (xs_configwin, w_label52, "w_label52"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1556 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_subauto_mintime, "cfg_subauto_mintime"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1557 GLADE_HOOKUP_OBJECT (xs_configwin, w_label53, "w_label53"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1558 GLADE_HOOKUP_OBJECT (xs_configwin, label21, "label21"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1559 GLADE_HOOKUP_OBJECT (xs_configwin, w_frame7, "w_frame7"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1560 GLADE_HOOKUP_OBJECT (xs_configwin, w_vbox8, "w_vbox8"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1561 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_stil_enable, "cfg_stil_enable"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1562 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_stil_box1, "cfg_stil_box1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1563 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_stil_label1, "cfg_stil_label1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1564 GLADE_HOOKUP_OBJECT (xs_configwin, w_alignment2, "w_alignment2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1565 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_stil_dbpath, "cfg_stil_dbpath"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1566 GLADE_HOOKUP_OBJECT (xs_configwin, w_alignment1, "w_alignment1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1567 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_stil_browse, "cfg_stil_browse"); |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1568 GLADE_HOOKUP_OBJECT (xs_configwin, alignment2, "alignment2"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1569 GLADE_HOOKUP_OBJECT (xs_configwin, hbox2, "hbox2"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1570 GLADE_HOOKUP_OBJECT (xs_configwin, image2, "image2"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1571 GLADE_HOOKUP_OBJECT (xs_configwin, label31, "label31"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1572 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_stil_box2, "cfg_stil_box2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1573 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_hvsc_label1, "cfg_hvsc_label1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1574 GLADE_HOOKUP_OBJECT (xs_configwin, w_alignment6, "w_alignment6"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1575 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_hvsc_path, "cfg_hvsc_path"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1576 GLADE_HOOKUP_OBJECT (xs_configwin, w_alignment7, "w_alignment7"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1577 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_hvsc_browse, "cfg_hvsc_browse"); |
2650
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1578 GLADE_HOOKUP_OBJECT (xs_configwin, alignment3, "alignment3"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1579 GLADE_HOOKUP_OBJECT (xs_configwin, hbox3, "hbox3"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1580 GLADE_HOOKUP_OBJECT (xs_configwin, image3, "image3"); |
a975b098485c
Use stock Gtk+2 buttons in configuration dialog, it's nicer.; Added
Matti Hamalainen <ccr@tnsp.org>
parents:
1948
diff
changeset
|
1581 GLADE_HOOKUP_OBJECT (xs_configwin, label32, "label32"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1582 GLADE_HOOKUP_OBJECT (xs_configwin, label18, "label18"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1583 GLADE_HOOKUP_OBJECT (xs_configwin, w_label3, "w_label3"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1584 GLADE_HOOKUP_OBJECT (xs_configwin, hbuttonbox1, "hbuttonbox1"); |
2724
2e28d949789d
Swapped OK and Cancel button positions to conform bit more to "Gtk+2 style"
Matti Hamalainen <ccr@tnsp.org>
parents:
2650
diff
changeset
|
1585 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_cancel, "cfg_cancel"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1586 GLADE_HOOKUP_OBJECT (xs_configwin, cfg_ok, "cfg_ok"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1587 GLADE_HOOKUP_OBJECT_NO_REF (xs_configwin, tooltips, "tooltips"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1588 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1589 return xs_configwin; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1590 } |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1591 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1592 GtkWidget* |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1593 create_xs_fileinfowin (void) |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1594 { |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1595 GtkWidget *xs_fileinfowin; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1596 GtkWidget *w_vbox14; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1597 GtkWidget *w_frame14; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1598 GtkWidget *table1; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1599 GtkWidget *w_label16; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1600 GtkWidget *w_label17; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1601 GtkWidget *w_label18; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1602 GtkWidget *w_label19; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1603 GtkWidget *fileinfo_filename; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1604 GtkWidget *fileinfo_songname; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1605 GtkWidget *fileinfo_composer; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1606 GtkWidget *fileinfo_copyright; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1607 GtkWidget *label23; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1608 GtkWidget *w_frame15; |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1609 GtkWidget *w_vbox15; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1610 GtkWidget *fileinfo_sub_tune; |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1611 GtkWidget *convertwidget7; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1612 GtkWidget *table2; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1613 GtkWidget *w_label41; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1614 GtkWidget *fileinfo_sub_author; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1615 GtkWidget *w_label50; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1616 GtkWidget *fileinfo_sub_name; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1617 GtkWidget *w_label51; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1618 GtkWidget *entry1; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1619 GtkWidget *scrolledwindow2; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1620 GtkWidget *fileinfo_sub_info; |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1621 GtkWidget *label24; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1622 GtkWidget *button2; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1623 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1624 xs_fileinfowin = gtk_window_new (GTK_WINDOW_TOPLEVEL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1625 gtk_widget_set_name (xs_fileinfowin, "xs_fileinfowin"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1626 gtk_widget_set_size_request (xs_fileinfowin, 400, -1); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1627 gtk_window_set_title (GTK_WINDOW (xs_fileinfowin), _("Audacious-SID Fileinfo")); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1628 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1629 w_vbox14 = gtk_vbox_new (FALSE, 0); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1630 gtk_widget_set_name (w_vbox14, "w_vbox14"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1631 gtk_widget_show (w_vbox14); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1632 gtk_container_add (GTK_CONTAINER (xs_fileinfowin), w_vbox14); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1633 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1634 w_frame14 = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1635 gtk_widget_set_name (w_frame14, "w_frame14"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1636 gtk_widget_show (w_frame14); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1637 gtk_box_pack_start (GTK_BOX (w_vbox14), w_frame14, FALSE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1638 gtk_container_set_border_width (GTK_CONTAINER (w_frame14), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1639 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1640 table1 = gtk_table_new (4, 2, FALSE); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1641 gtk_widget_set_name (table1, "table1"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1642 gtk_widget_show (table1); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1643 gtk_container_add (GTK_CONTAINER (w_frame14), table1); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1644 gtk_container_set_border_width (GTK_CONTAINER (table1), 4); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1645 gtk_table_set_row_spacings (GTK_TABLE (table1), 2); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1646 gtk_table_set_col_spacings (GTK_TABLE (table1), 4); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1647 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1648 w_label16 = gtk_label_new (_("Filename:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1649 gtk_widget_set_name (w_label16, "w_label16"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1650 gtk_widget_show (w_label16); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1651 gtk_table_attach (GTK_TABLE (table1), w_label16, 0, 1, 0, 1, |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1652 (GtkAttachOptions) (0), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1653 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1654 gtk_label_set_justify (GTK_LABEL (w_label16), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1655 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1656 w_label17 = gtk_label_new (_("Songname:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1657 gtk_widget_set_name (w_label17, "w_label17"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1658 gtk_widget_show (w_label17); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1659 gtk_table_attach (GTK_TABLE (table1), w_label17, 0, 1, 1, 2, |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1660 (GtkAttachOptions) (0), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1661 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1662 gtk_label_set_justify (GTK_LABEL (w_label17), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1663 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1664 w_label18 = gtk_label_new (_("Composer:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1665 gtk_widget_set_name (w_label18, "w_label18"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1666 gtk_widget_show (w_label18); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1667 gtk_table_attach (GTK_TABLE (table1), w_label18, 0, 1, 2, 3, |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1668 (GtkAttachOptions) (0), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1669 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1670 gtk_label_set_justify (GTK_LABEL (w_label18), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1671 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1672 w_label19 = gtk_label_new (_("Copyright:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1673 gtk_widget_set_name (w_label19, "w_label19"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1674 gtk_widget_show (w_label19); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1675 gtk_table_attach (GTK_TABLE (table1), w_label19, 0, 1, 3, 4, |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1676 (GtkAttachOptions) (0), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1677 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1678 gtk_label_set_justify (GTK_LABEL (w_label19), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1679 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1680 fileinfo_filename = gtk_entry_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1681 gtk_widget_set_name (fileinfo_filename, "fileinfo_filename"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1682 gtk_widget_show (fileinfo_filename); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1683 gtk_table_attach (GTK_TABLE (table1), fileinfo_filename, 1, 2, 0, 1, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1684 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1685 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1686 gtk_editable_set_editable (GTK_EDITABLE (fileinfo_filename), FALSE); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1687 gtk_entry_set_invisible_char (GTK_ENTRY (fileinfo_filename), 9679); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1688 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1689 fileinfo_songname = gtk_entry_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1690 gtk_widget_set_name (fileinfo_songname, "fileinfo_songname"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1691 gtk_widget_show (fileinfo_songname); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1692 gtk_table_attach (GTK_TABLE (table1), fileinfo_songname, 1, 2, 1, 2, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1693 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1694 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1695 gtk_editable_set_editable (GTK_EDITABLE (fileinfo_songname), FALSE); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1696 gtk_entry_set_invisible_char (GTK_ENTRY (fileinfo_songname), 9679); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1697 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1698 fileinfo_composer = gtk_entry_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1699 gtk_widget_set_name (fileinfo_composer, "fileinfo_composer"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1700 gtk_widget_show (fileinfo_composer); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1701 gtk_table_attach (GTK_TABLE (table1), fileinfo_composer, 1, 2, 2, 3, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1702 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1703 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1704 gtk_editable_set_editable (GTK_EDITABLE (fileinfo_composer), FALSE); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1705 gtk_entry_set_invisible_char (GTK_ENTRY (fileinfo_composer), 9679); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1706 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1707 fileinfo_copyright = gtk_entry_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1708 gtk_widget_set_name (fileinfo_copyright, "fileinfo_copyright"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1709 gtk_widget_show (fileinfo_copyright); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1710 gtk_table_attach (GTK_TABLE (table1), fileinfo_copyright, 1, 2, 3, 4, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1711 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1712 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1713 gtk_editable_set_editable (GTK_EDITABLE (fileinfo_copyright), FALSE); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1714 gtk_entry_set_invisible_char (GTK_ENTRY (fileinfo_copyright), 9679); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1715 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1716 label23 = gtk_label_new (_("Song Information:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1717 gtk_widget_set_name (label23, "label23"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1718 gtk_widget_show (label23); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1719 gtk_frame_set_label_widget (GTK_FRAME (w_frame14), label23); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1720 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1721 w_frame15 = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1722 gtk_widget_set_name (w_frame15, "w_frame15"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1723 gtk_widget_show (w_frame15); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1724 gtk_box_pack_start (GTK_BOX (w_vbox14), w_frame15, TRUE, TRUE, 0); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1725 gtk_container_set_border_width (GTK_CONTAINER (w_frame15), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1726 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1727 w_vbox15 = gtk_vbox_new (FALSE, 2); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1728 gtk_widget_set_name (w_vbox15, "w_vbox15"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1729 gtk_widget_show (w_vbox15); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1730 gtk_container_add (GTK_CONTAINER (w_frame15), w_vbox15); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1731 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1732 fileinfo_sub_tune = gtk_option_menu_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1733 gtk_widget_set_name (fileinfo_sub_tune, "fileinfo_sub_tune"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1734 gtk_widget_show (fileinfo_sub_tune); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1735 gtk_box_pack_start (GTK_BOX (w_vbox15), fileinfo_sub_tune, FALSE, FALSE, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1736 gtk_container_set_border_width (GTK_CONTAINER (fileinfo_sub_tune), 2); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1737 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1738 convertwidget7 = gtk_menu_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1739 gtk_widget_set_name (convertwidget7, "convertwidget7"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1740 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1741 gtk_option_menu_set_menu (GTK_OPTION_MENU (fileinfo_sub_tune), convertwidget7); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1742 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1743 table2 = gtk_table_new (3, 2, FALSE); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1744 gtk_widget_set_name (table2, "table2"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1745 gtk_widget_show (table2); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1746 gtk_box_pack_start (GTK_BOX (w_vbox15), table2, FALSE, FALSE, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1747 gtk_container_set_border_width (GTK_CONTAINER (table2), 4); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1748 gtk_table_set_row_spacings (GTK_TABLE (table2), 2); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1749 gtk_table_set_col_spacings (GTK_TABLE (table2), 4); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1750 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1751 w_label41 = gtk_label_new (_("Author:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1752 gtk_widget_set_name (w_label41, "w_label41"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1753 gtk_widget_show (w_label41); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1754 gtk_table_attach (GTK_TABLE (table2), w_label41, 0, 1, 1, 2, |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1755 (GtkAttachOptions) (GTK_FILL), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1756 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1757 gtk_label_set_justify (GTK_LABEL (w_label41), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1758 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1759 fileinfo_sub_author = gtk_entry_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1760 gtk_widget_set_name (fileinfo_sub_author, "fileinfo_sub_author"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1761 gtk_widget_show (fileinfo_sub_author); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1762 gtk_table_attach (GTK_TABLE (table2), fileinfo_sub_author, 1, 2, 1, 2, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1763 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1764 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1765 gtk_editable_set_editable (GTK_EDITABLE (fileinfo_sub_author), FALSE); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1766 gtk_entry_set_invisible_char (GTK_ENTRY (fileinfo_sub_author), 9679); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1767 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1768 w_label50 = gtk_label_new (_("Name:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1769 gtk_widget_set_name (w_label50, "w_label50"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1770 gtk_widget_show (w_label50); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1771 gtk_table_attach (GTK_TABLE (table2), w_label50, 0, 1, 0, 1, |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1772 (GtkAttachOptions) (GTK_FILL), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1773 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1774 gtk_label_set_justify (GTK_LABEL (w_label50), GTK_JUSTIFY_CENTER); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1775 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1776 fileinfo_sub_name = gtk_entry_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1777 gtk_widget_set_name (fileinfo_sub_name, "fileinfo_sub_name"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1778 gtk_widget_show (fileinfo_sub_name); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1779 gtk_table_attach (GTK_TABLE (table2), fileinfo_sub_name, 1, 2, 0, 1, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1780 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1781 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1782 gtk_editable_set_editable (GTK_EDITABLE (fileinfo_sub_name), FALSE); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1783 gtk_entry_set_invisible_char (GTK_ENTRY (fileinfo_sub_name), 9679); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1784 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1785 w_label51 = gtk_label_new (_("Duration:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1786 gtk_widget_set_name (w_label51, "w_label51"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1787 gtk_widget_show (w_label51); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1788 gtk_table_attach (GTK_TABLE (table2), w_label51, 0, 1, 2, 3, |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1789 (GtkAttachOptions) (GTK_FILL), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1790 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1791 gtk_label_set_justify (GTK_LABEL (w_label51), GTK_JUSTIFY_CENTER); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1792 gtk_misc_set_alignment (GTK_MISC (w_label51), 0, 0.5); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1793 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1794 entry1 = gtk_entry_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1795 gtk_widget_set_name (entry1, "entry1"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1796 gtk_widget_show (entry1); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1797 gtk_table_attach (GTK_TABLE (table2), entry1, 1, 2, 2, 3, |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1798 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1799 (GtkAttachOptions) (0), 0, 0); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1800 gtk_editable_set_editable (GTK_EDITABLE (entry1), FALSE); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1801 gtk_entry_set_invisible_char (GTK_ENTRY (entry1), 9679); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1802 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1803 scrolledwindow2 = gtk_scrolled_window_new (NULL, NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1804 gtk_widget_set_name (scrolledwindow2, "scrolledwindow2"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1805 gtk_widget_show (scrolledwindow2); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1806 gtk_box_pack_start (GTK_BOX (w_vbox15), scrolledwindow2, TRUE, TRUE, 0); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1807 gtk_container_set_border_width (GTK_CONTAINER (scrolledwindow2), 4); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1808 GTK_WIDGET_UNSET_FLAGS (scrolledwindow2, GTK_CAN_FOCUS); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1809 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolledwindow2), GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1810 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolledwindow2), GTK_SHADOW_IN); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1811 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1812 fileinfo_sub_info = gtk_text_view_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1813 gtk_widget_set_name (fileinfo_sub_info, "fileinfo_sub_info"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1814 gtk_widget_show (fileinfo_sub_info); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1815 gtk_container_add (GTK_CONTAINER (scrolledwindow2), fileinfo_sub_info); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1816 gtk_text_view_set_editable (GTK_TEXT_VIEW (fileinfo_sub_info), FALSE); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1817 gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (fileinfo_sub_info), GTK_WRAP_WORD); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1818 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1819 label24 = gtk_label_new (_("Sub-tune Information:")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1820 gtk_widget_set_name (label24, "label24"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1821 gtk_widget_show (label24); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1822 gtk_frame_set_label_widget (GTK_FRAME (w_frame15), label24); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1823 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1824 button2 = gtk_button_new_with_mnemonic (_("Close")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1825 gtk_widget_set_name (button2, "button2"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1826 gtk_widget_show (button2); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1827 gtk_box_pack_start (GTK_BOX (w_vbox14), button2, FALSE, FALSE, 0); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1828 gtk_container_set_border_width (GTK_CONTAINER (button2), 4); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1829 GTK_WIDGET_SET_FLAGS (button2, GTK_CAN_DEFAULT); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1830 |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1831 g_signal_connect ((gpointer) xs_fileinfowin, "delete_event", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1832 G_CALLBACK (xs_fileinfo_delete), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1833 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1834 g_signal_connect ((gpointer) button2, "clicked", |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1835 G_CALLBACK (xs_fileinfo_ok), |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1836 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1837 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1838 /* Store pointers to all widgets, for use by lookup_widget(). */ |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1839 GLADE_HOOKUP_OBJECT_NO_REF (xs_fileinfowin, xs_fileinfowin, "xs_fileinfowin"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1840 GLADE_HOOKUP_OBJECT (xs_fileinfowin, w_vbox14, "w_vbox14"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1841 GLADE_HOOKUP_OBJECT (xs_fileinfowin, w_frame14, "w_frame14"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1842 GLADE_HOOKUP_OBJECT (xs_fileinfowin, table1, "table1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1843 GLADE_HOOKUP_OBJECT (xs_fileinfowin, w_label16, "w_label16"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1844 GLADE_HOOKUP_OBJECT (xs_fileinfowin, w_label17, "w_label17"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1845 GLADE_HOOKUP_OBJECT (xs_fileinfowin, w_label18, "w_label18"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1846 GLADE_HOOKUP_OBJECT (xs_fileinfowin, w_label19, "w_label19"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1847 GLADE_HOOKUP_OBJECT (xs_fileinfowin, fileinfo_filename, "fileinfo_filename"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1848 GLADE_HOOKUP_OBJECT (xs_fileinfowin, fileinfo_songname, "fileinfo_songname"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1849 GLADE_HOOKUP_OBJECT (xs_fileinfowin, fileinfo_composer, "fileinfo_composer"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1850 GLADE_HOOKUP_OBJECT (xs_fileinfowin, fileinfo_copyright, "fileinfo_copyright"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1851 GLADE_HOOKUP_OBJECT (xs_fileinfowin, label23, "label23"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1852 GLADE_HOOKUP_OBJECT (xs_fileinfowin, w_frame15, "w_frame15"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1853 GLADE_HOOKUP_OBJECT (xs_fileinfowin, w_vbox15, "w_vbox15"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1854 GLADE_HOOKUP_OBJECT (xs_fileinfowin, fileinfo_sub_tune, "fileinfo_sub_tune"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1855 GLADE_HOOKUP_OBJECT (xs_fileinfowin, convertwidget7, "convertwidget7"); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1856 GLADE_HOOKUP_OBJECT (xs_fileinfowin, table2, "table2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1857 GLADE_HOOKUP_OBJECT (xs_fileinfowin, w_label41, "w_label41"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1858 GLADE_HOOKUP_OBJECT (xs_fileinfowin, fileinfo_sub_author, "fileinfo_sub_author"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1859 GLADE_HOOKUP_OBJECT (xs_fileinfowin, w_label50, "w_label50"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1860 GLADE_HOOKUP_OBJECT (xs_fileinfowin, fileinfo_sub_name, "fileinfo_sub_name"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1861 GLADE_HOOKUP_OBJECT (xs_fileinfowin, w_label51, "w_label51"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1862 GLADE_HOOKUP_OBJECT (xs_fileinfowin, entry1, "entry1"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1863 GLADE_HOOKUP_OBJECT (xs_fileinfowin, scrolledwindow2, "scrolledwindow2"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1864 GLADE_HOOKUP_OBJECT (xs_fileinfowin, fileinfo_sub_info, "fileinfo_sub_info"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1865 GLADE_HOOKUP_OBJECT (xs_fileinfowin, label24, "label24"); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1866 GLADE_HOOKUP_OBJECT (xs_fileinfowin, button2, "button2"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1867 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1868 gtk_widget_grab_focus (button2); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1869 gtk_widget_grab_default (button2); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1870 return xs_fileinfowin; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1871 } |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1872 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1873 GtkWidget* |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1874 create_xs_sldb_fs (void) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1875 { |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1876 GtkWidget *xs_sldb_fs; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1877 GtkWidget *ok_button2; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1878 GtkWidget *cancel_button2; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1879 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1880 xs_sldb_fs = gtk_file_selection_new (_("Select HVSC song length database")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1881 gtk_widget_set_name (xs_sldb_fs, "xs_sldb_fs"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1882 gtk_container_set_border_width (GTK_CONTAINER (xs_sldb_fs), 10); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1883 gtk_window_set_modal (GTK_WINDOW (xs_sldb_fs), TRUE); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1884 gtk_window_set_type_hint (GTK_WINDOW (xs_sldb_fs), GDK_WINDOW_TYPE_HINT_DIALOG); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1885 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1886 ok_button2 = GTK_FILE_SELECTION (xs_sldb_fs)->ok_button; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1887 gtk_widget_set_name (ok_button2, "ok_button2"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1888 gtk_widget_show (ok_button2); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1889 GTK_WIDGET_SET_FLAGS (ok_button2, GTK_CAN_DEFAULT); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1890 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1891 cancel_button2 = GTK_FILE_SELECTION (xs_sldb_fs)->cancel_button; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1892 gtk_widget_set_name (cancel_button2, "cancel_button2"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1893 gtk_widget_show (cancel_button2); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1894 GTK_WIDGET_SET_FLAGS (cancel_button2, GTK_CAN_DEFAULT); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1895 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1896 g_signal_connect ((gpointer) xs_sldb_fs, "delete_event", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1897 G_CALLBACK (xs_sldb_fs_delete), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1898 NULL); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1899 g_signal_connect ((gpointer) ok_button2, "clicked", |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1900 G_CALLBACK (xs_sldb_fs_ok), |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1901 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1902 g_signal_connect ((gpointer) cancel_button2, "clicked", |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1903 G_CALLBACK (xs_sldb_fs_cancel), |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1904 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1905 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1906 /* Store pointers to all widgets, for use by lookup_widget(). */ |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1907 GLADE_HOOKUP_OBJECT_NO_REF (xs_sldb_fs, xs_sldb_fs, "xs_sldb_fs"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1908 GLADE_HOOKUP_OBJECT_NO_REF (xs_sldb_fs, ok_button2, "ok_button2"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1909 GLADE_HOOKUP_OBJECT_NO_REF (xs_sldb_fs, cancel_button2, "cancel_button2"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1910 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1911 return xs_sldb_fs; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1912 } |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1913 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1914 GtkWidget* |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1915 create_xs_stil_fs (void) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1916 { |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1917 GtkWidget *xs_stil_fs; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1918 GtkWidget *ok_button3; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1919 GtkWidget *cancel_button3; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1920 |
1588
0b19f8924500
update-po, German translation, SID plugin translation adaption
mf0102 <0102@gmx.at>
parents:
1587
diff
changeset
|
1921 xs_stil_fs = gtk_file_selection_new (_("Select STIL-database")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1922 gtk_widget_set_name (xs_stil_fs, "xs_stil_fs"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1923 gtk_container_set_border_width (GTK_CONTAINER (xs_stil_fs), 10); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1924 gtk_window_set_modal (GTK_WINDOW (xs_stil_fs), TRUE); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1925 gtk_window_set_type_hint (GTK_WINDOW (xs_stil_fs), GDK_WINDOW_TYPE_HINT_DIALOG); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1926 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1927 ok_button3 = GTK_FILE_SELECTION (xs_stil_fs)->ok_button; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1928 gtk_widget_set_name (ok_button3, "ok_button3"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1929 gtk_widget_show (ok_button3); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1930 GTK_WIDGET_SET_FLAGS (ok_button3, GTK_CAN_DEFAULT); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1931 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1932 cancel_button3 = GTK_FILE_SELECTION (xs_stil_fs)->cancel_button; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1933 gtk_widget_set_name (cancel_button3, "cancel_button3"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1934 gtk_widget_show (cancel_button3); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1935 GTK_WIDGET_SET_FLAGS (cancel_button3, GTK_CAN_DEFAULT); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1936 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1937 g_signal_connect ((gpointer) xs_stil_fs, "delete_event", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1938 G_CALLBACK (xs_stil_fs_delete), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1939 NULL); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1940 g_signal_connect ((gpointer) ok_button3, "clicked", |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1941 G_CALLBACK (xs_stil_fs_ok), |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1942 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1943 g_signal_connect ((gpointer) cancel_button3, "clicked", |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1944 G_CALLBACK (xs_stil_fs_cancel), |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1945 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1946 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1947 /* Store pointers to all widgets, for use by lookup_widget(). */ |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1948 GLADE_HOOKUP_OBJECT_NO_REF (xs_stil_fs, xs_stil_fs, "xs_stil_fs"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1949 GLADE_HOOKUP_OBJECT_NO_REF (xs_stil_fs, ok_button3, "ok_button3"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1950 GLADE_HOOKUP_OBJECT_NO_REF (xs_stil_fs, cancel_button3, "cancel_button3"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1951 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1952 return xs_stil_fs; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1953 } |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1954 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1955 GtkWidget* |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1956 create_xs_hvsc_fs (void) |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1957 { |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1958 GtkWidget *xs_hvsc_fs; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1959 GtkWidget *ok_button4; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1960 GtkWidget *cancel_button4; |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1961 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1962 xs_hvsc_fs = gtk_file_selection_new (_("Select HVSC location prefix")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1963 gtk_widget_set_name (xs_hvsc_fs, "xs_hvsc_fs"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1964 gtk_container_set_border_width (GTK_CONTAINER (xs_hvsc_fs), 10); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1965 gtk_window_set_modal (GTK_WINDOW (xs_hvsc_fs), TRUE); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1966 gtk_window_set_type_hint (GTK_WINDOW (xs_hvsc_fs), GDK_WINDOW_TYPE_HINT_DIALOG); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1967 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1968 ok_button4 = GTK_FILE_SELECTION (xs_hvsc_fs)->ok_button; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1969 gtk_widget_set_name (ok_button4, "ok_button4"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1970 gtk_widget_show (ok_button4); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1971 GTK_WIDGET_SET_FLAGS (ok_button4, GTK_CAN_DEFAULT); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1972 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1973 cancel_button4 = GTK_FILE_SELECTION (xs_hvsc_fs)->cancel_button; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
1974 gtk_widget_set_name (cancel_button4, "cancel_button4"); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1975 gtk_widget_show (cancel_button4); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1976 GTK_WIDGET_SET_FLAGS (cancel_button4, GTK_CAN_DEFAULT); |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
1977 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1978 g_signal_connect ((gpointer) xs_hvsc_fs, "delete_event", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1979 G_CALLBACK (xs_hvsc_fs_delete), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1980 NULL); |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1981 g_signal_connect ((gpointer) ok_button4, "clicked", |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1982 G_CALLBACK (xs_hvsc_fs_ok), |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1983 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
1984 g_signal_connect ((gpointer) cancel_button4, "clicked", |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1985 G_CALLBACK (xs_hvsc_fs_cancel), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1986 NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1987 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1988 /* Store pointers to all widgets, for use by lookup_widget(). */ |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1989 GLADE_HOOKUP_OBJECT_NO_REF (xs_hvsc_fs, xs_hvsc_fs, "xs_hvsc_fs"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1990 GLADE_HOOKUP_OBJECT_NO_REF (xs_hvsc_fs, ok_button4, "ok_button4"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1991 GLADE_HOOKUP_OBJECT_NO_REF (xs_hvsc_fs, cancel_button4, "cancel_button4"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1992 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1993 return xs_hvsc_fs; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1994 } |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1995 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1996 GtkWidget* |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1997 create_xs_filter_import_fs (void) |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1998 { |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
1999 GtkWidget *xs_filter_import_fs; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2000 GtkWidget *ok_button64; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2001 GtkWidget *cancel_button64; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2002 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2003 xs_filter_import_fs = gtk_file_selection_new (_("Select SIDPlay2 filters file for importing")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2004 gtk_widget_set_name (xs_filter_import_fs, "xs_filter_import_fs"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2005 gtk_container_set_border_width (GTK_CONTAINER (xs_filter_import_fs), 10); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2006 gtk_window_set_modal (GTK_WINDOW (xs_filter_import_fs), TRUE); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2007 gtk_window_set_type_hint (GTK_WINDOW (xs_filter_import_fs), GDK_WINDOW_TYPE_HINT_DIALOG); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2008 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2009 ok_button64 = GTK_FILE_SELECTION (xs_filter_import_fs)->ok_button; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2010 gtk_widget_set_name (ok_button64, "ok_button64"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2011 gtk_widget_show (ok_button64); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2012 GTK_WIDGET_SET_FLAGS (ok_button64, GTK_CAN_DEFAULT); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2013 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2014 cancel_button64 = GTK_FILE_SELECTION (xs_filter_import_fs)->cancel_button; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2015 gtk_widget_set_name (cancel_button64, "cancel_button64"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2016 gtk_widget_show (cancel_button64); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2017 GTK_WIDGET_SET_FLAGS (cancel_button64, GTK_CAN_DEFAULT); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2018 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2019 g_signal_connect ((gpointer) xs_filter_import_fs, "delete_event", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2020 G_CALLBACK (xs_filter_import_fs_delete), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2021 NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2022 g_signal_connect ((gpointer) ok_button64, "clicked", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2023 G_CALLBACK (xs_filter_import_fs_ok), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2024 NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2025 g_signal_connect ((gpointer) cancel_button64, "clicked", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2026 G_CALLBACK (xs_filter_import_fs_cancel), |
735
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
2027 NULL); |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
2028 |
6c3c7b841382
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
nenolod
parents:
464
diff
changeset
|
2029 /* Store pointers to all widgets, for use by lookup_widget(). */ |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2030 GLADE_HOOKUP_OBJECT_NO_REF (xs_filter_import_fs, xs_filter_import_fs, "xs_filter_import_fs"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2031 GLADE_HOOKUP_OBJECT_NO_REF (xs_filter_import_fs, ok_button64, "ok_button64"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2032 GLADE_HOOKUP_OBJECT_NO_REF (xs_filter_import_fs, cancel_button64, "cancel_button64"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2033 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2034 return xs_filter_import_fs; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2035 } |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2036 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2037 GtkWidget* |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2038 create_xs_filter_export_fs (void) |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2039 { |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2040 GtkWidget *xs_filter_export_fs; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2041 GtkWidget *ok_button64; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2042 GtkWidget *cancel_button64; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2043 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2044 xs_filter_export_fs = gtk_file_selection_new (_("Select SIDPlay2 filters file for exporting")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2045 gtk_widget_set_name (xs_filter_export_fs, "xs_filter_export_fs"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2046 gtk_container_set_border_width (GTK_CONTAINER (xs_filter_export_fs), 10); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2047 gtk_window_set_modal (GTK_WINDOW (xs_filter_export_fs), TRUE); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2048 gtk_window_set_type_hint (GTK_WINDOW (xs_filter_export_fs), GDK_WINDOW_TYPE_HINT_DIALOG); |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
2049 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2050 ok_button64 = GTK_FILE_SELECTION (xs_filter_export_fs)->ok_button; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2051 gtk_widget_set_name (ok_button64, "ok_button64"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2052 gtk_widget_show (ok_button64); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2053 GTK_WIDGET_SET_FLAGS (ok_button64, GTK_CAN_DEFAULT); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2054 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2055 cancel_button64 = GTK_FILE_SELECTION (xs_filter_export_fs)->cancel_button; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2056 gtk_widget_set_name (cancel_button64, "cancel_button64"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2057 gtk_widget_show (cancel_button64); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2058 GTK_WIDGET_SET_FLAGS (cancel_button64, GTK_CAN_DEFAULT); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2059 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2060 g_signal_connect ((gpointer) xs_filter_export_fs, "delete_event", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2061 G_CALLBACK (xs_filter_export_fs_delete), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2062 NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2063 g_signal_connect ((gpointer) ok_button64, "clicked", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2064 G_CALLBACK (xs_filter_export_fs_ok), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2065 NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2066 g_signal_connect ((gpointer) cancel_button64, "clicked", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2067 G_CALLBACK (xs_filter_export_fs_cancel), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2068 NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2069 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2070 /* Store pointers to all widgets, for use by lookup_widget(). */ |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2071 GLADE_HOOKUP_OBJECT_NO_REF (xs_filter_export_fs, xs_filter_export_fs, "xs_filter_export_fs"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2072 GLADE_HOOKUP_OBJECT_NO_REF (xs_filter_export_fs, ok_button64, "ok_button64"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2073 GLADE_HOOKUP_OBJECT_NO_REF (xs_filter_export_fs, cancel_button64, "cancel_button64"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2074 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2075 return xs_filter_export_fs; |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
2076 } |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
2077 |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2078 GtkWidget* |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2079 create_xs_confirmwin (void) |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2080 { |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2081 GtkWidget *xs_confirmwin; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2082 GtkWidget *dialog_vbox1; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2083 GtkWidget *xs_confirm_frame; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2084 GtkWidget *label25; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2085 GtkWidget *dialog_action_area1; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2086 GtkWidget *hbuttonbox2; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2087 GtkWidget *xs_confirm_yes; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2088 GtkWidget *xs_confirm_no; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2089 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2090 xs_confirmwin = gtk_dialog_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2091 gtk_widget_set_name (xs_confirmwin, "xs_confirmwin"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2092 gtk_window_set_title (GTK_WINDOW (xs_confirmwin), _("Confirm selected action")); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2093 gtk_window_set_type_hint (GTK_WINDOW (xs_confirmwin), GDK_WINDOW_TYPE_HINT_DIALOG); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2094 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2095 dialog_vbox1 = GTK_DIALOG (xs_confirmwin)->vbox; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2096 gtk_widget_set_name (dialog_vbox1, "dialog_vbox1"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2097 gtk_widget_show (dialog_vbox1); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2098 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2099 xs_confirm_frame = gtk_frame_new (NULL); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2100 gtk_widget_set_name (xs_confirm_frame, "xs_confirm_frame"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2101 gtk_widget_show (xs_confirm_frame); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2102 gtk_box_pack_start (GTK_BOX (dialog_vbox1), xs_confirm_frame, TRUE, TRUE, 0); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2103 gtk_container_set_border_width (GTK_CONTAINER (xs_confirm_frame), 6); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2104 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2105 label25 = gtk_label_new (_("Confirm selected action")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2106 gtk_widget_set_name (label25, "label25"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2107 gtk_widget_show (label25); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2108 gtk_frame_set_label_widget (GTK_FRAME (xs_confirm_frame), label25); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2109 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2110 dialog_action_area1 = GTK_DIALOG (xs_confirmwin)->action_area; |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2111 gtk_widget_set_name (dialog_action_area1, "dialog_action_area1"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2112 gtk_widget_show (dialog_action_area1); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2113 gtk_button_box_set_layout (GTK_BUTTON_BOX (dialog_action_area1), GTK_BUTTONBOX_END); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2114 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2115 hbuttonbox2 = gtk_hbutton_box_new (); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2116 gtk_widget_set_name (hbuttonbox2, "hbuttonbox2"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2117 gtk_widget_show (hbuttonbox2); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2118 gtk_container_add (GTK_CONTAINER (dialog_action_area1), hbuttonbox2); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2119 gtk_button_box_set_layout (GTK_BUTTON_BOX (hbuttonbox2), GTK_BUTTONBOX_END); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2120 gtk_box_set_spacing (GTK_BOX (hbuttonbox2), 8); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2121 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2122 xs_confirm_yes = gtk_button_new_with_mnemonic (_("Yes")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2123 gtk_widget_set_name (xs_confirm_yes, "xs_confirm_yes"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2124 gtk_widget_show (xs_confirm_yes); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2125 gtk_container_add (GTK_CONTAINER (hbuttonbox2), xs_confirm_yes); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2126 GTK_WIDGET_SET_FLAGS (xs_confirm_yes, GTK_CAN_DEFAULT); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2127 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2128 xs_confirm_no = gtk_button_new_with_mnemonic (_("No")); |
1587
f81441af323c
The .gladep file was missing, and caused xs_interface.c to be incorrectly generated
Matti Hamalainen <ccr@tnsp.org>
parents:
1584
diff
changeset
|
2129 gtk_widget_set_name (xs_confirm_no, "xs_confirm_no"); |
1574
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2130 gtk_widget_show (xs_confirm_no); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2131 gtk_container_add (GTK_CONTAINER (hbuttonbox2), xs_confirm_no); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2132 GTK_WIDGET_SET_FLAGS (xs_confirm_no, GTK_CAN_DEFAULT); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2133 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2134 g_signal_connect ((gpointer) xs_confirmwin, "delete_event", |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2135 G_CALLBACK (xs_confirmwin_delete), |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2136 NULL); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2137 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2138 /* Store pointers to all widgets, for use by lookup_widget(). */ |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2139 GLADE_HOOKUP_OBJECT_NO_REF (xs_confirmwin, xs_confirmwin, "xs_confirmwin"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2140 GLADE_HOOKUP_OBJECT_NO_REF (xs_confirmwin, dialog_vbox1, "dialog_vbox1"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2141 GLADE_HOOKUP_OBJECT (xs_confirmwin, xs_confirm_frame, "xs_confirm_frame"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2142 GLADE_HOOKUP_OBJECT (xs_confirmwin, label25, "label25"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2143 GLADE_HOOKUP_OBJECT_NO_REF (xs_confirmwin, dialog_action_area1, "dialog_action_area1"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2144 GLADE_HOOKUP_OBJECT (xs_confirmwin, hbuttonbox2, "hbuttonbox2"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2145 GLADE_HOOKUP_OBJECT (xs_confirmwin, xs_confirm_yes, "xs_confirm_yes"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2146 GLADE_HOOKUP_OBJECT (xs_confirmwin, xs_confirm_no, "xs_confirm_no"); |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2147 |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2148 return xs_confirmwin; |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2149 } |
e566e18e9e3d
Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune
Matti Hamalainen <ccr@tnsp.org>
parents:
1538
diff
changeset
|
2150 |