Mercurial > audlegacy
comparison Plugins/Input/modplug/gui/interface.cpp @ 1041:a8e4435f65f2 trunk
[svn] 48kHz sampling rate selection for ModPlug by Christian Birchinger (Joker) from Gentoo.
| author | chainsaw |
|---|---|
| date | Sun, 14 May 2006 08:38:23 -0700 |
| parents | 26faaefca088 |
| children | f281b8f7a719 |
comparison
equal
deleted
inserted
replaced
| 1040:f866da587845 | 1041:a8e4435f65f2 |
|---|---|
| 38 GtkWidget *mono; | 38 GtkWidget *mono; |
| 39 GtkWidget *hbox10; | 39 GtkWidget *hbox10; |
| 40 GtkWidget *frame3; | 40 GtkWidget *frame3; |
| 41 GtkWidget *vbox6; | 41 GtkWidget *vbox6; |
| 42 GSList *vbox6_group = NULL; | 42 GSList *vbox6_group = NULL; |
| 43 GtkWidget *samp48; | |
| 43 GtkWidget *samp44; | 44 GtkWidget *samp44; |
| 44 GtkWidget *samp22; | 45 GtkWidget *samp22; |
| 45 GtkWidget *samp11; | 46 GtkWidget *samp11; |
| 46 GtkWidget *frame9; | 47 GtkWidget *frame9; |
| 47 GtkWidget *vbox15; | 48 GtkWidget *vbox15; |
| 226 gtk_object_set_data_full (GTK_OBJECT (Config), "vbox6", vbox6, | 227 gtk_object_set_data_full (GTK_OBJECT (Config), "vbox6", vbox6, |
| 227 (GtkDestroyNotify) gtk_widget_unref); | 228 (GtkDestroyNotify) gtk_widget_unref); |
| 228 gtk_widget_show (vbox6); | 229 gtk_widget_show (vbox6); |
| 229 gtk_container_add (GTK_CONTAINER (frame3), vbox6); | 230 gtk_container_add (GTK_CONTAINER (frame3), vbox6); |
| 230 | 231 |
| 232 samp48 = gtk_radio_button_new_with_label (vbox6_group, _("48 kHz")); | |
| 233 vbox6_group = gtk_radio_button_group (GTK_RADIO_BUTTON (samp48)); | |
| 234 gtk_widget_ref (samp48); | |
| 235 gtk_object_set_data_full (GTK_OBJECT (Config), "samp48", samp48, | |
| 236 (GtkDestroyNotify) gtk_widget_unref); | |
| 237 gtk_widget_show (samp48); | |
| 238 gtk_box_pack_start (GTK_BOX (vbox6), samp48, FALSE, FALSE, 0); | |
| 239 | |
| 231 samp44 = gtk_radio_button_new_with_label (vbox6_group, _("44 kHz")); | 240 samp44 = gtk_radio_button_new_with_label (vbox6_group, _("44 kHz")); |
| 232 vbox6_group = gtk_radio_button_group (GTK_RADIO_BUTTON (samp44)); | 241 vbox6_group = gtk_radio_button_group (GTK_RADIO_BUTTON (samp44)); |
| 233 gtk_widget_ref (samp44); | 242 gtk_widget_ref (samp44); |
| 234 gtk_object_set_data_full (GTK_OBJECT (Config), "samp44", samp44, | 243 gtk_object_set_data_full (GTK_OBJECT (Config), "samp44", samp44, |
| 235 (GtkDestroyNotify) gtk_widget_unref); | 244 (GtkDestroyNotify) gtk_widget_unref); |
