annotate Plugins/Output/crossfade/interface-2.0.c @ 395:0923a41170bb trunk

[svn] Add S3M support back after receiving a convincing testcase.
author chainsaw
date Sat, 07 Jan 2006 06:18:13 -0800
parents 5410de731c3c
children 5b81b0f310e5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
261
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1 /*
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2 * DO NOT EDIT THIS FILE - it is generated by Glade.
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
3 */
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
4
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
5 #ifdef HAVE_CONFIG_H
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
6 # include <config.h>
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
7 #endif
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
8
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
9 #include <sys/types.h>
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
10 #include <sys/stat.h>
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
11 #include <unistd.h>
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
12 #include <string.h>
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
13 #include <stdio.h>
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
14
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
15 #include <gdk/gdkkeysyms.h>
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
16 #include <gtk/gtk.h>
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
17
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
18 #include "callbacks.h"
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
19 #include "interface-2.0.h"
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
20 #include "support-2.0.h"
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
21
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
22 #define GLADE_HOOKUP_OBJECT(component,widget,name) \
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
23 g_object_set_data_full (G_OBJECT (component), name, \
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
24 gtk_widget_ref (widget), (GDestroyNotify) gtk_widget_unref)
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
25
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
26 #define GLADE_HOOKUP_OBJECT_NO_REF(component,widget,name) \
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
27 g_object_set_data (G_OBJECT (component), name, widget)
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
28
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
29 GtkWidget*
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
30 create_config_win (void)
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
31 {
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
32 GtkWidget *config_win;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
33 GtkWidget *config_vbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
34 GtkWidget *config_notebook;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
35 GtkWidget *config_output_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
36 GtkWidget *output_options_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
37 GtkWidget *output_resampling_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
38 GtkWidget *output_resampling_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
39 GtkWidget *resampling_rate_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
40 GtkWidget *resampling_rate_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
41 GtkWidget *resampling_quality_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
42 GtkWidget *resampling_quality_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
43 GtkWidget *resampling_rate_optionmenu;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
44 GtkWidget *resampling_quality_optionmenu;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
45 GtkWidget *output_resampling_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
46 GtkWidget *output_notebook;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
47 GtkWidget *output_plugin_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
48 GtkWidget *op_plugin_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
49 GtkWidget *op_plugin_vbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
50 GtkWidget *op_plugin_optionmenu;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
51 GtkWidget *convertwidget5;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
52 GtkWidget *convertwidget6;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
53 GtkWidget *op_plugin_buttonbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
54 GtkWidget *op_configure_button;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
55 GtkWidget *op_about_button;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
56 GtkWidget *label8;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
57 GtkWidget *op_options_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
58 GtkWidget *op_options_vbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
59 GtkWidget *op_throttle_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
60 GtkWidget *op_maxblock_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
61 GtkWidget *op_maxblock_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
62 GtkObject *op_maxblock_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
63 GtkWidget *op_maxblock_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
64 GtkWidget *op_forcereopen_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
65 GtkWidget *label9;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
66 GtkWidget *label31;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
67 GtkWidget *empty_notebook_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
68 GtkWidget *label32;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
69 GtkWidget *label33;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
70 GtkWidget *label34;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
71 GtkWidget *output_help_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
72 GtkWidget *config_devices_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
73 GtkWidget *config_effects_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
74 GtkWidget *ep_plugin_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
75 GtkWidget *ep_plugin_vbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
76 GtkWidget *ep_plugin_optionmenu;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
77 GtkWidget *convertwidget7;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
78 GtkWidget *convertwidget8;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
79 GtkWidget *ep_plugin_buttonbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
80 GtkWidget *ep_configure_button;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
81 GtkWidget *ep_about_button;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
82 GtkWidget *ep_enable_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
83 GtkWidget *label10;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
84 GtkWidget *effects_volnorm_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
85 GtkWidget *effects_volnorm_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
86 GtkWidget *volnorm_quantaudio_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
87 GtkObject *volnorm_target_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
88 GtkWidget *volnorm_target_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
89 GtkWidget *volnorm_target_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
90 GtkWidget *volnorm_target_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
91 GtkWidget *volnorm_enable_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
92 GtkWidget *volnorm_rva2_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
93 GtkWidget *label11;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
94 GtkWidget *effects_help_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
95 GtkWidget *config_effects_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
96 GtkWidget *config_crossfader_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
97 GtkWidget *xf_bufsize_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
98 GtkWidget *xf_bufsize_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
99 GtkObject *xf_buffer_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
100 GtkWidget *xf_buffer_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
101 GtkWidget *xf_autobuf_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
102 GtkWidget *xf_config_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
103 GtkWidget *xf_config_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
104 GtkWidget *xf_config_optionmenu;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
105 GtkWidget *convertwidget9;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
106 GtkWidget *convertwidget10;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
107 GtkWidget *xf_type_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
108 GtkWidget *xf_type_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
109 GtkWidget *xf_type_optionmenu;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
110 GtkWidget *convertwidget11;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
111 GtkWidget *convertwidget12;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
112 GtkWidget *xf_type_notebook;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
113 GtkWidget *xft_reopen_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
114 GtkWidget *xft_flush_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
115 GtkWidget *xftf_pause_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
116 GtkWidget *xftf_pause_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
117 GtkWidget *xftfp_length_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
118 GtkObject *xftfp_length_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
119 GtkWidget *xftfp_length_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
120 GtkWidget *xftfp_enable_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
121 GtkWidget *label12;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
122 GtkWidget *xftf_fadein_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
123 GtkWidget *xftf_fadein_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
124 GtkWidget *xftffi_length_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
125 GtkWidget *xftffi_length_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
126 GtkWidget *xftffi_volume_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
127 GtkWidget *xftffi_volume_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
128 GtkObject *xftffi_length_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
129 GtkWidget *xftffi_length_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
130 GtkWidget *xftffi_enable_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
131 GtkObject *xftffi_volume_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
132 GtkWidget *xftffi_volume_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
133 GtkWidget *label13;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
134 GtkWidget *xft_flush_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
135 GtkWidget *xft_none_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
136 GtkWidget *xft_pause_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
137 GtkWidget *xf_pause_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
138 GtkWidget *xf_pause_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
139 GtkWidget *pause_length_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
140 GtkWidget *pause_length_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
141 GtkObject *pause_length_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
142 GtkWidget *pause_length_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
143 GtkWidget *label14;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
144 GtkWidget *xft_pause_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
145 GtkWidget *xft_simplexf_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
146 GtkWidget *xf_simple_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
147 GtkWidget *xf_simple_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
148 GtkWidget *simple_length_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
149 GtkWidget *simple_length_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
150 GtkObject *simple_length_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
151 GtkWidget *simple_length_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
152 GtkWidget *label15;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
153 GtkWidget *xft_simplexf_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
154 GtkWidget *xft_advancedxf_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
155 GtkWidget *xf_fadeout_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
156 GtkWidget *xf_fadeout_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
157 GtkWidget *fadeout_length_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
158 GtkWidget *fadeout_length_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
159 GtkObject *fadeout_length_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
160 GtkWidget *fadeout_length_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
161 GtkWidget *fadeout_volume_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
162 GtkWidget *fadeout_volume_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
163 GtkObject *fadeout_volume_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
164 GtkWidget *fadeout_volume_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
165 GtkWidget *fadeout_options_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
166 GtkWidget *fadeout_enable_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
167 GtkWidget *label16;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
168 GtkWidget *xf_offset_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
169 GtkWidget *xf_offset_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
170 GtkWidget *xfofs_custom_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
171 GtkWidget *xfofs_custom_radiobutton;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
172 GSList *xfofs_custom_radiobutton_group = NULL;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
173 GtkObject *xfofs_custom_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
174 GtkWidget *xfofs_custom_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
175 GtkWidget *xfofs_none_radiobutton;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
176 GtkWidget *xfofs_lockout_radiobutton;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
177 GtkWidget *xfofs_lockin_radiobutton;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
178 GtkWidget *label17;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
179 GtkWidget *xf_fadein_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
180 GtkWidget *xf_fadein_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
181 GtkWidget *fadein_length_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
182 GtkWidget *fadein_length_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
183 GtkWidget *fadein_volume_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
184 GtkWidget *fadein_volume_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
185 GtkObject *fadein_length_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
186 GtkWidget *fadein_length_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
187 GtkWidget *fadein_enable_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
188 GtkWidget *fadein_lock_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
189 GtkObject *fadein_volume_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
190 GtkWidget *fadein_volume_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
191 GtkWidget *label18;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
192 GtkWidget *xft_advancedxf_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
193 GtkWidget *xft_fadein_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
194 GtkWidget *xftfi_fadein_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
195 GtkWidget *xftfi_fadein_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
196 GtkWidget *xftfi_length_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
197 GtkWidget *xftfi_length_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
198 GtkWidget *xftfi_volume_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
199 GtkWidget *xftfi_volume_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
200 GtkObject *xftfi_length_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
201 GtkWidget *xftfi_length_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
202 GtkObject *xftfi_volume_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
203 GtkWidget *xftfi_volume_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
204 GtkWidget *label19;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
205 GtkWidget *xft_fadein_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
206 GtkWidget *xft_fadeout_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
207 GtkWidget *xftfo_fadeout_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
208 GtkWidget *xftfo_fadeout_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
209 GtkWidget *xftfo_length_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
210 GtkWidget *xftfo_length_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
211 GtkObject *xftfo_length_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
212 GtkWidget *xftfo_length_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
213 GtkWidget *xftfo_volume_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
214 GtkWidget *xftfo_volume_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
215 GtkObject *xftfo_volume_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
216 GtkWidget *xftfo_volume_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
217 GtkWidget *label20;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
218 GtkWidget *xftfo_silence_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
219 GtkWidget *xftfo_silence_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
220 GtkWidget *xftfo_silence_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
221 GtkWidget *xftfo_silence_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
222 GtkObject *xftfo_silence_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
223 GtkWidget *xftfo_silence_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
224 GtkWidget *label21;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
225 GtkWidget *xft_fadeout_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
226 GtkWidget *xft_pause_none_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
227 GtkWidget *xft_pause_adv_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
228 GtkWidget *xft_fadeoutin_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
229 GtkWidget *xft_fadeoutin_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
230 GtkObject *xftfoi_fadeout_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
231 GtkWidget *xftfoi_fadeout_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
232 GtkObject *xftfoi_silence_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
233 GtkWidget *xftfoi_silence_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
234 GtkObject *xftfoi_fadein_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
235 GtkWidget *xftfoi_fadein_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
236 GtkWidget *xftfoi_fadein_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
237 GtkWidget *xftfoi_fadein_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
238 GtkWidget *xftfoi_silence_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
239 GtkWidget *xftfoi_silence_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
240 GtkWidget *xftfoi_fadeout_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
241 GtkWidget *xftfoi_fadeout_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
242 GtkWidget *label22;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
243 GtkWidget *xft_pause_adv_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
244 GtkWidget *config_crossfade_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
245 GtkWidget *config_gapkiller_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
246 GtkWidget *gap_leading_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
247 GtkWidget *gap_leading_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
248 GtkObject *lgap_length_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
249 GtkWidget *lgap_length_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
250 GtkObject *lgap_level_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
251 GtkWidget *lgap_level_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
252 GtkWidget *lgap_length_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
253 GtkWidget *lgap_length_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
254 GtkWidget *lgap_level_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
255 GtkWidget *lgap_level_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
256 GtkWidget *lgap_enable_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
257 GtkWidget *label23;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
258 GtkWidget *gap_trailing_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
259 GtkWidget *gap_trailing_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
260 GtkWidget *tgap_length_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
261 GtkWidget *tgap_length_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
262 GtkWidget *tgap_level_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
263 GtkWidget *tgap_level_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
264 GtkObject *tgap_length_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
265 GtkWidget *tgap_length_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
266 GtkObject *tgap_level_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
267 GtkWidget *tgap_level_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
268 GtkWidget *tgap_lock_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
269 GtkWidget *tgap_enable_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
270 GtkWidget *label24;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
271 GtkWidget *gap_advanced_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
272 GtkWidget *gap_advanced_vbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
273 GtkWidget *gadv_crossing_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
274 GtkWidget *label25;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
275 GtkWidget *config_gapkiller_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
276 GtkWidget *config_misc_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
277 GtkWidget *misc_debug_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
278 GtkWidget *misc_debug_vbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
279 GtkWidget *debug_stderr_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
280 GtkWidget *debug_monitor_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
281 GtkWidget *label26;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
282 GtkWidget *misc_mixopt_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
283 GtkWidget *misc_mixopt_vbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
284 GtkWidget *mixopt_enable_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
285 GtkWidget *mixopt_reverse_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
286 GtkWidget *mixopt_software_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
287 GtkWidget *label27;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
288 GtkWidget *misc_other_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
289 GtkWidget *misc_other_vbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
290 GtkWidget *moth_songchange_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
291 GtkWidget *moth_songchange_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
292 GtkObject *moth_songchange_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
293 GtkWidget *moth_songchange_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
294 GtkWidget *moth_preload_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
295 GtkWidget *moth_preload_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
296 GtkObject *moth_preload_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
297 GtkWidget *moth_preload_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
298 GtkWidget *moth_noxf_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
299 GtkWidget *moth_noxf_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
300 GtkWidget *noxf_album_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
301 GtkWidget *noxf_samefile_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
302 GtkWidget *moth_httpworkaround_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
303 GtkWidget *moth_opmaxused_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
304 GtkWidget *moth_opmaxused_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
305 GtkObject *moth_opmaxused_spin_adj;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
306 GtkWidget *moth_opmaxused_spin;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
307 GtkWidget *moth_quantaudio_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
308 GtkWidget *moth_outputkeepopened_check;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
309 GtkWidget *label28;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
310 GtkWidget *config_misc_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
311 GtkWidget *config_presets_page;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
312 GtkWidget *presets_name_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
313 GtkWidget *presets_name_entry;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
314 GtkWidget *presets_delete_button;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
315 GtkWidget *presets_new_button;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
316 GtkWidget *presets_list_scrolledwindow;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
317 GtkWidget *presets_list_list;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
318 GtkWidget *presets_list_bbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
319 GtkWidget *presets_load_button;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
320 GtkWidget *presets_save_button;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
321 GtkWidget *config_presets_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
322 GtkWidget *config_bbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
323 GtkWidget *config_ok;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
324 GtkWidget *config_cancel;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
325 GtkWidget *config_apply;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
326 GtkTooltips *tooltips;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
327
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
328 tooltips = gtk_tooltips_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
329
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
330 config_win = gtk_window_new (GTK_WINDOW_TOPLEVEL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
331 gtk_window_set_title (GTK_WINDOW (config_win), "Crossfade Configuration");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
332
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
333 config_vbox = gtk_vbox_new (FALSE, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
334 gtk_widget_show (config_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
335 gtk_container_add (GTK_CONTAINER (config_win), config_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
336 gtk_container_set_border_width (GTK_CONTAINER (config_vbox), 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
337
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
338 config_notebook = gtk_notebook_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
339 gtk_widget_show (config_notebook);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
340 gtk_box_pack_start (GTK_BOX (config_vbox), config_notebook, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
341
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
342 config_output_page = gtk_vbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
343 gtk_widget_show (config_output_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
344 gtk_container_add (GTK_CONTAINER (config_notebook), config_output_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
345 gtk_container_set_border_width (GTK_CONTAINER (config_output_page), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
346
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
347 output_options_hbox = gtk_hbox_new (FALSE, 6);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
348 gtk_widget_show (output_options_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
349 gtk_box_pack_start (GTK_BOX (config_output_page), output_options_hbox, FALSE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
350
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
351 output_resampling_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
352 gtk_widget_show (output_resampling_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
353 gtk_box_pack_start (GTK_BOX (output_options_hbox), output_resampling_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
354
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
355 output_resampling_table = gtk_table_new (2, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
356 gtk_widget_show (output_resampling_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
357 gtk_container_add (GTK_CONTAINER (output_resampling_frame), output_resampling_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
358 gtk_container_set_border_width (GTK_CONTAINER (output_resampling_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
359 gtk_table_set_row_spacings (GTK_TABLE (output_resampling_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
360 gtk_table_set_col_spacings (GTK_TABLE (output_resampling_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
361
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
362 resampling_rate_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
363 gtk_widget_show (resampling_rate_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
364 gtk_table_attach (GTK_TABLE (output_resampling_table), resampling_rate_hbox, 0, 1, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
365 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
366 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
367
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
368 resampling_rate_label = gtk_label_new ("Rate:");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
369 gtk_widget_show (resampling_rate_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
370 gtk_box_pack_end (GTK_BOX (resampling_rate_hbox), resampling_rate_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
371
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
372 resampling_quality_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
373 gtk_widget_show (resampling_quality_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
374 gtk_table_attach (GTK_TABLE (output_resampling_table), resampling_quality_hbox, 0, 1, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
375 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
376 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
377
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
378 resampling_quality_label = gtk_label_new ("Quality:");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
379 gtk_widget_show (resampling_quality_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
380 gtk_box_pack_end (GTK_BOX (resampling_quality_hbox), resampling_quality_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
381
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
382 resampling_rate_optionmenu = gtk_option_menu_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
383 gtk_widget_show (resampling_rate_optionmenu);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
384 gtk_table_attach (GTK_TABLE (output_resampling_table), resampling_rate_optionmenu, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
385 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
386 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
387
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
388 resampling_quality_optionmenu = gtk_option_menu_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
389 gtk_widget_show (resampling_quality_optionmenu);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
390 gtk_table_attach (GTK_TABLE (output_resampling_table), resampling_quality_optionmenu, 1, 2, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
391 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
392 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
393
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
394 output_resampling_label = gtk_label_new ("Resampling");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
395 gtk_widget_show (output_resampling_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
396 gtk_frame_set_label_widget (GTK_FRAME (output_resampling_frame), output_resampling_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
397
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
398 output_notebook = gtk_notebook_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
399 gtk_widget_show (output_notebook);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
400 gtk_box_pack_start (GTK_BOX (config_output_page), output_notebook, FALSE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
401 GTK_WIDGET_UNSET_FLAGS (output_notebook, GTK_CAN_FOCUS);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
402 gtk_notebook_set_show_tabs (GTK_NOTEBOOK (output_notebook), FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
403 gtk_notebook_set_show_border (GTK_NOTEBOOK (output_notebook), FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
404
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
405 output_plugin_page = gtk_vbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
406 gtk_widget_show (output_plugin_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
407 gtk_container_add (GTK_CONTAINER (output_notebook), output_plugin_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
408
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
409 op_plugin_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
410 gtk_widget_show (op_plugin_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
411 gtk_box_pack_start (GTK_BOX (output_plugin_page), op_plugin_frame, FALSE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
412
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
413 op_plugin_vbox = gtk_vbox_new (FALSE, 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
414 gtk_widget_show (op_plugin_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
415 gtk_container_add (GTK_CONTAINER (op_plugin_frame), op_plugin_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
416 gtk_container_set_border_width (GTK_CONTAINER (op_plugin_vbox), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
417
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
418 op_plugin_optionmenu = gtk_option_menu_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
419 gtk_widget_show (op_plugin_optionmenu);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
420 gtk_box_pack_start (GTK_BOX (op_plugin_vbox), op_plugin_optionmenu, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
421
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
422 convertwidget5 = gtk_menu_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
423
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
424 convertwidget6 = gtk_menu_item_new_with_mnemonic ("dummy");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
425 gtk_widget_show (convertwidget6);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
426 gtk_container_add (GTK_CONTAINER (convertwidget5), convertwidget6);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
427
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
428 gtk_option_menu_set_menu (GTK_OPTION_MENU (op_plugin_optionmenu), convertwidget5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
429
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
430 op_plugin_buttonbox = gtk_hbutton_box_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
431 gtk_widget_show (op_plugin_buttonbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
432 gtk_box_pack_start (GTK_BOX (op_plugin_vbox), op_plugin_buttonbox, FALSE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
433 gtk_button_box_set_layout (GTK_BUTTON_BOX (op_plugin_buttonbox), GTK_BUTTONBOX_START);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
434 gtk_box_set_spacing (GTK_BOX (op_plugin_buttonbox), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
435
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
436 op_configure_button = gtk_button_new_with_mnemonic ("Configure");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
437 gtk_widget_show (op_configure_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
438 gtk_container_add (GTK_CONTAINER (op_plugin_buttonbox), op_configure_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
439 GTK_WIDGET_SET_FLAGS (op_configure_button, GTK_CAN_DEFAULT);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
440
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
441 op_about_button = gtk_button_new_with_mnemonic ("About");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
442 gtk_widget_show (op_about_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
443 gtk_container_add (GTK_CONTAINER (op_plugin_buttonbox), op_about_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
444 GTK_WIDGET_SET_FLAGS (op_about_button, GTK_CAN_DEFAULT);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
445
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
446 label8 = gtk_label_new ("Output plugin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
447 gtk_widget_show (label8);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
448 gtk_frame_set_label_widget (GTK_FRAME (op_plugin_frame), label8);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
449
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
450 op_options_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
451 gtk_widget_show (op_options_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
452 gtk_box_pack_start (GTK_BOX (output_plugin_page), op_options_frame, FALSE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
453
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
454 op_options_vbox = gtk_vbox_new (FALSE, 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
455 gtk_widget_show (op_options_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
456 gtk_container_add (GTK_CONTAINER (op_options_frame), op_options_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
457 gtk_container_set_border_width (GTK_CONTAINER (op_options_vbox), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
458
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
459 op_throttle_check = gtk_check_button_new_with_mnemonic ("Throttle Output");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
460 gtk_widget_show (op_throttle_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
461 gtk_box_pack_start (GTK_BOX (op_options_vbox), op_throttle_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
462
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
463 op_maxblock_hbox = gtk_hbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
464 gtk_widget_show (op_maxblock_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
465 gtk_box_pack_start (GTK_BOX (op_options_vbox), op_maxblock_hbox, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
466
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
467 op_maxblock_check = gtk_check_button_new_with_mnemonic ("Max block size (bytes):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
468 gtk_widget_show (op_maxblock_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
469 gtk_box_pack_start (GTK_BOX (op_maxblock_hbox), op_maxblock_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
470
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
471 op_maxblock_spin_adj = gtk_adjustment_new (1024, 4, 1048580, 4, 16, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
472 op_maxblock_spin = gtk_spin_button_new (GTK_ADJUSTMENT (op_maxblock_spin_adj), 10, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
473 gtk_widget_show (op_maxblock_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
474 gtk_box_pack_start (GTK_BOX (op_maxblock_hbox), op_maxblock_spin, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
475 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (op_maxblock_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
476 gtk_spin_button_set_snap_to_ticks (GTK_SPIN_BUTTON (op_maxblock_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
477
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
478 op_forcereopen_check = gtk_check_button_new_with_mnemonic ("Force close/reopen on songchange");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
479 gtk_widget_show (op_forcereopen_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
480 gtk_box_pack_start (GTK_BOX (op_options_vbox), op_forcereopen_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
481
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
482 label9 = gtk_label_new ("Plugin compatibility options");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
483 gtk_widget_show (label9);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
484 gtk_frame_set_label_widget (GTK_FRAME (op_options_frame), label9);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
485
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
486 label31 = gtk_label_new ("");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
487 gtk_widget_show (label31);
262
5410de731c3c [svn] Remove last of the internal OSS support and default to ALSA. Squashed a few warnings but it is still messy.
chainsaw
parents: 261
diff changeset
488 gtk_notebook_set_tab_label (GTK_NOTEBOOK (output_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (output_notebook), 0), label31);
261
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
489
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
490 empty_notebook_page = gtk_vbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
491 gtk_widget_show (empty_notebook_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
492 gtk_container_add (GTK_CONTAINER (output_notebook), empty_notebook_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
493
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
494 label32 = gtk_label_new ("");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
495 gtk_widget_show (label32);
262
5410de731c3c [svn] Remove last of the internal OSS support and default to ALSA. Squashed a few warnings but it is still messy.
chainsaw
parents: 261
diff changeset
496 gtk_notebook_set_tab_label (GTK_NOTEBOOK (output_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (output_notebook), 1), label32);
261
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
497
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
498 empty_notebook_page = gtk_vbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
499 gtk_widget_show (empty_notebook_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
500 gtk_container_add (GTK_CONTAINER (output_notebook), empty_notebook_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
501
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
502 label33 = gtk_label_new ("");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
503 gtk_widget_show (label33);
262
5410de731c3c [svn] Remove last of the internal OSS support and default to ALSA. Squashed a few warnings but it is still messy.
chainsaw
parents: 261
diff changeset
504 gtk_notebook_set_tab_label (GTK_NOTEBOOK (output_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (output_notebook), 2), label33);
261
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
505
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
506 empty_notebook_page = gtk_vbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
507 gtk_widget_show (empty_notebook_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
508 gtk_container_add (GTK_CONTAINER (output_notebook), empty_notebook_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
509
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
510 label34 = gtk_label_new ("");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
511 gtk_widget_show (label34);
262
5410de731c3c [svn] Remove last of the internal OSS support and default to ALSA. Squashed a few warnings but it is still messy.
chainsaw
parents: 261
diff changeset
512 gtk_notebook_set_tab_label (GTK_NOTEBOOK (output_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (output_notebook), 3), label34);
261
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
513
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
514 output_help_label = gtk_label_new ("When modifying the Output Options or the Mixing buffer size, you need to stop/restart playback for the settings to take effect.");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
515 gtk_widget_show (output_help_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
516 gtk_box_pack_end (GTK_BOX (config_output_page), output_help_label, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
517 gtk_label_set_line_wrap (GTK_LABEL (output_help_label), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
518
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
519 config_devices_label = gtk_label_new ("Output");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
520 gtk_widget_show (config_devices_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
521 gtk_notebook_set_tab_label (GTK_NOTEBOOK (config_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (config_notebook), 0), config_devices_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
522 gtk_label_set_justify (GTK_LABEL (config_devices_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
523
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
524 config_effects_page = gtk_vbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
525 gtk_widget_show (config_effects_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
526 gtk_container_add (GTK_CONTAINER (config_notebook), config_effects_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
527 gtk_container_set_border_width (GTK_CONTAINER (config_effects_page), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
528
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
529 ep_plugin_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
530 gtk_widget_show (ep_plugin_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
531 gtk_box_pack_start (GTK_BOX (config_effects_page), ep_plugin_frame, FALSE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
532
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
533 ep_plugin_vbox = gtk_vbox_new (FALSE, 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
534 gtk_widget_show (ep_plugin_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
535 gtk_container_add (GTK_CONTAINER (ep_plugin_frame), ep_plugin_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
536 gtk_container_set_border_width (GTK_CONTAINER (ep_plugin_vbox), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
537
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
538 ep_plugin_optionmenu = gtk_option_menu_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
539 gtk_widget_show (ep_plugin_optionmenu);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
540 gtk_box_pack_start (GTK_BOX (ep_plugin_vbox), ep_plugin_optionmenu, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
541 gtk_tooltips_set_tip (tooltips, ep_plugin_optionmenu, "Select an effect plugin. Take care not to use the same plugin as selected in XMMS' configuration dialog.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
542
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
543 convertwidget7 = gtk_menu_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
544
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
545 convertwidget8 = gtk_menu_item_new_with_mnemonic ("dummy");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
546 gtk_widget_show (convertwidget8);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
547 gtk_container_add (GTK_CONTAINER (convertwidget7), convertwidget8);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
548
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
549 gtk_option_menu_set_menu (GTK_OPTION_MENU (ep_plugin_optionmenu), convertwidget7);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
550
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
551 ep_plugin_buttonbox = gtk_hbutton_box_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
552 gtk_widget_show (ep_plugin_buttonbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
553 gtk_box_pack_start (GTK_BOX (ep_plugin_vbox), ep_plugin_buttonbox, FALSE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
554 gtk_button_box_set_layout (GTK_BUTTON_BOX (ep_plugin_buttonbox), GTK_BUTTONBOX_START);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
555 gtk_box_set_spacing (GTK_BOX (ep_plugin_buttonbox), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
556
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
557 ep_configure_button = gtk_button_new_with_mnemonic ("Configure");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
558 gtk_widget_show (ep_configure_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
559 gtk_container_add (GTK_CONTAINER (ep_plugin_buttonbox), ep_configure_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
560 GTK_WIDGET_SET_FLAGS (ep_configure_button, GTK_CAN_DEFAULT);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
561 gtk_tooltips_set_tip (tooltips, ep_configure_button, "Open the configuration dialog of the plugin selected above.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
562
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
563 ep_about_button = gtk_button_new_with_mnemonic ("About");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
564 gtk_widget_show (ep_about_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
565 gtk_container_add (GTK_CONTAINER (ep_plugin_buttonbox), ep_about_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
566 GTK_WIDGET_SET_FLAGS (ep_about_button, GTK_CAN_DEFAULT);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
567 gtk_tooltips_set_tip (tooltips, ep_about_button, "Open the about dialog of the plugin selected above.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
568
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
569 ep_enable_check = gtk_check_button_new_with_mnemonic ("Use plugin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
570 gtk_widget_show (ep_enable_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
571 gtk_container_add (GTK_CONTAINER (ep_plugin_buttonbox), ep_enable_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
572 gtk_tooltips_set_tip (tooltips, ep_enable_check, "Enable the selected plugin. Note that after pressing 'Apply' it may take a while until you can hear the effect, since it is applied before the audio data goes into the buffer.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
573
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
574 label10 = gtk_label_new ("Pre-mixing effect plugin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
575 gtk_widget_show (label10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
576 gtk_frame_set_label_widget (GTK_FRAME (ep_plugin_frame), label10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
577
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
578 effects_volnorm_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
579 gtk_box_pack_start (GTK_BOX (config_effects_page), effects_volnorm_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
580
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
581 effects_volnorm_table = gtk_table_new (4, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
582 gtk_widget_show (effects_volnorm_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
583 gtk_container_add (GTK_CONTAINER (effects_volnorm_frame), effects_volnorm_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
584 gtk_container_set_border_width (GTK_CONTAINER (effects_volnorm_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
585 gtk_table_set_row_spacings (GTK_TABLE (effects_volnorm_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
586 gtk_table_set_col_spacings (GTK_TABLE (effects_volnorm_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
587
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
588 volnorm_quantaudio_check = gtk_check_button_new_with_mnemonic ("Read Quantaudio comment field");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
589 gtk_widget_show (volnorm_quantaudio_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
590 gtk_table_attach (GTK_TABLE (effects_volnorm_table), volnorm_quantaudio_check, 1, 2, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
591 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
592 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
593
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
594 volnorm_target_spin_adj = gtk_adjustment_new (8000, 0, 32768, 100, 1000, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
595 volnorm_target_spin = gtk_spin_button_new (GTK_ADJUSTMENT (volnorm_target_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
596 gtk_widget_show (volnorm_target_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
597 gtk_table_attach (GTK_TABLE (effects_volnorm_table), volnorm_target_spin, 1, 2, 3, 4,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
598 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
599 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
600 gtk_tooltips_set_tip (tooltips, volnorm_target_spin, "Set the maximum length for gaps at the end of a stream.\nDefault: 500", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
601 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (volnorm_target_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
602
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
603 volnorm_target_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
604 gtk_widget_show (volnorm_target_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
605 gtk_table_attach (GTK_TABLE (effects_volnorm_table), volnorm_target_hbox, 0, 1, 3, 4,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
606 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
607 (GtkAttachOptions) (GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
608
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
609 volnorm_target_label = gtk_label_new ("Target RMS:");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
610 gtk_widget_show (volnorm_target_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
611 gtk_box_pack_start (GTK_BOX (volnorm_target_hbox), volnorm_target_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
612 gtk_label_set_justify (GTK_LABEL (volnorm_target_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
613
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
614 volnorm_enable_check = gtk_check_button_new_with_mnemonic ("Enable");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
615 gtk_widget_show (volnorm_enable_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
616 gtk_table_attach (GTK_TABLE (effects_volnorm_table), volnorm_enable_check, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
617 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
618 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
619
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
620 volnorm_rva2_check = gtk_check_button_new_with_mnemonic ("Read ID3V2 RVA2 Tag");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
621 gtk_widget_show (volnorm_rva2_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
622 gtk_table_attach (GTK_TABLE (effects_volnorm_table), volnorm_rva2_check, 1, 2, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
623 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
624 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
625
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
626 label11 = gtk_label_new ("Volume normalizer");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
627 gtk_widget_show (label11);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
628 gtk_frame_set_label_widget (GTK_FRAME (effects_volnorm_frame), label11);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
629
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
630 effects_help_label = gtk_label_new ("You do not need to press 'Apply' after making changes to the effect plugin settings. It may take a while though until you can hear the change, since the plugin is applied before the mixing buffer.");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
631 gtk_widget_show (effects_help_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
632 gtk_box_pack_start (GTK_BOX (config_effects_page), effects_help_label, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
633 gtk_label_set_line_wrap (GTK_LABEL (effects_help_label), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
634
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
635 config_effects_label = gtk_label_new ("Effects");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
636 gtk_widget_show (config_effects_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
637 gtk_notebook_set_tab_label (GTK_NOTEBOOK (config_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (config_notebook), 1), config_effects_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
638 gtk_label_set_justify (GTK_LABEL (config_effects_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
639
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
640 config_crossfader_page = gtk_vbox_new (FALSE, 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
641 gtk_widget_show (config_crossfader_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
642 gtk_container_add (GTK_CONTAINER (config_notebook), config_crossfader_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
643 gtk_container_set_border_width (GTK_CONTAINER (config_crossfader_page), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
644
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
645 xf_bufsize_hbox = gtk_hbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
646 gtk_widget_show (xf_bufsize_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
647 gtk_box_pack_start (GTK_BOX (config_crossfader_page), xf_bufsize_hbox, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
648
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
649 xf_bufsize_label = gtk_label_new ("Mixing buffer size (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
650 gtk_widget_show (xf_bufsize_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
651 gtk_box_pack_start (GTK_BOX (xf_bufsize_hbox), xf_bufsize_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
652 gtk_label_set_justify (GTK_LABEL (xf_bufsize_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
653
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
654 xf_buffer_spin_adj = gtk_adjustment_new (8500, 0, 60000, 100, 1000, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
655 xf_buffer_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xf_buffer_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
656 gtk_widget_show (xf_buffer_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
657 gtk_box_pack_start (GTK_BOX (xf_bufsize_hbox), xf_buffer_spin, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
658 gtk_tooltips_set_tip (tooltips, xf_buffer_spin, "Specify the size of the mixing buffer. Mixing buffer space is required for pauses, fade-outs, offsetting (i.e. interleaving the end and beginning of two songs) and killing trailing gaps. Fade-ins and killing leading gaps are done on-the-fly and do not depend on mixing buffer space.\nDefault: n/a - calculated automatically", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
659 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xf_buffer_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
660
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
661 xf_autobuf_check = gtk_check_button_new_with_mnemonic ("auto");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
662 gtk_widget_show (xf_autobuf_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
663 gtk_box_pack_start (GTK_BOX (xf_bufsize_hbox), xf_autobuf_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
664 gtk_tooltips_set_tip (tooltips, xf_autobuf_check, "Automatically calculate an optimal buffer size.\nDefault: On", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
665
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
666 xf_config_hbox = gtk_hbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
667 gtk_widget_show (xf_config_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
668 gtk_box_pack_start (GTK_BOX (config_crossfader_page), xf_config_hbox, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
669
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
670 xf_config_label = gtk_label_new ("Set parameters for:");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
671 gtk_widget_show (xf_config_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
672 gtk_box_pack_start (GTK_BOX (xf_config_hbox), xf_config_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
673 gtk_label_set_justify (GTK_LABEL (xf_config_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
674
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
675 xf_config_optionmenu = gtk_option_menu_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
676 gtk_widget_show (xf_config_optionmenu);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
677 gtk_box_pack_start (GTK_BOX (xf_config_hbox), xf_config_optionmenu, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
678 gtk_tooltips_set_tip (tooltips, xf_config_optionmenu, "Select the type of songchange you want to configure:\n* Start of playback: When starting playback by pressing PLAY\n* Automatic songchange: When reaching the end of a song and the playlist advances to the next song\n* Manual songchange: When manually selecting another song, for example by pressing NEXT/PREV\n* Manual stop: When pressing the STOP button\n* End of playlist: After the last song in the playlist has been played\n* Seeking: When seeking within the current song", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
679
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
680 convertwidget9 = gtk_menu_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
681
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
682 convertwidget10 = gtk_menu_item_new_with_mnemonic ("dummy");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
683 gtk_widget_show (convertwidget10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
684 gtk_container_add (GTK_CONTAINER (convertwidget9), convertwidget10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
685
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
686 gtk_option_menu_set_menu (GTK_OPTION_MENU (xf_config_optionmenu), convertwidget9);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
687
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
688 xf_type_hbox = gtk_hbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
689 gtk_widget_show (xf_type_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
690 gtk_box_pack_start (GTK_BOX (config_crossfader_page), xf_type_hbox, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
691
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
692 xf_type_label = gtk_label_new ("Crossfade/Transition type:");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
693 gtk_widget_show (xf_type_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
694 gtk_box_pack_start (GTK_BOX (xf_type_hbox), xf_type_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
695 gtk_label_set_justify (GTK_LABEL (xf_type_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
696
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
697 xf_type_optionmenu = gtk_option_menu_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
698 gtk_widget_show (xf_type_optionmenu);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
699 gtk_box_pack_start (GTK_BOX (xf_type_hbox), xf_type_optionmenu, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
700 gtk_tooltips_set_tip (tooltips, xf_type_optionmenu, "Select the transition to be used for the songchange type selected above:\n* Fade-in: Fade-in at 'Start of playback'\n* Reopen output device: Force a close/open on the output plugin. This will most certainly re-introduce gaps and clicks, but might be usefull with some plugins.\n* Flush output device: Keeps the output plugin opened, but flushes its buffers. This will give you almost instant reaction when pressing NEXT/PREV.\n* None (gapless/off): Gapless mode. Keeps the device opened, but does not do any fading.\n* Simple crossfade: Does a simple crossfade between the previous and the next song.\n* Advanced crossfade: Allows you to configure the crossfade in more detail.\n* Fade-out: Fade-out at 'Manual stop' or 'End of playlist'.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
701
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
702 convertwidget11 = gtk_menu_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
703
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
704 convertwidget12 = gtk_menu_item_new_with_mnemonic ("dummy");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
705 gtk_widget_show (convertwidget12);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
706 gtk_container_add (GTK_CONTAINER (convertwidget11), convertwidget12);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
707
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
708 gtk_option_menu_set_menu (GTK_OPTION_MENU (xf_type_optionmenu), convertwidget11);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
709
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
710 xf_type_notebook = gtk_notebook_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
711 gtk_widget_show (xf_type_notebook);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
712 gtk_box_pack_start (GTK_BOX (config_crossfader_page), xf_type_notebook, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
713 GTK_WIDGET_UNSET_FLAGS (xf_type_notebook, GTK_CAN_FOCUS);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
714 gtk_notebook_set_show_tabs (GTK_NOTEBOOK (xf_type_notebook), FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
715 gtk_notebook_set_show_border (GTK_NOTEBOOK (xf_type_notebook), FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
716
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
717 empty_notebook_page = gtk_vbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
718 gtk_widget_show (empty_notebook_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
719 gtk_container_add (GTK_CONTAINER (xf_type_notebook), empty_notebook_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
720
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
721 xft_reopen_label = gtk_label_new ("Reopen");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
722 gtk_widget_show (xft_reopen_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
723 gtk_notebook_set_tab_label (GTK_NOTEBOOK (xf_type_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (xf_type_notebook), 0), xft_reopen_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
724 gtk_label_set_justify (GTK_LABEL (xft_reopen_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
725
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
726 xft_flush_page = gtk_vbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
727 gtk_widget_show (xft_flush_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
728 gtk_container_add (GTK_CONTAINER (xf_type_notebook), xft_flush_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
729
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
730 xftf_pause_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
731 gtk_widget_show (xftf_pause_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
732 gtk_box_pack_start (GTK_BOX (xft_flush_page), xftf_pause_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
733
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
734 xftf_pause_table = gtk_table_new (2, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
735 gtk_widget_show (xftf_pause_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
736 gtk_container_add (GTK_CONTAINER (xftf_pause_frame), xftf_pause_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
737 gtk_container_set_border_width (GTK_CONTAINER (xftf_pause_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
738 gtk_table_set_row_spacings (GTK_TABLE (xftf_pause_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
739 gtk_table_set_col_spacings (GTK_TABLE (xftf_pause_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
740
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
741 xftfp_length_label = gtk_label_new ("Length (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
742 gtk_widget_show (xftfp_length_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
743 gtk_table_attach (GTK_TABLE (xftf_pause_table), xftfp_length_label, 0, 1, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
744 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
745 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
746
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
747 xftfp_length_spin_adj = gtk_adjustment_new (1000, 0, 60000, 100, 1000, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
748 xftfp_length_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xftfp_length_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
749 gtk_widget_show (xftfp_length_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
750 gtk_table_attach (GTK_TABLE (xftf_pause_table), xftfp_length_spin, 1, 2, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
751 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
752 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
753 gtk_tooltips_set_tip (tooltips, xftfp_length_spin, "Specify the length of the silence to be inserted between the tracks.\nDefault: 2000", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
754 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xftfp_length_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
755
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
756 xftfp_enable_check = gtk_check_button_new_with_mnemonic ("Enable");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
757 gtk_widget_show (xftfp_enable_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
758 gtk_table_attach (GTK_TABLE (xftf_pause_table), xftfp_enable_check, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
759 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
760 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
761
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
762 label12 = gtk_label_new ("Pause");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
763 gtk_widget_show (label12);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
764 gtk_frame_set_label_widget (GTK_FRAME (xftf_pause_frame), label12);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
765
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
766 xftf_fadein_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
767 gtk_widget_show (xftf_fadein_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
768 gtk_box_pack_start (GTK_BOX (xft_flush_page), xftf_fadein_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
769
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
770 xftf_fadein_table = gtk_table_new (3, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
771 gtk_widget_show (xftf_fadein_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
772 gtk_container_add (GTK_CONTAINER (xftf_fadein_frame), xftf_fadein_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
773 gtk_container_set_border_width (GTK_CONTAINER (xftf_fadein_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
774 gtk_table_set_row_spacings (GTK_TABLE (xftf_fadein_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
775 gtk_table_set_col_spacings (GTK_TABLE (xftf_fadein_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
776
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
777 xftffi_length_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
778 gtk_widget_show (xftffi_length_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
779 gtk_table_attach (GTK_TABLE (xftf_fadein_table), xftffi_length_hbox, 0, 1, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
780 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
781 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
782
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
783 xftffi_length_label = gtk_label_new ("Length (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
784 gtk_widget_show (xftffi_length_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
785 gtk_box_pack_start (GTK_BOX (xftffi_length_hbox), xftffi_length_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
786
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
787 xftffi_volume_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
788 gtk_widget_show (xftffi_volume_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
789 gtk_table_attach (GTK_TABLE (xftf_fadein_table), xftffi_volume_hbox, 0, 1, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
790 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
791 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
792
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
793 xftffi_volume_label = gtk_label_new ("Start volume (%):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
794 gtk_widget_show (xftffi_volume_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
795 gtk_box_pack_start (GTK_BOX (xftffi_volume_hbox), xftffi_volume_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
796
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
797 xftffi_length_spin_adj = gtk_adjustment_new (1000, 0, 60000, 100, 1000, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
798 xftffi_length_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xftffi_length_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
799 gtk_widget_show (xftffi_length_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
800 gtk_table_attach (GTK_TABLE (xftf_fadein_table), xftffi_length_spin, 1, 2, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
801 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
802 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
803 gtk_tooltips_set_tip (tooltips, xftffi_length_spin, "Set the duration for the fadein of the next song.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
804 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xftffi_length_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
805
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
806 xftffi_enable_check = gtk_check_button_new_with_mnemonic ("Enable");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
807 gtk_widget_show (xftffi_enable_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
808 gtk_table_attach (GTK_TABLE (xftf_fadein_table), xftffi_enable_check, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
809 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
810 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
811
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
812 xftffi_volume_spin_adj = gtk_adjustment_new (0, 0, 100, 1, 10, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
813 xftffi_volume_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xftffi_volume_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
814 gtk_widget_show (xftffi_volume_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
815 gtk_table_attach (GTK_TABLE (xftf_fadein_table), xftffi_volume_spin, 1, 2, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
816 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
817 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
818 gtk_tooltips_set_tip (tooltips, xftffi_volume_spin, "Set the start volume. XMMS-crossfade will fade from this volume to 100% during the time specified above.\nDefault: 0", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
819 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xftffi_volume_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
820
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
821 label13 = gtk_label_new ("Fade in");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
822 gtk_widget_show (label13);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
823 gtk_frame_set_label_widget (GTK_FRAME (xftf_fadein_frame), label13);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
824
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
825 xft_flush_label = gtk_label_new ("Flush");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
826 gtk_widget_show (xft_flush_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
827 gtk_notebook_set_tab_label (GTK_NOTEBOOK (xf_type_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (xf_type_notebook), 1), xft_flush_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
828 gtk_label_set_justify (GTK_LABEL (xft_flush_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
829
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
830 empty_notebook_page = gtk_vbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
831 gtk_widget_show (empty_notebook_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
832 gtk_container_add (GTK_CONTAINER (xf_type_notebook), empty_notebook_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
833
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
834 xft_none_label = gtk_label_new ("None");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
835 gtk_widget_show (xft_none_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
836 gtk_notebook_set_tab_label (GTK_NOTEBOOK (xf_type_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (xf_type_notebook), 2), xft_none_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
837 gtk_label_set_justify (GTK_LABEL (xft_none_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
838
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
839 xft_pause_page = gtk_vbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
840 gtk_widget_show (xft_pause_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
841 gtk_container_add (GTK_CONTAINER (xf_type_notebook), xft_pause_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
842
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
843 xf_pause_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
844 gtk_widget_show (xf_pause_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
845 gtk_box_pack_start (GTK_BOX (xft_pause_page), xf_pause_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
846
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
847 xf_pause_table = gtk_table_new (1, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
848 gtk_widget_show (xf_pause_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
849 gtk_container_add (GTK_CONTAINER (xf_pause_frame), xf_pause_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
850 gtk_container_set_border_width (GTK_CONTAINER (xf_pause_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
851 gtk_table_set_row_spacings (GTK_TABLE (xf_pause_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
852 gtk_table_set_col_spacings (GTK_TABLE (xf_pause_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
853
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
854 pause_length_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
855 gtk_widget_show (pause_length_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
856 gtk_table_attach (GTK_TABLE (xf_pause_table), pause_length_hbox, 0, 1, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
857 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
858 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
859
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
860 pause_length_label = gtk_label_new ("Length (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
861 gtk_widget_show (pause_length_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
862 gtk_box_pack_start (GTK_BOX (pause_length_hbox), pause_length_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
863
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
864 pause_length_spin_adj = gtk_adjustment_new (1000, 0, 60000, 100, 1000, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
865 pause_length_spin = gtk_spin_button_new (GTK_ADJUSTMENT (pause_length_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
866 gtk_widget_show (pause_length_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
867 gtk_table_attach (GTK_TABLE (xf_pause_table), pause_length_spin, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
868 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
869 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
870 gtk_tooltips_set_tip (tooltips, pause_length_spin, "Specify the length of the silence to be inserted between the tracks.\nDefault: 2000", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
871 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (pause_length_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
872
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
873 label14 = gtk_label_new ("Pause");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
874 gtk_widget_show (label14);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
875 gtk_frame_set_label_widget (GTK_FRAME (xf_pause_frame), label14);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
876
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
877 xft_pause_label = gtk_label_new ("Pause");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
878 gtk_widget_show (xft_pause_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
879 gtk_notebook_set_tab_label (GTK_NOTEBOOK (xf_type_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (xf_type_notebook), 3), xft_pause_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
880 gtk_label_set_justify (GTK_LABEL (xft_pause_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
881
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
882 xft_simplexf_page = gtk_vbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
883 gtk_widget_show (xft_simplexf_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
884 gtk_container_add (GTK_CONTAINER (xf_type_notebook), xft_simplexf_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
885
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
886 xf_simple_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
887 gtk_widget_show (xf_simple_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
888 gtk_box_pack_start (GTK_BOX (xft_simplexf_page), xf_simple_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
889
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
890 xf_simple_table = gtk_table_new (1, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
891 gtk_widget_show (xf_simple_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
892 gtk_container_add (GTK_CONTAINER (xf_simple_frame), xf_simple_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
893 gtk_container_set_border_width (GTK_CONTAINER (xf_simple_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
894 gtk_table_set_row_spacings (GTK_TABLE (xf_simple_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
895 gtk_table_set_col_spacings (GTK_TABLE (xf_simple_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
896
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
897 simple_length_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
898 gtk_widget_show (simple_length_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
899 gtk_table_attach (GTK_TABLE (xf_simple_table), simple_length_hbox, 0, 1, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
900 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
901 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
902
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
903 simple_length_label = gtk_label_new ("Length (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
904 gtk_widget_show (simple_length_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
905 gtk_box_pack_start (GTK_BOX (simple_length_hbox), simple_length_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
906
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
907 simple_length_spin_adj = gtk_adjustment_new (1500, 0, 60000, 100, 1000, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
908 simple_length_spin = gtk_spin_button_new (GTK_ADJUSTMENT (simple_length_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
909 gtk_widget_show (simple_length_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
910 gtk_table_attach (GTK_TABLE (xf_simple_table), simple_length_spin, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
911 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
912 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
913 gtk_tooltips_set_tip (tooltips, simple_length_spin, "Specify the length of the crosssfade.\nDefault: depends on songchange type", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
914 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (simple_length_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
915
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
916 label15 = gtk_label_new ("Crossfade");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
917 gtk_widget_show (label15);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
918 gtk_frame_set_label_widget (GTK_FRAME (xf_simple_frame), label15);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
919
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
920 xft_simplexf_label = gtk_label_new ("Simple XF");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
921 gtk_widget_show (xft_simplexf_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
922 gtk_notebook_set_tab_label (GTK_NOTEBOOK (xf_type_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (xf_type_notebook), 4), xft_simplexf_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
923 gtk_label_set_justify (GTK_LABEL (xft_simplexf_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
924
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
925 xft_advancedxf_page = gtk_vbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
926 gtk_widget_show (xft_advancedxf_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
927 gtk_container_add (GTK_CONTAINER (xf_type_notebook), xft_advancedxf_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
928
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
929 xf_fadeout_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
930 gtk_widget_show (xf_fadeout_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
931 gtk_box_pack_start (GTK_BOX (xft_advancedxf_page), xf_fadeout_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
932
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
933 xf_fadeout_table = gtk_table_new (3, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
934 gtk_widget_show (xf_fadeout_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
935 gtk_container_add (GTK_CONTAINER (xf_fadeout_frame), xf_fadeout_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
936 gtk_container_set_border_width (GTK_CONTAINER (xf_fadeout_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
937 gtk_table_set_row_spacings (GTK_TABLE (xf_fadeout_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
938 gtk_table_set_col_spacings (GTK_TABLE (xf_fadeout_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
939
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
940 fadeout_length_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
941 gtk_widget_show (fadeout_length_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
942 gtk_table_attach (GTK_TABLE (xf_fadeout_table), fadeout_length_hbox, 0, 1, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
943 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
944 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
945
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
946 fadeout_length_label = gtk_label_new ("Length (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
947 gtk_widget_show (fadeout_length_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
948 gtk_box_pack_start (GTK_BOX (fadeout_length_hbox), fadeout_length_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
949
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
950 fadeout_length_spin_adj = gtk_adjustment_new (1000, 0, 60000, 100, 1000, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
951 fadeout_length_spin = gtk_spin_button_new (GTK_ADJUSTMENT (fadeout_length_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
952 gtk_widget_show (fadeout_length_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
953 gtk_table_attach (GTK_TABLE (xf_fadeout_table), fadeout_length_spin, 1, 2, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
954 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
955 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
956 gtk_tooltips_set_tip (tooltips, fadeout_length_spin, "Set the duration for the fadeout of the previous song.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
957 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (fadeout_length_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
958
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
959 fadeout_volume_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
960 gtk_widget_show (fadeout_volume_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
961 gtk_table_attach (GTK_TABLE (xf_fadeout_table), fadeout_volume_hbox, 0, 1, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
962 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
963 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
964
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
965 fadeout_volume_label = gtk_label_new ("End volume (%):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
966 gtk_widget_show (fadeout_volume_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
967 gtk_box_pack_start (GTK_BOX (fadeout_volume_hbox), fadeout_volume_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
968
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
969 fadeout_volume_spin_adj = gtk_adjustment_new (0, 0, 100, 1, 10, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
970 fadeout_volume_spin = gtk_spin_button_new (GTK_ADJUSTMENT (fadeout_volume_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
971 gtk_widget_show (fadeout_volume_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
972 gtk_table_attach (GTK_TABLE (xf_fadeout_table), fadeout_volume_spin, 1, 2, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
973 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
974 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
975 gtk_tooltips_set_tip (tooltips, fadeout_volume_spin, "Set the end volume. XMMS-crossfade will fade from 100% to this volume during the time specified above.\nDefault: 0", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
976 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (fadeout_volume_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
977
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
978 fadeout_options_hbox = gtk_hbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
979 gtk_widget_show (fadeout_options_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
980 gtk_table_attach (GTK_TABLE (xf_fadeout_table), fadeout_options_hbox, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
981 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
982 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
983
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
984 fadeout_enable_check = gtk_check_button_new_with_mnemonic ("Enable");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
985 gtk_widget_show (fadeout_enable_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
986 gtk_box_pack_start (GTK_BOX (fadeout_options_hbox), fadeout_enable_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
987
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
988 label16 = gtk_label_new ("Fade out");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
989 gtk_widget_show (label16);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
990 gtk_frame_set_label_widget (GTK_FRAME (xf_fadeout_frame), label16);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
991
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
992 xf_offset_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
993 gtk_widget_show (xf_offset_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
994 gtk_box_pack_start (GTK_BOX (xft_advancedxf_page), xf_offset_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
995
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
996 xf_offset_table = gtk_table_new (4, 1, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
997 gtk_widget_show (xf_offset_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
998 gtk_container_add (GTK_CONTAINER (xf_offset_frame), xf_offset_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
999 gtk_container_set_border_width (GTK_CONTAINER (xf_offset_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1000 gtk_table_set_row_spacings (GTK_TABLE (xf_offset_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1001 gtk_table_set_col_spacings (GTK_TABLE (xf_offset_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1002
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1003 xfofs_custom_hbox = gtk_hbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1004 gtk_widget_show (xfofs_custom_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1005 gtk_table_attach (GTK_TABLE (xf_offset_table), xfofs_custom_hbox, 0, 1, 3, 4,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1006 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1007 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1008
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1009 xfofs_custom_radiobutton = gtk_radio_button_new_with_mnemonic (NULL, "Custom (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1010 gtk_widget_show (xfofs_custom_radiobutton);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1011 gtk_box_pack_start (GTK_BOX (xfofs_custom_hbox), xfofs_custom_radiobutton, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1012 gtk_tooltips_set_tip (tooltips, xfofs_custom_radiobutton, "Set a custom offset.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1013 gtk_radio_button_set_group (GTK_RADIO_BUTTON (xfofs_custom_radiobutton), xfofs_custom_radiobutton_group);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1014 xfofs_custom_radiobutton_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (xfofs_custom_radiobutton));
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1015
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1016 xfofs_custom_spin_adj = gtk_adjustment_new (-2000, -60000, 60000, 100, 1000, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1017 xfofs_custom_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xfofs_custom_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1018 gtk_widget_show (xfofs_custom_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1019 gtk_box_pack_start (GTK_BOX (xfofs_custom_hbox), xfofs_custom_spin, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1020 gtk_tooltips_set_tip (tooltips, xfofs_custom_spin, "Set how much the end of the previous and the beginning of the next song should overlap.\n* Negative values indicate that the next song should start before the previous has reached the end.\n* A value of 0 means that the songs are concatenated seamlessly.\n* Positive values will yield insert silence inbetween..", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1021 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xfofs_custom_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1022
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1023 xfofs_none_radiobutton = gtk_radio_button_new_with_mnemonic (NULL, "None (0 ms)");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1024 gtk_widget_show (xfofs_none_radiobutton);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1025 gtk_table_attach (GTK_TABLE (xf_offset_table), xfofs_none_radiobutton, 0, 1, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1026 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1027 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1028 gtk_tooltips_set_tip (tooltips, xfofs_none_radiobutton, "Don't overlap the two songs. The next song will start immediatelly after the previous has ended.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1029 gtk_radio_button_set_group (GTK_RADIO_BUTTON (xfofs_none_radiobutton), xfofs_custom_radiobutton_group);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1030 xfofs_custom_radiobutton_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (xfofs_none_radiobutton));
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1031
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1032 xfofs_lockout_radiobutton = gtk_radio_button_new_with_mnemonic (NULL, "Lock to fadeout length");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1033 gtk_widget_show (xfofs_lockout_radiobutton);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1034 gtk_table_attach (GTK_TABLE (xf_offset_table), xfofs_lockout_radiobutton, 0, 1, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1035 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1036 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1037 gtk_tooltips_set_tip (tooltips, xfofs_lockout_radiobutton, "Overlap by the fadeout duration specified above.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1038 gtk_radio_button_set_group (GTK_RADIO_BUTTON (xfofs_lockout_radiobutton), xfofs_custom_radiobutton_group);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1039 xfofs_custom_radiobutton_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (xfofs_lockout_radiobutton));
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1040
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1041 xfofs_lockin_radiobutton = gtk_radio_button_new_with_mnemonic (NULL, "Lock to fadein length");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1042 gtk_widget_show (xfofs_lockin_radiobutton);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1043 gtk_table_attach (GTK_TABLE (xf_offset_table), xfofs_lockin_radiobutton, 0, 1, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1044 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1045 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1046 gtk_tooltips_set_tip (tooltips, xfofs_lockin_radiobutton, "Overlap by the fadein duration specified below..", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1047 gtk_radio_button_set_group (GTK_RADIO_BUTTON (xfofs_lockin_radiobutton), xfofs_custom_radiobutton_group);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1048 xfofs_custom_radiobutton_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (xfofs_lockin_radiobutton));
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1049
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1050 label17 = gtk_label_new ("Offset");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1051 gtk_widget_show (label17);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1052 gtk_frame_set_label_widget (GTK_FRAME (xf_offset_frame), label17);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1053
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1054 xf_fadein_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1055 gtk_widget_show (xf_fadein_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1056 gtk_box_pack_start (GTK_BOX (xft_advancedxf_page), xf_fadein_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1057
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1058 xf_fadein_table = gtk_table_new (3, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1059 gtk_widget_show (xf_fadein_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1060 gtk_container_add (GTK_CONTAINER (xf_fadein_frame), xf_fadein_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1061 gtk_container_set_border_width (GTK_CONTAINER (xf_fadein_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1062 gtk_table_set_row_spacings (GTK_TABLE (xf_fadein_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1063 gtk_table_set_col_spacings (GTK_TABLE (xf_fadein_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1064
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1065 fadein_length_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1066 gtk_widget_show (fadein_length_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1067 gtk_table_attach (GTK_TABLE (xf_fadein_table), fadein_length_hbox, 0, 1, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1068 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1069 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1070
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1071 fadein_length_label = gtk_label_new ("Length (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1072 gtk_widget_show (fadein_length_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1073 gtk_box_pack_start (GTK_BOX (fadein_length_hbox), fadein_length_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1074
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1075 fadein_volume_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1076 gtk_widget_show (fadein_volume_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1077 gtk_table_attach (GTK_TABLE (xf_fadein_table), fadein_volume_hbox, 0, 1, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1078 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1079 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1080
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1081 fadein_volume_label = gtk_label_new ("Start volume (%):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1082 gtk_widget_show (fadein_volume_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1083 gtk_box_pack_start (GTK_BOX (fadein_volume_hbox), fadein_volume_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1084
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1085 fadein_length_spin_adj = gtk_adjustment_new (1000, 0, 60000, 100, 1000, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1086 fadein_length_spin = gtk_spin_button_new (GTK_ADJUSTMENT (fadein_length_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1087 gtk_widget_show (fadein_length_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1088 gtk_table_attach (GTK_TABLE (xf_fadein_table), fadein_length_spin, 1, 2, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1089 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1090 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1091 gtk_tooltips_set_tip (tooltips, fadein_length_spin, "Set the duration for the fadein of the next song.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1092 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (fadein_length_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1093
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1094 fadein_enable_check = gtk_check_button_new_with_mnemonic (" Enable");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1095 gtk_widget_show (fadein_enable_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1096 gtk_table_attach (GTK_TABLE (xf_fadein_table), fadein_enable_check, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1097 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1098 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1099
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1100 fadein_lock_check = gtk_check_button_new_with_mnemonic ("Lock to Fade-out");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1101 gtk_widget_show (fadein_lock_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1102 gtk_table_attach (GTK_TABLE (xf_fadein_table), fadein_lock_check, 0, 1, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1103 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1104 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1105 gtk_tooltips_set_tip (tooltips, fadein_lock_check, "Use the same settings as fade-out.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1106
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1107 fadein_volume_spin_adj = gtk_adjustment_new (0, 0, 100, 1, 10, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1108 fadein_volume_spin = gtk_spin_button_new (GTK_ADJUSTMENT (fadein_volume_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1109 gtk_widget_show (fadein_volume_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1110 gtk_table_attach (GTK_TABLE (xf_fadein_table), fadein_volume_spin, 1, 2, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1111 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1112 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1113 gtk_tooltips_set_tip (tooltips, fadein_volume_spin, "Set the start volume. XMMS-crossfade will fade from this volume to 100% during the time specified above.\nDefault: 0", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1114 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (fadein_volume_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1115
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1116 label18 = gtk_label_new ("Fade in");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1117 gtk_widget_show (label18);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1118 gtk_frame_set_label_widget (GTK_FRAME (xf_fadein_frame), label18);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1119
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1120 xft_advancedxf_label = gtk_label_new ("Advanced XF");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1121 gtk_widget_show (xft_advancedxf_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1122 gtk_notebook_set_tab_label (GTK_NOTEBOOK (xf_type_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (xf_type_notebook), 5), xft_advancedxf_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1123 gtk_label_set_justify (GTK_LABEL (xft_advancedxf_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1124
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1125 xft_fadein_page = gtk_vbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1126 gtk_widget_show (xft_fadein_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1127 gtk_container_add (GTK_CONTAINER (xf_type_notebook), xft_fadein_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1128
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1129 xftfi_fadein_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1130 gtk_widget_show (xftfi_fadein_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1131 gtk_box_pack_start (GTK_BOX (xft_fadein_page), xftfi_fadein_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1132
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1133 xftfi_fadein_table = gtk_table_new (2, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1134 gtk_widget_show (xftfi_fadein_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1135 gtk_container_add (GTK_CONTAINER (xftfi_fadein_frame), xftfi_fadein_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1136 gtk_container_set_border_width (GTK_CONTAINER (xftfi_fadein_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1137 gtk_table_set_row_spacings (GTK_TABLE (xftfi_fadein_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1138 gtk_table_set_col_spacings (GTK_TABLE (xftfi_fadein_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1139
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1140 xftfi_length_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1141 gtk_widget_show (xftfi_length_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1142 gtk_table_attach (GTK_TABLE (xftfi_fadein_table), xftfi_length_hbox, 0, 1, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1143 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1144 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1145
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1146 xftfi_length_label = gtk_label_new ("Length (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1147 gtk_widget_show (xftfi_length_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1148 gtk_box_pack_start (GTK_BOX (xftfi_length_hbox), xftfi_length_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1149
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1150 xftfi_volume_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1151 gtk_widget_show (xftfi_volume_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1152 gtk_table_attach (GTK_TABLE (xftfi_fadein_table), xftfi_volume_hbox, 0, 1, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1153 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1154 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1155
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1156 xftfi_volume_label = gtk_label_new ("Start volume (%):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1157 gtk_widget_show (xftfi_volume_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1158 gtk_box_pack_start (GTK_BOX (xftfi_volume_hbox), xftfi_volume_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1159
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1160 xftfi_length_spin_adj = gtk_adjustment_new (1000, 0, 60000, 10, 100, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1161 xftfi_length_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xftfi_length_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1162 gtk_widget_show (xftfi_length_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1163 gtk_table_attach (GTK_TABLE (xftfi_fadein_table), xftfi_length_spin, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1164 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1165 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1166 gtk_tooltips_set_tip (tooltips, xftfi_length_spin, "Set the duration for the fadein when starting playback.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1167 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xftfi_length_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1168
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1169 xftfi_volume_spin_adj = gtk_adjustment_new (0, 0, 100, 1, 10, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1170 xftfi_volume_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xftfi_volume_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1171 gtk_widget_show (xftfi_volume_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1172 gtk_table_attach (GTK_TABLE (xftfi_fadein_table), xftfi_volume_spin, 1, 2, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1173 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1174 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1175 gtk_tooltips_set_tip (tooltips, xftfi_volume_spin, "Set the start volume. XMMS-crossfade will fade from this volume to 100% during the time specified above.\nDefault: 0", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1176 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xftfi_volume_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1177
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1178 label19 = gtk_label_new ("Fade in");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1179 gtk_widget_show (label19);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1180 gtk_frame_set_label_widget (GTK_FRAME (xftfi_fadein_frame), label19);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1181
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1182 xft_fadein_label = gtk_label_new ("Fade in");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1183 gtk_widget_show (xft_fadein_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1184 gtk_notebook_set_tab_label (GTK_NOTEBOOK (xf_type_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (xf_type_notebook), 6), xft_fadein_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1185 gtk_label_set_justify (GTK_LABEL (xft_fadein_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1186
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1187 xft_fadeout_page = gtk_vbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1188 gtk_widget_show (xft_fadeout_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1189 gtk_container_add (GTK_CONTAINER (xf_type_notebook), xft_fadeout_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1190
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1191 xftfo_fadeout_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1192 gtk_widget_show (xftfo_fadeout_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1193 gtk_box_pack_start (GTK_BOX (xft_fadeout_page), xftfo_fadeout_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1194
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1195 xftfo_fadeout_table = gtk_table_new (2, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1196 gtk_widget_show (xftfo_fadeout_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1197 gtk_container_add (GTK_CONTAINER (xftfo_fadeout_frame), xftfo_fadeout_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1198 gtk_container_set_border_width (GTK_CONTAINER (xftfo_fadeout_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1199 gtk_table_set_row_spacings (GTK_TABLE (xftfo_fadeout_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1200 gtk_table_set_col_spacings (GTK_TABLE (xftfo_fadeout_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1201
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1202 xftfo_length_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1203 gtk_widget_show (xftfo_length_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1204 gtk_table_attach (GTK_TABLE (xftfo_fadeout_table), xftfo_length_hbox, 0, 1, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1205 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1206 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1207
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1208 xftfo_length_label = gtk_label_new ("Length (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1209 gtk_widget_show (xftfo_length_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1210 gtk_box_pack_start (GTK_BOX (xftfo_length_hbox), xftfo_length_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1211
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1212 xftfo_length_spin_adj = gtk_adjustment_new (500, 0, 60000, 10, 100, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1213 xftfo_length_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xftfo_length_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1214 gtk_widget_show (xftfo_length_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1215 gtk_table_attach (GTK_TABLE (xftfo_fadeout_table), xftfo_length_spin, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1216 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1217 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1218 gtk_tooltips_set_tip (tooltips, xftfo_length_spin, "Set the duration for the fadeout of the last song.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1219 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xftfo_length_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1220
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1221 xftfo_volume_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1222 gtk_widget_show (xftfo_volume_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1223 gtk_table_attach (GTK_TABLE (xftfo_fadeout_table), xftfo_volume_hbox, 0, 1, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1224 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1225 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1226
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1227 xftfo_volume_label = gtk_label_new ("End volume (%):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1228 gtk_widget_show (xftfo_volume_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1229 gtk_box_pack_start (GTK_BOX (xftfo_volume_hbox), xftfo_volume_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1230
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1231 xftfo_volume_spin_adj = gtk_adjustment_new (0, 0, 100, 1, 10, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1232 xftfo_volume_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xftfo_volume_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1233 gtk_widget_show (xftfo_volume_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1234 gtk_table_attach (GTK_TABLE (xftfo_fadeout_table), xftfo_volume_spin, 1, 2, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1235 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1236 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1237 gtk_tooltips_set_tip (tooltips, xftfo_volume_spin, "Set the end volume. XMMS-crossfade will fade from 100% to this volume during the time specified above.\nDefault: 0", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1238 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xftfo_volume_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1239
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1240 label20 = gtk_label_new ("Fade out");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1241 gtk_widget_show (label20);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1242 gtk_frame_set_label_widget (GTK_FRAME (xftfo_fadeout_frame), label20);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1243
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1244 xftfo_silence_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1245 gtk_widget_show (xftfo_silence_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1246 gtk_box_pack_start (GTK_BOX (xft_fadeout_page), xftfo_silence_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1247
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1248 xftfo_silence_table = gtk_table_new (1, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1249 gtk_widget_show (xftfo_silence_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1250 gtk_container_add (GTK_CONTAINER (xftfo_silence_frame), xftfo_silence_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1251 gtk_container_set_border_width (GTK_CONTAINER (xftfo_silence_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1252 gtk_table_set_row_spacings (GTK_TABLE (xftfo_silence_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1253 gtk_table_set_col_spacings (GTK_TABLE (xftfo_silence_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1254
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1255 xftfo_silence_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1256 gtk_widget_show (xftfo_silence_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1257 gtk_table_attach (GTK_TABLE (xftfo_silence_table), xftfo_silence_hbox, 0, 1, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1258 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1259 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1260
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1261 xftfo_silence_label = gtk_label_new ("Length (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1262 gtk_widget_show (xftfo_silence_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1263 gtk_box_pack_start (GTK_BOX (xftfo_silence_hbox), xftfo_silence_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1264
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1265 xftfo_silence_spin_adj = gtk_adjustment_new (100, 0, 60000, 10, 100, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1266 xftfo_silence_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xftfo_silence_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1267 gtk_widget_show (xftfo_silence_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1268 gtk_table_attach (GTK_TABLE (xftfo_silence_table), xftfo_silence_spin, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1269 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1270 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1271 gtk_tooltips_set_tip (tooltips, xftfo_silence_spin, "Set how much additional silence should be played after the end of the last song. This way, you can avoid the clicks some soundcards produce when being shut down during playback.\nDefault: 500", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1272 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xftfo_silence_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1273
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1274 label21 = gtk_label_new ("Additional silence");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1275 gtk_widget_show (label21);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1276 gtk_frame_set_label_widget (GTK_FRAME (xftfo_silence_frame), label21);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1277
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1278 xft_fadeout_label = gtk_label_new ("Fade out");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1279 gtk_widget_show (xft_fadeout_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1280 gtk_notebook_set_tab_label (GTK_NOTEBOOK (xf_type_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (xf_type_notebook), 7), xft_fadeout_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1281 gtk_label_set_justify (GTK_LABEL (xft_fadeout_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1282
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1283 empty_notebook_page = gtk_vbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1284 gtk_widget_show (empty_notebook_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1285 gtk_container_add (GTK_CONTAINER (xf_type_notebook), empty_notebook_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1286
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1287 xft_pause_none_label = gtk_label_new ("None");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1288 gtk_widget_show (xft_pause_none_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1289 gtk_notebook_set_tab_label (GTK_NOTEBOOK (xf_type_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (xf_type_notebook), 8), xft_pause_none_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1290 gtk_label_set_justify (GTK_LABEL (xft_pause_none_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1291
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1292 xft_pause_adv_page = gtk_vbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1293 gtk_widget_show (xft_pause_adv_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1294 gtk_container_add (GTK_CONTAINER (xf_type_notebook), xft_pause_adv_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1295
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1296 xft_fadeoutin_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1297 gtk_widget_show (xft_fadeoutin_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1298 gtk_box_pack_start (GTK_BOX (xft_pause_adv_page), xft_fadeoutin_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1299
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1300 xft_fadeoutin_table = gtk_table_new (3, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1301 gtk_widget_show (xft_fadeoutin_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1302 gtk_container_add (GTK_CONTAINER (xft_fadeoutin_frame), xft_fadeoutin_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1303 gtk_container_set_border_width (GTK_CONTAINER (xft_fadeoutin_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1304 gtk_table_set_row_spacings (GTK_TABLE (xft_fadeoutin_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1305 gtk_table_set_col_spacings (GTK_TABLE (xft_fadeoutin_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1306
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1307 xftfoi_fadeout_spin_adj = gtk_adjustment_new (100, 0, 60000, 10, 100, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1308 xftfoi_fadeout_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xftfoi_fadeout_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1309 gtk_widget_show (xftfoi_fadeout_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1310 gtk_table_attach (GTK_TABLE (xft_fadeoutin_table), xftfoi_fadeout_spin, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1311 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1312 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1313 gtk_tooltips_set_tip (tooltips, xftfoi_fadeout_spin, "Set the duration for the fadeout when pausing.\nDefault: 100\n", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1314 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xftfoi_fadeout_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1315
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1316 xftfoi_silence_spin_adj = gtk_adjustment_new (100, 0, 60000, 10, 100, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1317 xftfoi_silence_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xftfoi_silence_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1318 gtk_widget_show (xftfoi_silence_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1319 gtk_table_attach (GTK_TABLE (xft_fadeoutin_table), xftfoi_silence_spin, 1, 2, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1320 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1321 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1322 gtk_tooltips_set_tip (tooltips, xftfoi_silence_spin, "Set how much additional silence should be played after pausing. This way, you can avoid the clicks some soundcards produce when entering pause.\nDefault: 100", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1323 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xftfoi_silence_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1324
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1325 xftfoi_fadein_spin_adj = gtk_adjustment_new (100, 0, 60000, 10, 100, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1326 xftfoi_fadein_spin = gtk_spin_button_new (GTK_ADJUSTMENT (xftfoi_fadein_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1327 gtk_widget_show (xftfoi_fadein_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1328 gtk_table_attach (GTK_TABLE (xft_fadeoutin_table), xftfoi_fadein_spin, 1, 2, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1329 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1330 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1331 gtk_tooltips_set_tip (tooltips, xftfoi_fadein_spin, "Set the duration for the fadein when unpausing.\nDefault: 100", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1332 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (xftfoi_fadein_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1333
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1334 xftfoi_fadein_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1335 gtk_widget_show (xftfoi_fadein_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1336 gtk_table_attach (GTK_TABLE (xft_fadeoutin_table), xftfoi_fadein_hbox, 0, 1, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1337 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1338 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1339
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1340 xftfoi_fadein_label = gtk_label_new ("Fade out (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1341 gtk_widget_show (xftfoi_fadein_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1342 gtk_box_pack_start (GTK_BOX (xftfoi_fadein_hbox), xftfoi_fadein_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1343
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1344 xftfoi_silence_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1345 gtk_widget_show (xftfoi_silence_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1346 gtk_table_attach (GTK_TABLE (xft_fadeoutin_table), xftfoi_silence_hbox, 0, 1, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1347 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1348 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1349
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1350 xftfoi_silence_label = gtk_label_new ("Silence (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1351 gtk_widget_show (xftfoi_silence_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1352 gtk_box_pack_start (GTK_BOX (xftfoi_silence_hbox), xftfoi_silence_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1353
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1354 xftfoi_fadeout_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1355 gtk_widget_show (xftfoi_fadeout_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1356 gtk_table_attach (GTK_TABLE (xft_fadeoutin_table), xftfoi_fadeout_hbox, 0, 1, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1357 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1358 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1359
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1360 xftfoi_fadeout_label = gtk_label_new ("Fade in (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1361 gtk_widget_show (xftfoi_fadeout_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1362 gtk_box_pack_start (GTK_BOX (xftfoi_fadeout_hbox), xftfoi_fadeout_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1363
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1364 label22 = gtk_label_new ("Fade out / Fade in");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1365 gtk_widget_show (label22);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1366 gtk_frame_set_label_widget (GTK_FRAME (xft_fadeoutin_frame), label22);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1367
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1368 xft_pause_adv_label = gtk_label_new ("Fade out / Fade in");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1369 gtk_widget_show (xft_pause_adv_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1370 gtk_notebook_set_tab_label (GTK_NOTEBOOK (xf_type_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (xf_type_notebook), 9), xft_pause_adv_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1371 gtk_label_set_justify (GTK_LABEL (xft_pause_adv_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1372
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1373 config_crossfade_label = gtk_label_new ("Crossfader");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1374 gtk_widget_show (config_crossfade_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1375 gtk_notebook_set_tab_label (GTK_NOTEBOOK (config_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (config_notebook), 2), config_crossfade_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1376 gtk_label_set_justify (GTK_LABEL (config_crossfade_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1377
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1378 config_gapkiller_page = gtk_vbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1379 gtk_widget_show (config_gapkiller_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1380 gtk_container_add (GTK_CONTAINER (config_notebook), config_gapkiller_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1381 gtk_container_set_border_width (GTK_CONTAINER (config_gapkiller_page), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1382
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1383 gap_leading_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1384 gtk_widget_show (gap_leading_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1385 gtk_box_pack_start (GTK_BOX (config_gapkiller_page), gap_leading_frame, FALSE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1386
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1387 gap_leading_table = gtk_table_new (3, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1388 gtk_widget_show (gap_leading_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1389 gtk_container_add (GTK_CONTAINER (gap_leading_frame), gap_leading_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1390 gtk_container_set_border_width (GTK_CONTAINER (gap_leading_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1391 gtk_table_set_row_spacings (GTK_TABLE (gap_leading_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1392 gtk_table_set_col_spacings (GTK_TABLE (gap_leading_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1393
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1394 lgap_length_spin_adj = gtk_adjustment_new (500, 0, 60000, 10, 100, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1395 lgap_length_spin = gtk_spin_button_new (GTK_ADJUSTMENT (lgap_length_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1396 gtk_widget_show (lgap_length_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1397 gtk_table_attach (GTK_TABLE (gap_leading_table), lgap_length_spin, 1, 2, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1398 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1399 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1400 gtk_tooltips_set_tip (tooltips, lgap_length_spin, "Set the maximum length for gaps at the beginning of a stream.\nDefault: 500", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1401 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (lgap_length_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1402
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1403 lgap_level_spin_adj = gtk_adjustment_new (512, 0, 32767, 16, 256, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1404 lgap_level_spin = gtk_spin_button_new (GTK_ADJUSTMENT (lgap_level_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1405 gtk_widget_show (lgap_level_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1406 gtk_table_attach (GTK_TABLE (gap_leading_table), lgap_level_spin, 1, 2, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1407 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1408 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1409 gtk_tooltips_set_tip (tooltips, lgap_level_spin, "Set the maximum volume for gaps at the beginning of a stream. All samples below this value are considered as silent.\nDefault: 512", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1410 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (lgap_level_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1411
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1412 lgap_length_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1413 gtk_widget_show (lgap_length_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1414 gtk_table_attach (GTK_TABLE (gap_leading_table), lgap_length_hbox, 0, 1, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1415 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1416 (GtkAttachOptions) (GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1417
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1418 lgap_length_label = gtk_label_new ("Max. length (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1419 gtk_widget_show (lgap_length_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1420 gtk_box_pack_start (GTK_BOX (lgap_length_hbox), lgap_length_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1421 gtk_label_set_justify (GTK_LABEL (lgap_length_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1422
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1423 lgap_level_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1424 gtk_widget_show (lgap_level_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1425 gtk_table_attach (GTK_TABLE (gap_leading_table), lgap_level_hbox, 0, 1, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1426 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1427 (GtkAttachOptions) (GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1428
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1429 lgap_level_label = gtk_label_new ("Max. level (16bit sample):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1430 gtk_widget_show (lgap_level_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1431 gtk_box_pack_start (GTK_BOX (lgap_level_hbox), lgap_level_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1432 gtk_label_set_justify (GTK_LABEL (lgap_level_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1433
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1434 lgap_enable_check = gtk_check_button_new_with_mnemonic ("Enable");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1435 gtk_widget_show (lgap_enable_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1436 gtk_table_attach (GTK_TABLE (gap_leading_table), lgap_enable_check, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1437 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1438 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1439
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1440 label23 = gtk_label_new ("Leading gap killer");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1441 gtk_widget_show (label23);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1442 gtk_frame_set_label_widget (GTK_FRAME (gap_leading_frame), label23);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1443
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1444 gap_trailing_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1445 gtk_widget_show (gap_trailing_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1446 gtk_box_pack_start (GTK_BOX (config_gapkiller_page), gap_trailing_frame, FALSE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1447
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1448 gap_trailing_table = gtk_table_new (3, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1449 gtk_widget_show (gap_trailing_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1450 gtk_container_add (GTK_CONTAINER (gap_trailing_frame), gap_trailing_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1451 gtk_container_set_border_width (GTK_CONTAINER (gap_trailing_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1452 gtk_table_set_row_spacings (GTK_TABLE (gap_trailing_table), 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1453 gtk_table_set_col_spacings (GTK_TABLE (gap_trailing_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1454
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1455 tgap_length_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1456 gtk_widget_show (tgap_length_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1457 gtk_table_attach (GTK_TABLE (gap_trailing_table), tgap_length_hbox, 0, 1, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1458 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1459 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1460
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1461 tgap_length_label = gtk_label_new ("Max. length (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1462 gtk_widget_show (tgap_length_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1463 gtk_box_pack_start (GTK_BOX (tgap_length_hbox), tgap_length_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1464 gtk_label_set_justify (GTK_LABEL (tgap_length_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1465
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1466 tgap_level_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1467 gtk_widget_show (tgap_level_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1468 gtk_table_attach (GTK_TABLE (gap_trailing_table), tgap_level_hbox, 0, 1, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1469 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1470 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1471
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1472 tgap_level_label = gtk_label_new ("Max. level (16bit sample):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1473 gtk_widget_show (tgap_level_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1474 gtk_box_pack_start (GTK_BOX (tgap_level_hbox), tgap_level_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1475 gtk_label_set_justify (GTK_LABEL (tgap_level_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1476
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1477 tgap_length_spin_adj = gtk_adjustment_new (500, 0, 60000, 10, 100, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1478 tgap_length_spin = gtk_spin_button_new (GTK_ADJUSTMENT (tgap_length_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1479 gtk_widget_show (tgap_length_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1480 gtk_table_attach (GTK_TABLE (gap_trailing_table), tgap_length_spin, 1, 2, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1481 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1482 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1483 gtk_tooltips_set_tip (tooltips, tgap_length_spin, "Set the maximum length for gaps at the end of a stream.\nDefault: 500", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1484 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (tgap_length_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1485
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1486 tgap_level_spin_adj = gtk_adjustment_new (512, 0, 32767, 1, 16, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1487 tgap_level_spin = gtk_spin_button_new (GTK_ADJUSTMENT (tgap_level_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1488 gtk_widget_show (tgap_level_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1489 gtk_table_attach (GTK_TABLE (gap_trailing_table), tgap_level_spin, 1, 2, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1490 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1491 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1492 gtk_tooltips_set_tip (tooltips, tgap_level_spin, "Set the maximum volume for gaps at the end of a stream. All samples below this value are considered as silent.\nDefault: 512", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1493 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (tgap_level_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1494
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1495 tgap_lock_check = gtk_check_button_new_with_mnemonic ("Lock to Leading");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1496 gtk_widget_show (tgap_lock_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1497 gtk_table_attach (GTK_TABLE (gap_trailing_table), tgap_lock_check, 0, 1, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1498 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1499 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1500 gtk_tooltips_set_tip (tooltips, tgap_lock_check, "Use the same settings as above.", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1501
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1502 tgap_enable_check = gtk_check_button_new_with_mnemonic ("Enable");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1503 gtk_widget_show (tgap_enable_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1504 gtk_table_attach (GTK_TABLE (gap_trailing_table), tgap_enable_check, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1505 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1506 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1507
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1508 label24 = gtk_label_new ("Trailing gap killer");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1509 gtk_widget_show (label24);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1510 gtk_frame_set_label_widget (GTK_FRAME (gap_trailing_frame), label24);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1511
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1512 gap_advanced_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1513 gtk_widget_show (gap_advanced_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1514 gtk_box_pack_start (GTK_BOX (config_gapkiller_page), gap_advanced_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1515
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1516 gap_advanced_vbox = gtk_vbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1517 gtk_widget_show (gap_advanced_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1518 gtk_container_add (GTK_CONTAINER (gap_advanced_frame), gap_advanced_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1519 gtk_container_set_border_width (GTK_CONTAINER (gap_advanced_vbox), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1520
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1521 gadv_crossing_check = gtk_check_button_new_with_mnemonic ("Skip to next zero crossing");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1522 gtk_widget_show (gadv_crossing_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1523 gtk_box_pack_start (GTK_BOX (gap_advanced_vbox), gadv_crossing_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1524 gtk_tooltips_set_tip (tooltips, gadv_crossing_check, "If enabled, XMMS-crossfade will take additional care to avoid clicks with pre-faded (gapless) tracks. XMMS-crossfade will cut off the end of the previous song (the beginning of the next song) only at a zero-crossing of the sample values.\nDefault: On", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1525
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1526 label25 = gtk_label_new ("Advanced");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1527 gtk_widget_show (label25);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1528 gtk_frame_set_label_widget (GTK_FRAME (gap_advanced_frame), label25);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1529
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1530 config_gapkiller_label = gtk_label_new ("Gap Killer");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1531 gtk_widget_show (config_gapkiller_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1532 gtk_notebook_set_tab_label (GTK_NOTEBOOK (config_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (config_notebook), 3), config_gapkiller_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1533 gtk_label_set_justify (GTK_LABEL (config_gapkiller_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1534
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1535 config_misc_page = gtk_vbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1536 gtk_widget_show (config_misc_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1537 gtk_container_add (GTK_CONTAINER (config_notebook), config_misc_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1538 gtk_container_set_border_width (GTK_CONTAINER (config_misc_page), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1539
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1540 misc_debug_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1541 gtk_widget_show (misc_debug_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1542 gtk_box_pack_start (GTK_BOX (config_misc_page), misc_debug_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1543
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1544 misc_debug_vbox = gtk_vbox_new (FALSE, 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1545 gtk_widget_show (misc_debug_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1546 gtk_container_add (GTK_CONTAINER (misc_debug_frame), misc_debug_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1547 gtk_container_set_border_width (GTK_CONTAINER (misc_debug_vbox), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1548
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1549 debug_stderr_check = gtk_check_button_new_with_mnemonic ("Write debug output to <stderr>");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1550 gtk_widget_show (debug_stderr_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1551 gtk_box_pack_start (GTK_BOX (misc_debug_vbox), debug_stderr_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1552 gtk_tooltips_set_tip (tooltips, debug_stderr_check, "Monitors what is going on in XMMS-crossfade. If you think you found a bug in XMMS-crossfade, please enable this option and send me the output.\nNote that you should disable debug output if you start XMMS from within Netscape. Netscape will spam you with dialogs containing the debug output captured from <stderr>.\nDefault: Off", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1553
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1554 debug_monitor_check = gtk_check_button_new_with_mnemonic ("Show Buffer Monitor");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1555 gtk_widget_show (debug_monitor_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1556 gtk_box_pack_start (GTK_BOX (misc_debug_vbox), debug_monitor_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1557 gtk_tooltips_set_tip (tooltips, debug_monitor_check, "Enables the Buffer Monitor. This is a small window which shows how much data is in the buffers. The top display belongs to the mixing buffer, the bottom shows how much data is being buffered by the output plugin.\nDefault: Off", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1558
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1559 label26 = gtk_label_new ("Debug options");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1560 gtk_widget_show (label26);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1561 gtk_frame_set_label_widget (GTK_FRAME (misc_debug_frame), label26);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1562
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1563 misc_mixopt_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1564 gtk_widget_show (misc_mixopt_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1565 gtk_box_pack_start (GTK_BOX (config_misc_page), misc_mixopt_frame, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1566
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1567 misc_mixopt_vbox = gtk_vbox_new (FALSE, 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1568 gtk_widget_show (misc_mixopt_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1569 gtk_container_add (GTK_CONTAINER (misc_mixopt_frame), misc_mixopt_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1570 gtk_container_set_border_width (GTK_CONTAINER (misc_mixopt_vbox), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1571
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1572 mixopt_enable_check = gtk_check_button_new_with_mnemonic ("Enable volume control");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1573 gtk_widget_show (mixopt_enable_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1574 gtk_box_pack_start (GTK_BOX (misc_mixopt_vbox), mixopt_enable_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1575 gtk_tooltips_set_tip (tooltips, mixopt_enable_check, "Enables/disables XMMS volume and balance controls.\nDefault: On", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1576
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1577 mixopt_reverse_check = gtk_check_button_new_with_mnemonic ("Reverse balance");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1578 gtk_widget_show (mixopt_reverse_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1579 gtk_box_pack_start (GTK_BOX (misc_mixopt_vbox), mixopt_reverse_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1580 gtk_tooltips_set_tip (tooltips, mixopt_reverse_check, "Reverses left and right with the balance control.\nDefault: Off", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1581
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1582 mixopt_software_check = gtk_check_button_new_with_mnemonic ("Software Mixer");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1583 gtk_widget_show (mixopt_software_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1584 gtk_box_pack_start (GTK_BOX (misc_mixopt_vbox), mixopt_software_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1585 gtk_tooltips_set_tip (tooltips, mixopt_software_check, "Enable software mixer. Usefull for output plugins without mixer support.\nDefault: Off", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1586
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1587 label27 = gtk_label_new ("Volume control options");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1588 gtk_widget_show (label27);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1589 gtk_frame_set_label_widget (GTK_FRAME (misc_mixopt_frame), label27);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1590
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1591 misc_other_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1592 gtk_widget_show (misc_other_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1593 gtk_box_pack_start (GTK_BOX (config_misc_page), misc_other_frame, FALSE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1594
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1595 misc_other_vbox = gtk_vbox_new (FALSE, 2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1596 gtk_widget_show (misc_other_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1597 gtk_container_add (GTK_CONTAINER (misc_other_frame), misc_other_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1598 gtk_container_set_border_width (GTK_CONTAINER (misc_other_vbox), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1599
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1600 moth_songchange_hbox = gtk_hbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1601 gtk_widget_show (moth_songchange_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1602 gtk_box_pack_start (GTK_BOX (misc_other_vbox), moth_songchange_hbox, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1603
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1604 moth_songchange_label = gtk_label_new ("Songchange timeout (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1605 gtk_widget_show (moth_songchange_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1606 gtk_box_pack_start (GTK_BOX (moth_songchange_hbox), moth_songchange_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1607 gtk_widget_set_sensitive (moth_songchange_label, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1608 gtk_label_set_justify (GTK_LABEL (moth_songchange_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1609
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1610 moth_songchange_spin_adj = gtk_adjustment_new (500, 10, 10000, 10, 100, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1611 moth_songchange_spin = gtk_spin_button_new (GTK_ADJUSTMENT (moth_songchange_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1612 gtk_widget_show (moth_songchange_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1613 gtk_box_pack_start (GTK_BOX (moth_songchange_hbox), moth_songchange_spin, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1614 gtk_widget_set_sensitive (moth_songchange_spin, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1615 gtk_tooltips_set_tip (tooltips, moth_songchange_spin, "The songchange timeout is the maximum time XMMS-crossfade waits for the next song. If this timeout is exceeded, the output plugin/device is closed.\nDefault: 500", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1616 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (moth_songchange_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1617
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1618 moth_preload_hbox = gtk_hbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1619 gtk_widget_show (moth_preload_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1620 gtk_box_pack_start (GTK_BOX (misc_other_vbox), moth_preload_hbox, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1621
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1622 moth_preload_label = gtk_label_new ("Mixing buffer preload (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1623 gtk_widget_show (moth_preload_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1624 gtk_box_pack_start (GTK_BOX (moth_preload_hbox), moth_preload_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1625 gtk_label_set_justify (GTK_LABEL (moth_preload_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1626
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1627 moth_preload_spin_adj = gtk_adjustment_new (0, 0, 60000, 10, 100, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1628 moth_preload_spin = gtk_spin_button_new (GTK_ADJUSTMENT (moth_preload_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1629 gtk_widget_show (moth_preload_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1630 gtk_box_pack_start (GTK_BOX (moth_preload_hbox), moth_preload_spin, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1631 gtk_tooltips_set_tip (tooltips, moth_preload_spin, "Tells XMMS-crossfade how much data it should buffer before it starts writing to the output plugin/device. Usually, this value can be set to 0, because the output plugin does preloading on its own.\nDefault: 0", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1632 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (moth_preload_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1633
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1634 moth_noxf_hbox = gtk_hbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1635 gtk_widget_show (moth_noxf_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1636 gtk_box_pack_start (GTK_BOX (misc_other_vbox), moth_noxf_hbox, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1637
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1638 moth_noxf_label = gtk_label_new ("Don't crossfade");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1639 gtk_widget_show (moth_noxf_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1640 gtk_box_pack_start (GTK_BOX (moth_noxf_hbox), moth_noxf_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1641 gtk_label_set_justify (GTK_LABEL (moth_noxf_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1642
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1643 noxf_album_check = gtk_check_button_new_with_mnemonic ("successive tracks");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1644 gtk_widget_show (noxf_album_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1645 gtk_box_pack_start (GTK_BOX (moth_noxf_hbox), noxf_album_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1646 gtk_tooltips_set_tip (tooltips, noxf_album_check, "This option enables the automatic detection of pre-faded or gapless tracks, like the tracks on some compilations or on most live albums. If such tracks are detected, crossfading will be disabled and only the gapkiller (if enabled) will be used for the songchange.\nDefault: On", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1647
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1648 noxf_samefile_check = gtk_check_button_new_with_mnemonic ("same file");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1649 gtk_widget_show (noxf_samefile_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1650 gtk_box_pack_start (GTK_BOX (moth_noxf_hbox), noxf_samefile_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1651 gtk_tooltips_set_tip (tooltips, noxf_samefile_check, "This option disables crossfading between the same file. This can happen if you have only one file in the playlist and 'repeat' turned on.\nDefault: Off", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1652
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1653 moth_httpworkaround_check = gtk_check_button_new_with_mnemonic ("Enable HTTP buffer underrun workaround");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1654 gtk_widget_show (moth_httpworkaround_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1655 gtk_box_pack_start (GTK_BOX (misc_other_vbox), moth_httpworkaround_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1656 gtk_tooltips_set_tip (tooltips, moth_httpworkaround_check, "Enable this when you have problems playing internet HTTP audio streams. Unfortunatelly, it also breaks crossfading.\nDefault: Off", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1657
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1658 moth_opmaxused_hbox = gtk_hbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1659 gtk_widget_show (moth_opmaxused_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1660 gtk_box_pack_start (GTK_BOX (misc_other_vbox), moth_opmaxused_hbox, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1661
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1662 moth_opmaxused_check = gtk_check_button_new_with_mnemonic ("Limit OP buffer usage (ms):");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1663 gtk_widget_show (moth_opmaxused_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1664 gtk_box_pack_start (GTK_BOX (moth_opmaxused_hbox), moth_opmaxused_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1665 gtk_tooltips_set_tip (tooltips, moth_opmaxused_check, "With this option enabled, XMMS-crossfade will limit the amount of data being buffered by the output plugin. This way, you can decrease the latency between pressing STOP/NEXT/PREV and the new song actually being played. \nDefault: Off", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1666
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1667 moth_opmaxused_spin_adj = gtk_adjustment_new (500, 10, 10000, 10, 100, 10);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1668 moth_opmaxused_spin = gtk_spin_button_new (GTK_ADJUSTMENT (moth_opmaxused_spin_adj), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1669 gtk_widget_show (moth_opmaxused_spin);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1670 gtk_box_pack_start (GTK_BOX (moth_opmaxused_hbox), moth_opmaxused_spin, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1671 gtk_tooltips_set_tip (tooltips, moth_opmaxused_spin, "Beware that setting this value too low also increases the chance of buffer underruns.\nDefault: 250", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1672 gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (moth_opmaxused_spin), TRUE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1673
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1674 moth_quantaudio_check = gtk_check_button_new_with_mnemonic ("Use Quantaudio timing comments");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1675 gtk_box_pack_start (GTK_BOX (misc_other_vbox), moth_quantaudio_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1676 gtk_tooltips_set_tip (tooltips, moth_quantaudio_check, "Enable this when you have problems playing internet HTTP audio streams. Unfortunatelly, it also breaks crossfading.\nDefault: Off", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1677
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1678 moth_outputkeepopened_check = gtk_check_button_new_with_mnemonic ("Keep output opened");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1679 gtk_widget_show (moth_outputkeepopened_check);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1680 gtk_box_pack_start (GTK_BOX (misc_other_vbox), moth_outputkeepopened_check, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1681 gtk_tooltips_set_tip (tooltips, moth_outputkeepopened_check, "Keep the output device opened all the time, even if XMMS is stopped. This way, you can avoid clicks caused by the soundcard when the device is opened or closed\nDefault: Off", NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1682
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1683 label28 = gtk_label_new ("Advanced options");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1684 gtk_widget_show (label28);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1685 gtk_frame_set_label_widget (GTK_FRAME (misc_other_frame), label28);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1686
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1687 config_misc_label = gtk_label_new ("Advanced");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1688 gtk_widget_show (config_misc_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1689 gtk_notebook_set_tab_label (GTK_NOTEBOOK (config_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (config_notebook), 4), config_misc_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1690 gtk_label_set_justify (GTK_LABEL (config_misc_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1691
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1692 config_presets_page = gtk_vbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1693 gtk_container_add (GTK_CONTAINER (config_notebook), config_presets_page);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1694 gtk_container_set_border_width (GTK_CONTAINER (config_presets_page), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1695
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1696 presets_name_hbox = gtk_hbox_new (FALSE, 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1697 gtk_widget_show (presets_name_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1698 gtk_box_pack_start (GTK_BOX (config_presets_page), presets_name_hbox, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1699
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1700 presets_name_entry = gtk_entry_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1701 gtk_widget_show (presets_name_entry);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1702 gtk_box_pack_start (GTK_BOX (presets_name_hbox), presets_name_entry, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1703
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1704 presets_delete_button = gtk_button_new_with_mnemonic ("Delete");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1705 gtk_widget_show (presets_delete_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1706 gtk_box_pack_start (GTK_BOX (presets_name_hbox), presets_delete_button, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1707
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1708 presets_new_button = gtk_button_new_with_mnemonic ("New");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1709 gtk_widget_show (presets_new_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1710 gtk_box_pack_start (GTK_BOX (presets_name_hbox), presets_new_button, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1711
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1712 presets_list_scrolledwindow = gtk_scrolled_window_new (NULL, NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1713 gtk_widget_show (presets_list_scrolledwindow);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1714 gtk_box_pack_start (GTK_BOX (config_presets_page), presets_list_scrolledwindow, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1715 GTK_WIDGET_UNSET_FLAGS (presets_list_scrolledwindow, GTK_CAN_FOCUS);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1716 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (presets_list_scrolledwindow), GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1717 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (presets_list_scrolledwindow), GTK_SHADOW_IN);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1718
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1719 presets_list_list = gtk_tree_view_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1720 gtk_widget_show (presets_list_list);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1721 gtk_container_add (GTK_CONTAINER (presets_list_scrolledwindow), presets_list_list);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1722
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1723 presets_list_bbox = gtk_hbutton_box_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1724 gtk_widget_show (presets_list_bbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1725 gtk_box_pack_start (GTK_BOX (config_presets_page), presets_list_bbox, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1726 gtk_button_box_set_layout (GTK_BUTTON_BOX (presets_list_bbox), GTK_BUTTONBOX_END);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1727 gtk_box_set_spacing (GTK_BOX (presets_list_bbox), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1728
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1729 presets_load_button = gtk_button_new_with_mnemonic ("Load");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1730 gtk_widget_show (presets_load_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1731 gtk_container_add (GTK_CONTAINER (presets_list_bbox), presets_load_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1732 GTK_WIDGET_SET_FLAGS (presets_load_button, GTK_CAN_DEFAULT);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1733
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1734 presets_save_button = gtk_button_new_with_mnemonic ("Save");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1735 gtk_widget_show (presets_save_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1736 gtk_container_add (GTK_CONTAINER (presets_list_bbox), presets_save_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1737 GTK_WIDGET_SET_FLAGS (presets_save_button, GTK_CAN_DEFAULT);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1738
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1739 config_presets_label = gtk_label_new ("Presets");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1740 gtk_widget_show (config_presets_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1741 gtk_notebook_set_tab_label (GTK_NOTEBOOK (config_notebook), gtk_notebook_get_nth_page (GTK_NOTEBOOK (config_notebook), 5), config_presets_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1742 gtk_label_set_justify (GTK_LABEL (config_presets_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1743
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1744 config_bbox = gtk_hbutton_box_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1745 gtk_widget_show (config_bbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1746 gtk_box_pack_start (GTK_BOX (config_vbox), config_bbox, FALSE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1747 gtk_button_box_set_layout (GTK_BUTTON_BOX (config_bbox), GTK_BUTTONBOX_END);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1748 gtk_box_set_spacing (GTK_BOX (config_bbox), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1749
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1750 config_ok = gtk_button_new_with_mnemonic ("OK");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1751 gtk_widget_show (config_ok);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1752 gtk_container_add (GTK_CONTAINER (config_bbox), config_ok);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1753 GTK_WIDGET_SET_FLAGS (config_ok, GTK_CAN_DEFAULT);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1754
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1755 config_cancel = gtk_button_new_with_mnemonic ("Cancel");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1756 gtk_widget_show (config_cancel);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1757 gtk_container_add (GTK_CONTAINER (config_bbox), config_cancel);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1758 GTK_WIDGET_SET_FLAGS (config_cancel, GTK_CAN_DEFAULT);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1759
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1760 config_apply = gtk_button_new_with_mnemonic ("Apply");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1761 gtk_widget_show (config_apply);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1762 gtk_container_add (GTK_CONTAINER (config_bbox), config_apply);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1763 GTK_WIDGET_SET_FLAGS (config_apply, GTK_CAN_DEFAULT);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1764
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1765 g_signal_connect ((gpointer) op_configure_button, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1766 G_CALLBACK (on_output_plugin_configure_button_clicked),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1767 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1768 g_signal_connect ((gpointer) op_about_button, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1769 G_CALLBACK (on_output_plugin_about_button_clicked),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1770 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1771 g_signal_connect ((gpointer) op_throttle_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1772 G_CALLBACK (on_op_throttle_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1773 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1774 g_signal_connect ((gpointer) op_maxblock_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1775 G_CALLBACK (on_op_maxblock_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1776 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1777 g_signal_connect ((gpointer) op_maxblock_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1778 G_CALLBACK (on_op_maxblock_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1779 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1780 g_signal_connect ((gpointer) op_forcereopen_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1781 G_CALLBACK (on_op_forcereopen_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1782 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1783 g_signal_connect ((gpointer) ep_configure_button, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1784 G_CALLBACK (on_ep_configure_button_clicked),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1785 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1786 g_signal_connect ((gpointer) ep_about_button, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1787 G_CALLBACK (on_ep_about_button_clicked),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1788 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1789 g_signal_connect ((gpointer) ep_enable_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1790 G_CALLBACK (on_ep_enable_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1791 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1792 g_signal_connect ((gpointer) volnorm_enable_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1793 G_CALLBACK (on_volnorm_enable_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1794 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1795 g_signal_connect ((gpointer) xf_buffer_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1796 G_CALLBACK (on_xf_buffer_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1797 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1798 g_signal_connect ((gpointer) xf_autobuf_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1799 G_CALLBACK (on_xf_autobuf_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1800 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1801 g_signal_connect ((gpointer) xftfp_length_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1802 G_CALLBACK (on_xftfp_length_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1803 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1804 g_signal_connect ((gpointer) xftfp_enable_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1805 G_CALLBACK (on_xftfp_enable_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1806 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1807 g_signal_connect ((gpointer) xftffi_length_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1808 G_CALLBACK (on_xftffi_length_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1809 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1810 g_signal_connect ((gpointer) xftffi_enable_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1811 G_CALLBACK (on_xftffi_enable_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1812 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1813 g_signal_connect ((gpointer) xftffi_volume_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1814 G_CALLBACK (on_xftffi_volume_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1815 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1816 g_signal_connect ((gpointer) pause_length_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1817 G_CALLBACK (on_pause_length_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1818 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1819 g_signal_connect ((gpointer) simple_length_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1820 G_CALLBACK (on_simple_length_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1821 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1822 g_signal_connect ((gpointer) fadeout_length_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1823 G_CALLBACK (on_fadeout_length_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1824 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1825 g_signal_connect ((gpointer) fadeout_volume_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1826 G_CALLBACK (on_fadeout_volume_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1827 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1828 g_signal_connect ((gpointer) fadeout_enable_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1829 G_CALLBACK (on_fadeout_enable_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1830 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1831 g_signal_connect ((gpointer) xfofs_custom_radiobutton, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1832 G_CALLBACK (on_xfofs_custom_radiobutton_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1833 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1834 g_signal_connect ((gpointer) xfofs_custom_radiobutton, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1835 G_CALLBACK (on_xfofs_custom_radiobutton_clicked),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1836 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1837 g_signal_connect ((gpointer) xfofs_custom_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1838 G_CALLBACK (on_xfofs_custom_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1839 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1840 g_signal_connect ((gpointer) xfofs_none_radiobutton, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1841 G_CALLBACK (on_xfofs_none_radiobutton_clicked),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1842 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1843 g_signal_connect ((gpointer) xfofs_none_radiobutton, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1844 G_CALLBACK (on_xfofs_none_radiobutton_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1845 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1846 g_signal_connect ((gpointer) xfofs_lockout_radiobutton, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1847 G_CALLBACK (on_xfofs_lockout_radiobutton_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1848 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1849 g_signal_connect ((gpointer) xfofs_lockout_radiobutton, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1850 G_CALLBACK (on_xfofs_lockout_radiobutton_clicked),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1851 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1852 g_signal_connect ((gpointer) xfofs_lockin_radiobutton, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1853 G_CALLBACK (on_xfofs_lockin_radiobutton_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1854 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1855 g_signal_connect ((gpointer) xfofs_lockin_radiobutton, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1856 G_CALLBACK (on_xfofs_lockin_radiobutton_clicked),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1857 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1858 g_signal_connect ((gpointer) fadein_length_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1859 G_CALLBACK (on_fadein_length_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1860 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1861 g_signal_connect ((gpointer) fadein_enable_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1862 G_CALLBACK (on_fadein_enable_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1863 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1864 g_signal_connect ((gpointer) fadein_lock_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1865 G_CALLBACK (on_fadein_lock_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1866 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1867 g_signal_connect ((gpointer) fadein_volume_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1868 G_CALLBACK (on_fadein_volume_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1869 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1870 g_signal_connect ((gpointer) xftfi_length_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1871 G_CALLBACK (on_fadein_length_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1872 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1873 g_signal_connect ((gpointer) xftfi_volume_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1874 G_CALLBACK (on_fadein_volume_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1875 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1876 g_signal_connect ((gpointer) xftfo_length_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1877 G_CALLBACK (on_fadeout_length_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1878 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1879 g_signal_connect ((gpointer) xftfo_volume_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1880 G_CALLBACK (on_fadeout_volume_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1881 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1882 g_signal_connect ((gpointer) xftfo_silence_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1883 G_CALLBACK (on_xfofs_custom_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1884 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1885 g_signal_connect ((gpointer) xftfoi_fadeout_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1886 G_CALLBACK (on_fadeout_length_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1887 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1888 g_signal_connect ((gpointer) xftfoi_silence_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1889 G_CALLBACK (on_xfofs_custom_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1890 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1891 g_signal_connect ((gpointer) xftfoi_fadein_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1892 G_CALLBACK (on_fadein_length_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1893 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1894 g_signal_connect ((gpointer) lgap_length_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1895 G_CALLBACK (on_lgap_length_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1896 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1897 g_signal_connect ((gpointer) lgap_level_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1898 G_CALLBACK (on_lgap_level_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1899 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1900 g_signal_connect ((gpointer) lgap_enable_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1901 G_CALLBACK (on_lgap_enable_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1902 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1903 g_signal_connect ((gpointer) tgap_length_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1904 G_CALLBACK (on_tgap_length_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1905 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1906 g_signal_connect ((gpointer) tgap_level_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1907 G_CALLBACK (on_tgap_level_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1908 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1909 g_signal_connect ((gpointer) tgap_lock_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1910 G_CALLBACK (on_tgap_lock_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1911 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1912 g_signal_connect ((gpointer) tgap_enable_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1913 G_CALLBACK (on_tgap_enable_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1914 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1915 g_signal_connect ((gpointer) mixopt_enable_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1916 G_CALLBACK (on_config_mixopt_enable_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1917 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1918 g_signal_connect ((gpointer) moth_songchange_spin, "changed",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1919 G_CALLBACK (on_moth_songchange_spin_changed),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1920 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1921 g_signal_connect ((gpointer) moth_opmaxused_check, "toggled",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1922 G_CALLBACK (on_moth_opmaxused_check_toggled),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1923 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1924 g_signal_connect ((gpointer) presets_list_list, "click_column",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1925 G_CALLBACK (on_presets_list_click_column),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1926 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1927 g_signal_connect ((gpointer) config_ok, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1928 G_CALLBACK (on_config_ok_clicked),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1929 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1930 g_signal_connect_swapped ((gpointer) config_cancel, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1931 G_CALLBACK (gtk_widget_destroy),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1932 GTK_OBJECT (config_win));
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1933 g_signal_connect ((gpointer) config_apply, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1934 G_CALLBACK (on_config_apply_clicked),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1935 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1936
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1937 /* Store pointers to all widgets, for use by lookup_widget(). */
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1938 GLADE_HOOKUP_OBJECT_NO_REF (config_win, config_win, "config_win");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1939 GLADE_HOOKUP_OBJECT (config_win, config_vbox, "config_vbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1940 GLADE_HOOKUP_OBJECT (config_win, config_notebook, "config_notebook");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1941 GLADE_HOOKUP_OBJECT (config_win, config_output_page, "config_output_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1942 GLADE_HOOKUP_OBJECT (config_win, output_options_hbox, "output_options_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1943 GLADE_HOOKUP_OBJECT (config_win, output_resampling_frame, "output_resampling_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1944 GLADE_HOOKUP_OBJECT (config_win, output_resampling_table, "output_resampling_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1945 GLADE_HOOKUP_OBJECT (config_win, resampling_rate_hbox, "resampling_rate_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1946 GLADE_HOOKUP_OBJECT (config_win, resampling_rate_label, "resampling_rate_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1947 GLADE_HOOKUP_OBJECT (config_win, resampling_quality_hbox, "resampling_quality_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1948 GLADE_HOOKUP_OBJECT (config_win, resampling_quality_label, "resampling_quality_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1949 GLADE_HOOKUP_OBJECT (config_win, resampling_rate_optionmenu, "resampling_rate_optionmenu");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1950 GLADE_HOOKUP_OBJECT (config_win, resampling_quality_optionmenu, "resampling_quality_optionmenu");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1951 GLADE_HOOKUP_OBJECT (config_win, output_resampling_label, "output_resampling_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1952 GLADE_HOOKUP_OBJECT (config_win, output_notebook, "output_notebook");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1953 GLADE_HOOKUP_OBJECT (config_win, output_plugin_page, "output_plugin_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1954 GLADE_HOOKUP_OBJECT (config_win, op_plugin_frame, "op_plugin_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1955 GLADE_HOOKUP_OBJECT (config_win, op_plugin_vbox, "op_plugin_vbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1956 GLADE_HOOKUP_OBJECT (config_win, op_plugin_optionmenu, "op_plugin_optionmenu");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1957 GLADE_HOOKUP_OBJECT (config_win, convertwidget5, "convertwidget5");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1958 GLADE_HOOKUP_OBJECT (config_win, convertwidget6, "convertwidget6");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1959 GLADE_HOOKUP_OBJECT (config_win, op_plugin_buttonbox, "op_plugin_buttonbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1960 GLADE_HOOKUP_OBJECT (config_win, op_configure_button, "op_configure_button");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1961 GLADE_HOOKUP_OBJECT (config_win, op_about_button, "op_about_button");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1962 GLADE_HOOKUP_OBJECT (config_win, label8, "label8");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1963 GLADE_HOOKUP_OBJECT (config_win, op_options_frame, "op_options_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1964 GLADE_HOOKUP_OBJECT (config_win, op_options_vbox, "op_options_vbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1965 GLADE_HOOKUP_OBJECT (config_win, op_throttle_check, "op_throttle_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1966 GLADE_HOOKUP_OBJECT (config_win, op_maxblock_hbox, "op_maxblock_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1967 GLADE_HOOKUP_OBJECT (config_win, op_maxblock_check, "op_maxblock_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1968 GLADE_HOOKUP_OBJECT (config_win, op_maxblock_spin, "op_maxblock_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1969 GLADE_HOOKUP_OBJECT (config_win, op_forcereopen_check, "op_forcereopen_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1970 GLADE_HOOKUP_OBJECT (config_win, label9, "label9");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1971 GLADE_HOOKUP_OBJECT (config_win, label31, "label31");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1972 GLADE_HOOKUP_OBJECT (config_win, label32, "label32");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1973 GLADE_HOOKUP_OBJECT (config_win, label33, "label33");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1974 GLADE_HOOKUP_OBJECT (config_win, label34, "label34");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1975 GLADE_HOOKUP_OBJECT (config_win, output_help_label, "output_help_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1976 GLADE_HOOKUP_OBJECT (config_win, config_devices_label, "config_devices_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1977 GLADE_HOOKUP_OBJECT (config_win, config_effects_page, "config_effects_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1978 GLADE_HOOKUP_OBJECT (config_win, ep_plugin_frame, "ep_plugin_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1979 GLADE_HOOKUP_OBJECT (config_win, ep_plugin_vbox, "ep_plugin_vbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1980 GLADE_HOOKUP_OBJECT (config_win, ep_plugin_optionmenu, "ep_plugin_optionmenu");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1981 GLADE_HOOKUP_OBJECT (config_win, convertwidget7, "convertwidget7");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1982 GLADE_HOOKUP_OBJECT (config_win, convertwidget8, "convertwidget8");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1983 GLADE_HOOKUP_OBJECT (config_win, ep_plugin_buttonbox, "ep_plugin_buttonbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1984 GLADE_HOOKUP_OBJECT (config_win, ep_configure_button, "ep_configure_button");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1985 GLADE_HOOKUP_OBJECT (config_win, ep_about_button, "ep_about_button");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1986 GLADE_HOOKUP_OBJECT (config_win, ep_enable_check, "ep_enable_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1987 GLADE_HOOKUP_OBJECT (config_win, label10, "label10");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1988 GLADE_HOOKUP_OBJECT (config_win, effects_volnorm_frame, "effects_volnorm_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1989 GLADE_HOOKUP_OBJECT (config_win, effects_volnorm_table, "effects_volnorm_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1990 GLADE_HOOKUP_OBJECT (config_win, volnorm_quantaudio_check, "volnorm_quantaudio_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1991 GLADE_HOOKUP_OBJECT (config_win, volnorm_target_spin, "volnorm_target_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1992 GLADE_HOOKUP_OBJECT (config_win, volnorm_target_hbox, "volnorm_target_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1993 GLADE_HOOKUP_OBJECT (config_win, volnorm_target_label, "volnorm_target_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1994 GLADE_HOOKUP_OBJECT (config_win, volnorm_enable_check, "volnorm_enable_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1995 GLADE_HOOKUP_OBJECT (config_win, volnorm_rva2_check, "volnorm_rva2_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1996 GLADE_HOOKUP_OBJECT (config_win, label11, "label11");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1997 GLADE_HOOKUP_OBJECT (config_win, effects_help_label, "effects_help_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1998 GLADE_HOOKUP_OBJECT (config_win, config_effects_label, "config_effects_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
1999 GLADE_HOOKUP_OBJECT (config_win, config_crossfader_page, "config_crossfader_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2000 GLADE_HOOKUP_OBJECT (config_win, xf_bufsize_hbox, "xf_bufsize_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2001 GLADE_HOOKUP_OBJECT (config_win, xf_bufsize_label, "xf_bufsize_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2002 GLADE_HOOKUP_OBJECT (config_win, xf_buffer_spin, "xf_buffer_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2003 GLADE_HOOKUP_OBJECT (config_win, xf_autobuf_check, "xf_autobuf_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2004 GLADE_HOOKUP_OBJECT (config_win, xf_config_hbox, "xf_config_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2005 GLADE_HOOKUP_OBJECT (config_win, xf_config_label, "xf_config_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2006 GLADE_HOOKUP_OBJECT (config_win, xf_config_optionmenu, "xf_config_optionmenu");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2007 GLADE_HOOKUP_OBJECT (config_win, convertwidget9, "convertwidget9");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2008 GLADE_HOOKUP_OBJECT (config_win, convertwidget10, "convertwidget10");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2009 GLADE_HOOKUP_OBJECT (config_win, xf_type_hbox, "xf_type_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2010 GLADE_HOOKUP_OBJECT (config_win, xf_type_label, "xf_type_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2011 GLADE_HOOKUP_OBJECT (config_win, xf_type_optionmenu, "xf_type_optionmenu");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2012 GLADE_HOOKUP_OBJECT (config_win, convertwidget11, "convertwidget11");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2013 GLADE_HOOKUP_OBJECT (config_win, convertwidget12, "convertwidget12");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2014 GLADE_HOOKUP_OBJECT (config_win, xf_type_notebook, "xf_type_notebook");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2015 GLADE_HOOKUP_OBJECT (config_win, xft_reopen_label, "xft_reopen_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2016 GLADE_HOOKUP_OBJECT (config_win, xft_flush_page, "xft_flush_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2017 GLADE_HOOKUP_OBJECT (config_win, xftf_pause_frame, "xftf_pause_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2018 GLADE_HOOKUP_OBJECT (config_win, xftf_pause_table, "xftf_pause_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2019 GLADE_HOOKUP_OBJECT (config_win, xftfp_length_label, "xftfp_length_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2020 GLADE_HOOKUP_OBJECT (config_win, xftfp_length_spin, "xftfp_length_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2021 GLADE_HOOKUP_OBJECT (config_win, xftfp_enable_check, "xftfp_enable_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2022 GLADE_HOOKUP_OBJECT (config_win, label12, "label12");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2023 GLADE_HOOKUP_OBJECT (config_win, xftf_fadein_frame, "xftf_fadein_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2024 GLADE_HOOKUP_OBJECT (config_win, xftf_fadein_table, "xftf_fadein_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2025 GLADE_HOOKUP_OBJECT (config_win, xftffi_length_hbox, "xftffi_length_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2026 GLADE_HOOKUP_OBJECT (config_win, xftffi_length_label, "xftffi_length_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2027 GLADE_HOOKUP_OBJECT (config_win, xftffi_volume_hbox, "xftffi_volume_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2028 GLADE_HOOKUP_OBJECT (config_win, xftffi_volume_label, "xftffi_volume_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2029 GLADE_HOOKUP_OBJECT (config_win, xftffi_length_spin, "xftffi_length_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2030 GLADE_HOOKUP_OBJECT (config_win, xftffi_enable_check, "xftffi_enable_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2031 GLADE_HOOKUP_OBJECT (config_win, xftffi_volume_spin, "xftffi_volume_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2032 GLADE_HOOKUP_OBJECT (config_win, label13, "label13");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2033 GLADE_HOOKUP_OBJECT (config_win, xft_flush_label, "xft_flush_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2034 GLADE_HOOKUP_OBJECT (config_win, xft_none_label, "xft_none_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2035 GLADE_HOOKUP_OBJECT (config_win, xft_pause_page, "xft_pause_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2036 GLADE_HOOKUP_OBJECT (config_win, xf_pause_frame, "xf_pause_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2037 GLADE_HOOKUP_OBJECT (config_win, xf_pause_table, "xf_pause_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2038 GLADE_HOOKUP_OBJECT (config_win, pause_length_hbox, "pause_length_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2039 GLADE_HOOKUP_OBJECT (config_win, pause_length_label, "pause_length_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2040 GLADE_HOOKUP_OBJECT (config_win, pause_length_spin, "pause_length_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2041 GLADE_HOOKUP_OBJECT (config_win, label14, "label14");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2042 GLADE_HOOKUP_OBJECT (config_win, xft_pause_label, "xft_pause_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2043 GLADE_HOOKUP_OBJECT (config_win, xft_simplexf_page, "xft_simplexf_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2044 GLADE_HOOKUP_OBJECT (config_win, xf_simple_frame, "xf_simple_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2045 GLADE_HOOKUP_OBJECT (config_win, xf_simple_table, "xf_simple_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2046 GLADE_HOOKUP_OBJECT (config_win, simple_length_hbox, "simple_length_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2047 GLADE_HOOKUP_OBJECT (config_win, simple_length_label, "simple_length_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2048 GLADE_HOOKUP_OBJECT (config_win, simple_length_spin, "simple_length_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2049 GLADE_HOOKUP_OBJECT (config_win, label15, "label15");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2050 GLADE_HOOKUP_OBJECT (config_win, xft_simplexf_label, "xft_simplexf_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2051 GLADE_HOOKUP_OBJECT (config_win, xft_advancedxf_page, "xft_advancedxf_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2052 GLADE_HOOKUP_OBJECT (config_win, xf_fadeout_frame, "xf_fadeout_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2053 GLADE_HOOKUP_OBJECT (config_win, xf_fadeout_table, "xf_fadeout_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2054 GLADE_HOOKUP_OBJECT (config_win, fadeout_length_hbox, "fadeout_length_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2055 GLADE_HOOKUP_OBJECT (config_win, fadeout_length_label, "fadeout_length_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2056 GLADE_HOOKUP_OBJECT (config_win, fadeout_length_spin, "fadeout_length_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2057 GLADE_HOOKUP_OBJECT (config_win, fadeout_volume_hbox, "fadeout_volume_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2058 GLADE_HOOKUP_OBJECT (config_win, fadeout_volume_label, "fadeout_volume_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2059 GLADE_HOOKUP_OBJECT (config_win, fadeout_volume_spin, "fadeout_volume_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2060 GLADE_HOOKUP_OBJECT (config_win, fadeout_options_hbox, "fadeout_options_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2061 GLADE_HOOKUP_OBJECT (config_win, fadeout_enable_check, "fadeout_enable_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2062 GLADE_HOOKUP_OBJECT (config_win, label16, "label16");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2063 GLADE_HOOKUP_OBJECT (config_win, xf_offset_frame, "xf_offset_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2064 GLADE_HOOKUP_OBJECT (config_win, xf_offset_table, "xf_offset_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2065 GLADE_HOOKUP_OBJECT (config_win, xfofs_custom_hbox, "xfofs_custom_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2066 GLADE_HOOKUP_OBJECT (config_win, xfofs_custom_radiobutton, "xfofs_custom_radiobutton");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2067 GLADE_HOOKUP_OBJECT (config_win, xfofs_custom_spin, "xfofs_custom_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2068 GLADE_HOOKUP_OBJECT (config_win, xfofs_none_radiobutton, "xfofs_none_radiobutton");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2069 GLADE_HOOKUP_OBJECT (config_win, xfofs_lockout_radiobutton, "xfofs_lockout_radiobutton");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2070 GLADE_HOOKUP_OBJECT (config_win, xfofs_lockin_radiobutton, "xfofs_lockin_radiobutton");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2071 GLADE_HOOKUP_OBJECT (config_win, label17, "label17");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2072 GLADE_HOOKUP_OBJECT (config_win, xf_fadein_frame, "xf_fadein_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2073 GLADE_HOOKUP_OBJECT (config_win, xf_fadein_table, "xf_fadein_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2074 GLADE_HOOKUP_OBJECT (config_win, fadein_length_hbox, "fadein_length_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2075 GLADE_HOOKUP_OBJECT (config_win, fadein_length_label, "fadein_length_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2076 GLADE_HOOKUP_OBJECT (config_win, fadein_volume_hbox, "fadein_volume_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2077 GLADE_HOOKUP_OBJECT (config_win, fadein_volume_label, "fadein_volume_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2078 GLADE_HOOKUP_OBJECT (config_win, fadein_length_spin, "fadein_length_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2079 GLADE_HOOKUP_OBJECT (config_win, fadein_enable_check, "fadein_enable_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2080 GLADE_HOOKUP_OBJECT (config_win, fadein_lock_check, "fadein_lock_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2081 GLADE_HOOKUP_OBJECT (config_win, fadein_volume_spin, "fadein_volume_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2082 GLADE_HOOKUP_OBJECT (config_win, label18, "label18");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2083 GLADE_HOOKUP_OBJECT (config_win, xft_advancedxf_label, "xft_advancedxf_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2084 GLADE_HOOKUP_OBJECT (config_win, xft_fadein_page, "xft_fadein_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2085 GLADE_HOOKUP_OBJECT (config_win, xftfi_fadein_frame, "xftfi_fadein_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2086 GLADE_HOOKUP_OBJECT (config_win, xftfi_fadein_table, "xftfi_fadein_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2087 GLADE_HOOKUP_OBJECT (config_win, xftfi_length_hbox, "xftfi_length_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2088 GLADE_HOOKUP_OBJECT (config_win, xftfi_length_label, "xftfi_length_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2089 GLADE_HOOKUP_OBJECT (config_win, xftfi_volume_hbox, "xftfi_volume_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2090 GLADE_HOOKUP_OBJECT (config_win, xftfi_volume_label, "xftfi_volume_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2091 GLADE_HOOKUP_OBJECT (config_win, xftfi_length_spin, "xftfi_length_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2092 GLADE_HOOKUP_OBJECT (config_win, xftfi_volume_spin, "xftfi_volume_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2093 GLADE_HOOKUP_OBJECT (config_win, label19, "label19");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2094 GLADE_HOOKUP_OBJECT (config_win, xft_fadein_label, "xft_fadein_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2095 GLADE_HOOKUP_OBJECT (config_win, xft_fadeout_page, "xft_fadeout_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2096 GLADE_HOOKUP_OBJECT (config_win, xftfo_fadeout_frame, "xftfo_fadeout_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2097 GLADE_HOOKUP_OBJECT (config_win, xftfo_fadeout_table, "xftfo_fadeout_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2098 GLADE_HOOKUP_OBJECT (config_win, xftfo_length_hbox, "xftfo_length_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2099 GLADE_HOOKUP_OBJECT (config_win, xftfo_length_label, "xftfo_length_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2100 GLADE_HOOKUP_OBJECT (config_win, xftfo_length_spin, "xftfo_length_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2101 GLADE_HOOKUP_OBJECT (config_win, xftfo_volume_hbox, "xftfo_volume_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2102 GLADE_HOOKUP_OBJECT (config_win, xftfo_volume_label, "xftfo_volume_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2103 GLADE_HOOKUP_OBJECT (config_win, xftfo_volume_spin, "xftfo_volume_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2104 GLADE_HOOKUP_OBJECT (config_win, label20, "label20");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2105 GLADE_HOOKUP_OBJECT (config_win, xftfo_silence_frame, "xftfo_silence_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2106 GLADE_HOOKUP_OBJECT (config_win, xftfo_silence_table, "xftfo_silence_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2107 GLADE_HOOKUP_OBJECT (config_win, xftfo_silence_hbox, "xftfo_silence_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2108 GLADE_HOOKUP_OBJECT (config_win, xftfo_silence_label, "xftfo_silence_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2109 GLADE_HOOKUP_OBJECT (config_win, xftfo_silence_spin, "xftfo_silence_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2110 GLADE_HOOKUP_OBJECT (config_win, label21, "label21");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2111 GLADE_HOOKUP_OBJECT (config_win, xft_fadeout_label, "xft_fadeout_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2112 GLADE_HOOKUP_OBJECT (config_win, xft_pause_none_label, "xft_pause_none_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2113 GLADE_HOOKUP_OBJECT (config_win, xft_pause_adv_page, "xft_pause_adv_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2114 GLADE_HOOKUP_OBJECT (config_win, xft_fadeoutin_frame, "xft_fadeoutin_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2115 GLADE_HOOKUP_OBJECT (config_win, xft_fadeoutin_table, "xft_fadeoutin_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2116 GLADE_HOOKUP_OBJECT (config_win, xftfoi_fadeout_spin, "xftfoi_fadeout_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2117 GLADE_HOOKUP_OBJECT (config_win, xftfoi_silence_spin, "xftfoi_silence_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2118 GLADE_HOOKUP_OBJECT (config_win, xftfoi_fadein_spin, "xftfoi_fadein_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2119 GLADE_HOOKUP_OBJECT (config_win, xftfoi_fadein_hbox, "xftfoi_fadein_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2120 GLADE_HOOKUP_OBJECT (config_win, xftfoi_fadein_label, "xftfoi_fadein_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2121 GLADE_HOOKUP_OBJECT (config_win, xftfoi_silence_hbox, "xftfoi_silence_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2122 GLADE_HOOKUP_OBJECT (config_win, xftfoi_silence_label, "xftfoi_silence_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2123 GLADE_HOOKUP_OBJECT (config_win, xftfoi_fadeout_hbox, "xftfoi_fadeout_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2124 GLADE_HOOKUP_OBJECT (config_win, xftfoi_fadeout_label, "xftfoi_fadeout_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2125 GLADE_HOOKUP_OBJECT (config_win, label22, "label22");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2126 GLADE_HOOKUP_OBJECT (config_win, xft_pause_adv_label, "xft_pause_adv_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2127 GLADE_HOOKUP_OBJECT (config_win, config_crossfade_label, "config_crossfade_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2128 GLADE_HOOKUP_OBJECT (config_win, config_gapkiller_page, "config_gapkiller_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2129 GLADE_HOOKUP_OBJECT (config_win, gap_leading_frame, "gap_leading_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2130 GLADE_HOOKUP_OBJECT (config_win, gap_leading_table, "gap_leading_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2131 GLADE_HOOKUP_OBJECT (config_win, lgap_length_spin, "lgap_length_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2132 GLADE_HOOKUP_OBJECT (config_win, lgap_level_spin, "lgap_level_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2133 GLADE_HOOKUP_OBJECT (config_win, lgap_length_hbox, "lgap_length_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2134 GLADE_HOOKUP_OBJECT (config_win, lgap_length_label, "lgap_length_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2135 GLADE_HOOKUP_OBJECT (config_win, lgap_level_hbox, "lgap_level_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2136 GLADE_HOOKUP_OBJECT (config_win, lgap_level_label, "lgap_level_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2137 GLADE_HOOKUP_OBJECT (config_win, lgap_enable_check, "lgap_enable_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2138 GLADE_HOOKUP_OBJECT (config_win, label23, "label23");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2139 GLADE_HOOKUP_OBJECT (config_win, gap_trailing_frame, "gap_trailing_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2140 GLADE_HOOKUP_OBJECT (config_win, gap_trailing_table, "gap_trailing_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2141 GLADE_HOOKUP_OBJECT (config_win, tgap_length_hbox, "tgap_length_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2142 GLADE_HOOKUP_OBJECT (config_win, tgap_length_label, "tgap_length_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2143 GLADE_HOOKUP_OBJECT (config_win, tgap_level_hbox, "tgap_level_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2144 GLADE_HOOKUP_OBJECT (config_win, tgap_level_label, "tgap_level_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2145 GLADE_HOOKUP_OBJECT (config_win, tgap_length_spin, "tgap_length_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2146 GLADE_HOOKUP_OBJECT (config_win, tgap_level_spin, "tgap_level_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2147 GLADE_HOOKUP_OBJECT (config_win, tgap_lock_check, "tgap_lock_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2148 GLADE_HOOKUP_OBJECT (config_win, tgap_enable_check, "tgap_enable_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2149 GLADE_HOOKUP_OBJECT (config_win, label24, "label24");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2150 GLADE_HOOKUP_OBJECT (config_win, gap_advanced_frame, "gap_advanced_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2151 GLADE_HOOKUP_OBJECT (config_win, gap_advanced_vbox, "gap_advanced_vbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2152 GLADE_HOOKUP_OBJECT (config_win, gadv_crossing_check, "gadv_crossing_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2153 GLADE_HOOKUP_OBJECT (config_win, label25, "label25");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2154 GLADE_HOOKUP_OBJECT (config_win, config_gapkiller_label, "config_gapkiller_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2155 GLADE_HOOKUP_OBJECT (config_win, config_misc_page, "config_misc_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2156 GLADE_HOOKUP_OBJECT (config_win, misc_debug_frame, "misc_debug_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2157 GLADE_HOOKUP_OBJECT (config_win, misc_debug_vbox, "misc_debug_vbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2158 GLADE_HOOKUP_OBJECT (config_win, debug_stderr_check, "debug_stderr_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2159 GLADE_HOOKUP_OBJECT (config_win, debug_monitor_check, "debug_monitor_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2160 GLADE_HOOKUP_OBJECT (config_win, label26, "label26");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2161 GLADE_HOOKUP_OBJECT (config_win, misc_mixopt_frame, "misc_mixopt_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2162 GLADE_HOOKUP_OBJECT (config_win, misc_mixopt_vbox, "misc_mixopt_vbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2163 GLADE_HOOKUP_OBJECT (config_win, mixopt_enable_check, "mixopt_enable_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2164 GLADE_HOOKUP_OBJECT (config_win, mixopt_reverse_check, "mixopt_reverse_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2165 GLADE_HOOKUP_OBJECT (config_win, mixopt_software_check, "mixopt_software_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2166 GLADE_HOOKUP_OBJECT (config_win, label27, "label27");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2167 GLADE_HOOKUP_OBJECT (config_win, misc_other_frame, "misc_other_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2168 GLADE_HOOKUP_OBJECT (config_win, misc_other_vbox, "misc_other_vbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2169 GLADE_HOOKUP_OBJECT (config_win, moth_songchange_hbox, "moth_songchange_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2170 GLADE_HOOKUP_OBJECT (config_win, moth_songchange_label, "moth_songchange_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2171 GLADE_HOOKUP_OBJECT (config_win, moth_songchange_spin, "moth_songchange_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2172 GLADE_HOOKUP_OBJECT (config_win, moth_preload_hbox, "moth_preload_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2173 GLADE_HOOKUP_OBJECT (config_win, moth_preload_label, "moth_preload_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2174 GLADE_HOOKUP_OBJECT (config_win, moth_preload_spin, "moth_preload_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2175 GLADE_HOOKUP_OBJECT (config_win, moth_noxf_hbox, "moth_noxf_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2176 GLADE_HOOKUP_OBJECT (config_win, moth_noxf_label, "moth_noxf_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2177 GLADE_HOOKUP_OBJECT (config_win, noxf_album_check, "noxf_album_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2178 GLADE_HOOKUP_OBJECT (config_win, noxf_samefile_check, "noxf_samefile_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2179 GLADE_HOOKUP_OBJECT (config_win, moth_httpworkaround_check, "moth_httpworkaround_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2180 GLADE_HOOKUP_OBJECT (config_win, moth_opmaxused_hbox, "moth_opmaxused_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2181 GLADE_HOOKUP_OBJECT (config_win, moth_opmaxused_check, "moth_opmaxused_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2182 GLADE_HOOKUP_OBJECT (config_win, moth_opmaxused_spin, "moth_opmaxused_spin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2183 GLADE_HOOKUP_OBJECT (config_win, moth_quantaudio_check, "moth_quantaudio_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2184 GLADE_HOOKUP_OBJECT (config_win, moth_outputkeepopened_check, "moth_outputkeepopened_check");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2185 GLADE_HOOKUP_OBJECT (config_win, label28, "label28");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2186 GLADE_HOOKUP_OBJECT (config_win, config_misc_label, "config_misc_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2187 GLADE_HOOKUP_OBJECT (config_win, config_presets_page, "config_presets_page");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2188 GLADE_HOOKUP_OBJECT (config_win, presets_name_hbox, "presets_name_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2189 GLADE_HOOKUP_OBJECT (config_win, presets_name_entry, "presets_name_entry");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2190 GLADE_HOOKUP_OBJECT (config_win, presets_delete_button, "presets_delete_button");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2191 GLADE_HOOKUP_OBJECT (config_win, presets_new_button, "presets_new_button");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2192 GLADE_HOOKUP_OBJECT (config_win, presets_list_scrolledwindow, "presets_list_scrolledwindow");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2193 GLADE_HOOKUP_OBJECT (config_win, presets_list_list, "presets_list_list");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2194 GLADE_HOOKUP_OBJECT (config_win, presets_list_bbox, "presets_list_bbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2195 GLADE_HOOKUP_OBJECT (config_win, presets_load_button, "presets_load_button");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2196 GLADE_HOOKUP_OBJECT (config_win, presets_save_button, "presets_save_button");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2197 GLADE_HOOKUP_OBJECT (config_win, config_presets_label, "config_presets_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2198 GLADE_HOOKUP_OBJECT (config_win, config_bbox, "config_bbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2199 GLADE_HOOKUP_OBJECT (config_win, config_ok, "config_ok");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2200 GLADE_HOOKUP_OBJECT (config_win, config_cancel, "config_cancel");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2201 GLADE_HOOKUP_OBJECT (config_win, config_apply, "config_apply");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2202 GLADE_HOOKUP_OBJECT_NO_REF (config_win, tooltips, "tooltips");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2203
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2204 return config_win;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2205 }
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2206
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2207 GtkWidget*
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2208 create_monitor_win (void)
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2209 {
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2210 GtkWidget *monitor_win;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2211 GtkWidget *monitor_table;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2212 GtkWidget *monitor_output_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2213 GtkWidget *monitor_output_progress;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2214 GtkWidget *monitor_output_label2;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2215 GtkWidget *monitor_displaylabel_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2216 GtkWidget *monitor_display_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2217 GtkWidget *monitor_position_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2218 GtkWidget *monpos_position_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2219 GtkWidget *monpos_label1;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2220 GtkWidget *monpos_total_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2221 GtkWidget *monpos_label2;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2222 GtkWidget *monpos_left_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2223 GtkWidget *monpos_label3;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2224 GtkWidget *monpos_written_time_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2225 GtkWidget *monpos_output_time_separator_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2226 GtkWidget *monpos_output_time_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2227 GtkWidget *monitor_outputlabel_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2228 GtkWidget *monitor_output_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2229 GtkWidget *monitor_positionlabel_hbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2230 GtkWidget *monitor_position_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2231 GtkWidget *monitor_display_frame;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2232 GtkWidget *monitor_display_drawingarea;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2233
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2234 monitor_win = gtk_window_new (GTK_WINDOW_TOPLEVEL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2235 gtk_window_set_title (GTK_WINDOW (monitor_win), "Crossfade Buffer Monitor");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2236 gtk_window_set_default_size (GTK_WINDOW (monitor_win), 320, -1);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2237
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2238 monitor_table = gtk_table_new (3, 2, FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2239 gtk_widget_show (monitor_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2240 gtk_container_add (GTK_CONTAINER (monitor_win), monitor_table);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2241 gtk_container_set_border_width (GTK_CONTAINER (monitor_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2242 gtk_table_set_row_spacings (GTK_TABLE (monitor_table), 3);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2243 gtk_table_set_col_spacings (GTK_TABLE (monitor_table), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2244
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2245 monitor_output_hbox = gtk_hbox_new (FALSE, 3);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2246 gtk_widget_show (monitor_output_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2247 gtk_table_attach (GTK_TABLE (monitor_table), monitor_output_hbox, 1, 2, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2248 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2249 (GtkAttachOptions) (GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2250
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2251 monitor_output_progress = gtk_progress_bar_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2252 gtk_widget_show (monitor_output_progress);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2253 gtk_box_pack_start (GTK_BOX (monitor_output_hbox), monitor_output_progress, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2254
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2255 monitor_output_label2 = gtk_label_new ("ms");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2256 gtk_widget_show (monitor_output_label2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2257 gtk_box_pack_start (GTK_BOX (monitor_output_hbox), monitor_output_label2, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2258 gtk_label_set_justify (GTK_LABEL (monitor_output_label2), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2259
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2260 monitor_displaylabel_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2261 gtk_widget_show (monitor_displaylabel_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2262 gtk_table_attach (GTK_TABLE (monitor_table), monitor_displaylabel_hbox, 0, 1, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2263 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2264 (GtkAttachOptions) (GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2265
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2266 monitor_display_label = gtk_label_new ("Mixing Buffer:");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2267 gtk_widget_show (monitor_display_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2268 gtk_box_pack_end (GTK_BOX (monitor_displaylabel_hbox), monitor_display_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2269 gtk_label_set_justify (GTK_LABEL (monitor_display_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2270
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2271 monitor_position_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2272 gtk_widget_show (monitor_position_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2273 gtk_table_attach (GTK_TABLE (monitor_table), monitor_position_hbox, 1, 2, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2274 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2275 (GtkAttachOptions) (GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2276
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2277 monpos_position_label = gtk_label_new ("-:--.-");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2278 gtk_widget_show (monpos_position_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2279 gtk_box_pack_start (GTK_BOX (monitor_position_hbox), monpos_position_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2280 gtk_label_set_justify (GTK_LABEL (monpos_position_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2281
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2282 monpos_label1 = gtk_label_new (" / ");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2283 gtk_widget_show (monpos_label1);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2284 gtk_box_pack_start (GTK_BOX (monitor_position_hbox), monpos_label1, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2285 gtk_label_set_justify (GTK_LABEL (monpos_label1), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2286
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2287 monpos_total_label = gtk_label_new ("-:--");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2288 gtk_widget_show (monpos_total_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2289 gtk_box_pack_start (GTK_BOX (monitor_position_hbox), monpos_total_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2290 gtk_label_set_justify (GTK_LABEL (monpos_total_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2291
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2292 monpos_label2 = gtk_label_new (" total, ");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2293 gtk_widget_show (monpos_label2);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2294 gtk_box_pack_start (GTK_BOX (monitor_position_hbox), monpos_label2, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2295 gtk_label_set_justify (GTK_LABEL (monpos_label2), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2296
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2297 monpos_left_label = gtk_label_new ("-:--");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2298 gtk_widget_show (monpos_left_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2299 gtk_box_pack_start (GTK_BOX (monitor_position_hbox), monpos_left_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2300 gtk_label_set_justify (GTK_LABEL (monpos_left_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2301
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2302 monpos_label3 = gtk_label_new (" left");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2303 gtk_widget_show (monpos_label3);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2304 gtk_box_pack_start (GTK_BOX (monitor_position_hbox), monpos_label3, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2305 gtk_label_set_justify (GTK_LABEL (monpos_label3), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2306
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2307 monpos_written_time_label = gtk_label_new ("-:--:--.-");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2308 gtk_widget_show (monpos_written_time_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2309 gtk_box_pack_end (GTK_BOX (monitor_position_hbox), monpos_written_time_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2310 gtk_label_set_justify (GTK_LABEL (monpos_written_time_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2311
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2312 monpos_output_time_separator_label = gtk_label_new (" / ");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2313 gtk_widget_show (monpos_output_time_separator_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2314 gtk_box_pack_end (GTK_BOX (monitor_position_hbox), monpos_output_time_separator_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2315 gtk_label_set_justify (GTK_LABEL (monpos_output_time_separator_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2316
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2317 monpos_output_time_label = gtk_label_new ("-:--.---");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2318 gtk_widget_show (monpos_output_time_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2319 gtk_box_pack_end (GTK_BOX (monitor_position_hbox), monpos_output_time_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2320 gtk_label_set_justify (GTK_LABEL (monpos_output_time_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2321
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2322 monitor_outputlabel_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2323 gtk_widget_show (monitor_outputlabel_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2324 gtk_table_attach (GTK_TABLE (monitor_table), monitor_outputlabel_hbox, 0, 1, 1, 2,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2325 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2326 (GtkAttachOptions) (GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2327
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2328 monitor_output_label = gtk_label_new ("Output Buffer:");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2329 gtk_widget_show (monitor_output_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2330 gtk_box_pack_end (GTK_BOX (monitor_outputlabel_hbox), monitor_output_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2331 gtk_label_set_justify (GTK_LABEL (monitor_output_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2332
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2333 monitor_positionlabel_hbox = gtk_hbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2334 gtk_widget_show (monitor_positionlabel_hbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2335 gtk_table_attach (GTK_TABLE (monitor_table), monitor_positionlabel_hbox, 0, 1, 2, 3,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2336 (GtkAttachOptions) (GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2337 (GtkAttachOptions) (0), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2338
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2339 monitor_position_label = gtk_label_new ("Position:");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2340 gtk_widget_show (monitor_position_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2341 gtk_box_pack_end (GTK_BOX (monitor_positionlabel_hbox), monitor_position_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2342 gtk_label_set_justify (GTK_LABEL (monitor_position_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2343
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2344 monitor_display_frame = gtk_frame_new (NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2345 gtk_widget_show (monitor_display_frame);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2346 gtk_table_attach (GTK_TABLE (monitor_table), monitor_display_frame, 1, 2, 0, 1,
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2347 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2348 (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2349
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2350 monitor_display_drawingarea = gtk_drawing_area_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2351 gtk_widget_show (monitor_display_drawingarea);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2352 gtk_container_add (GTK_CONTAINER (monitor_display_frame), monitor_display_drawingarea);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2353
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2354 g_signal_connect ((gpointer) monitor_win, "delete_event",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2355 G_CALLBACK (on_monitor_win_delete_event),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2356 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2357 g_signal_connect ((gpointer) monitor_display_drawingarea, "expose_event",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2358 G_CALLBACK (on_monitor_display_drawingarea_expose_event),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2359 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2360
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2361 /* Store pointers to all widgets, for use by lookup_widget(). */
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2362 GLADE_HOOKUP_OBJECT_NO_REF (monitor_win, monitor_win, "monitor_win");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2363 GLADE_HOOKUP_OBJECT (monitor_win, monitor_table, "monitor_table");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2364 GLADE_HOOKUP_OBJECT (monitor_win, monitor_output_hbox, "monitor_output_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2365 GLADE_HOOKUP_OBJECT (monitor_win, monitor_output_progress, "monitor_output_progress");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2366 GLADE_HOOKUP_OBJECT (monitor_win, monitor_output_label2, "monitor_output_label2");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2367 GLADE_HOOKUP_OBJECT (monitor_win, monitor_displaylabel_hbox, "monitor_displaylabel_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2368 GLADE_HOOKUP_OBJECT (monitor_win, monitor_display_label, "monitor_display_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2369 GLADE_HOOKUP_OBJECT (monitor_win, monitor_position_hbox, "monitor_position_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2370 GLADE_HOOKUP_OBJECT (monitor_win, monpos_position_label, "monpos_position_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2371 GLADE_HOOKUP_OBJECT (monitor_win, monpos_label1, "monpos_label1");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2372 GLADE_HOOKUP_OBJECT (monitor_win, monpos_total_label, "monpos_total_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2373 GLADE_HOOKUP_OBJECT (monitor_win, monpos_label2, "monpos_label2");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2374 GLADE_HOOKUP_OBJECT (monitor_win, monpos_left_label, "monpos_left_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2375 GLADE_HOOKUP_OBJECT (monitor_win, monpos_label3, "monpos_label3");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2376 GLADE_HOOKUP_OBJECT (monitor_win, monpos_written_time_label, "monpos_written_time_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2377 GLADE_HOOKUP_OBJECT (monitor_win, monpos_output_time_separator_label, "monpos_output_time_separator_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2378 GLADE_HOOKUP_OBJECT (monitor_win, monpos_output_time_label, "monpos_output_time_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2379 GLADE_HOOKUP_OBJECT (monitor_win, monitor_outputlabel_hbox, "monitor_outputlabel_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2380 GLADE_HOOKUP_OBJECT (monitor_win, monitor_output_label, "monitor_output_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2381 GLADE_HOOKUP_OBJECT (monitor_win, monitor_positionlabel_hbox, "monitor_positionlabel_hbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2382 GLADE_HOOKUP_OBJECT (monitor_win, monitor_position_label, "monitor_position_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2383 GLADE_HOOKUP_OBJECT (monitor_win, monitor_display_frame, "monitor_display_frame");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2384 GLADE_HOOKUP_OBJECT (monitor_win, monitor_display_drawingarea, "monitor_display_drawingarea");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2385
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2386 return monitor_win;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2387 }
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2388
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2389 GtkWidget*
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2390 create_about_win (void)
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2391 {
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2392 GtkWidget *about_win;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2393 GtkWidget *about_vbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2394 GtkWidget *about_label;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2395 GtkWidget *about_actionarea;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2396 GtkWidget *about_ok;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2397
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2398 about_win = gtk_dialog_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2399 gtk_window_set_title (GTK_WINDOW (about_win), "About XMMS Crossfade Plugin");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2400 gtk_window_set_type_hint (GTK_WINDOW (about_win), GDK_WINDOW_TYPE_HINT_DIALOG);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2401
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2402 about_vbox = GTK_DIALOG (about_win)->vbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2403 gtk_widget_show (about_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2404
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2405 about_label = gtk_label_new ("dummy");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2406 gtk_widget_show (about_label);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2407 gtk_box_pack_start (GTK_BOX (about_vbox), about_label, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2408 gtk_label_set_justify (GTK_LABEL (about_label), GTK_JUSTIFY_CENTER);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2409
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2410 about_actionarea = GTK_DIALOG (about_win)->action_area;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2411 gtk_widget_show (about_actionarea);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2412 gtk_button_box_set_layout (GTK_BUTTON_BOX (about_actionarea), GTK_BUTTONBOX_END);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2413
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2414 about_ok = gtk_button_new_with_mnemonic ("OK");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2415 gtk_widget_show (about_ok);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2416 gtk_dialog_add_action_widget (GTK_DIALOG (about_win), about_ok, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2417
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2418 g_signal_connect_swapped ((gpointer) about_ok, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2419 G_CALLBACK (gtk_widget_destroy),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2420 GTK_OBJECT (about_win));
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2421 g_signal_connect_after ((gpointer) about_ok, "leave",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2422 G_CALLBACK (gtk_widget_hide),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2423 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2424
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2425 /* Store pointers to all widgets, for use by lookup_widget(). */
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2426 GLADE_HOOKUP_OBJECT_NO_REF (about_win, about_win, "about_win");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2427 GLADE_HOOKUP_OBJECT_NO_REF (about_win, about_vbox, "about_vbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2428 GLADE_HOOKUP_OBJECT (about_win, about_label, "about_label");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2429 GLADE_HOOKUP_OBJECT_NO_REF (about_win, about_actionarea, "about_actionarea");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2430 GLADE_HOOKUP_OBJECT (about_win, about_ok, "about_ok");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2431
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2432 return about_win;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2433 }
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2434
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2435 GtkWidget*
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2436 create_help_win (void)
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2437 {
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2438 GtkWidget *help_win;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2439 GtkWidget *help_vbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2440 GtkWidget *help_scrolledwindow;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2441 GtkWidget *help_text;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2442 GtkWidget *help_buttonbox;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2443 GtkWidget *help_close_button;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2444
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2445 help_win = gtk_window_new (GTK_WINDOW_TOPLEVEL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2446 gtk_window_set_title (GTK_WINDOW (help_win), "Help");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2447
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2448 help_vbox = gtk_vbox_new (FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2449 gtk_widget_show (help_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2450 gtk_container_add (GTK_CONTAINER (help_win), help_vbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2451 gtk_container_set_border_width (GTK_CONTAINER (help_vbox), 5);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2452
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2453 help_scrolledwindow = gtk_scrolled_window_new (NULL, NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2454 gtk_widget_show (help_scrolledwindow);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2455 gtk_box_pack_start (GTK_BOX (help_vbox), help_scrolledwindow, TRUE, TRUE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2456 GTK_WIDGET_UNSET_FLAGS (help_scrolledwindow, GTK_CAN_FOCUS);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2457 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (help_scrolledwindow), GTK_POLICY_NEVER, GTK_POLICY_ALWAYS);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2458 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (help_scrolledwindow), GTK_SHADOW_IN);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2459
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2460 help_text = gtk_text_view_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2461 gtk_widget_show (help_text);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2462 gtk_container_add (GTK_CONTAINER (help_scrolledwindow), help_text);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2463 gtk_text_view_set_editable (GTK_TEXT_VIEW (help_text), FALSE);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2464 gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (help_text), GTK_WRAP_WORD);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2465 gtk_text_buffer_set_text (gtk_text_view_get_buffer (GTK_TEXT_VIEW (help_text)), "<dummy>\n", -1);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2466
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2467 help_buttonbox = gtk_hbutton_box_new ();
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2468 gtk_widget_show (help_buttonbox);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2469 gtk_box_pack_start (GTK_BOX (help_vbox), help_buttonbox, FALSE, FALSE, 0);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2470 gtk_button_box_set_layout (GTK_BUTTON_BOX (help_buttonbox), GTK_BUTTONBOX_END);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2471 gtk_box_set_spacing (GTK_BOX (help_buttonbox), 30);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2472
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2473 help_close_button = gtk_button_new_with_mnemonic ("Close");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2474 gtk_widget_show (help_close_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2475 gtk_container_add (GTK_CONTAINER (help_buttonbox), help_close_button);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2476 GTK_WIDGET_SET_FLAGS (help_close_button, GTK_CAN_DEFAULT);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2477
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2478 g_signal_connect ((gpointer) help_close_button, "clicked",
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2479 G_CALLBACK (on_help_close_button_clicked),
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2480 NULL);
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2481
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2482 /* Store pointers to all widgets, for use by lookup_widget(). */
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2483 GLADE_HOOKUP_OBJECT_NO_REF (help_win, help_win, "help_win");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2484 GLADE_HOOKUP_OBJECT (help_win, help_vbox, "help_vbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2485 GLADE_HOOKUP_OBJECT (help_win, help_scrolledwindow, "help_scrolledwindow");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2486 GLADE_HOOKUP_OBJECT (help_win, help_text, "help_text");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2487 GLADE_HOOKUP_OBJECT (help_win, help_buttonbox, "help_buttonbox");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2488 GLADE_HOOKUP_OBJECT (help_win, help_close_button, "help_close_button");
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2489
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2490 return help_win;
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2491 }
5fd398406cf7 [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles.
chainsaw
parents:
diff changeset
2492