Home
last modified time | relevance | path

Searched refs:resolution_replaygain_bps_out_radio_16bps (Results 1 – 1 of 1) sorted by relevance

/external/flac/src/plugin_xmms/
Dconfigure.c116 static GtkWidget *resolution_replaygain_bps_out_radio_16bps; variable
311 gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(resolution_replaygain_bps_out_radio_16bps))? 16 : in resolution_replaygain_bps_out_cb()
604 resolution_replaygain_bps_out_radio_16bps = gtk_radio_button_new_with_label(NULL, _("16 bps")); in FLAC_XMMS__configure()
606 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(resolution_replaygain_bps_out_radio_16bps), TRUE); in FLAC_XMMS__configure()
607 …gtk_signal_connect(GTK_OBJECT(resolution_replaygain_bps_out_radio_16bps), "clicked", resolution_re… in FLAC_XMMS__configure()
608 …_add(GTK_CONTAINER(resolution_replaygain_bps_out_vbox), resolution_replaygain_bps_out_radio_16bps); in FLAC_XMMS__configure()
610 …adio_button_new_with_label_from_widget(GTK_RADIO_BUTTON(resolution_replaygain_bps_out_radio_16bps)… in FLAC_XMMS__configure()