Home
last modified time | relevance | path

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

/dports/audio/deadbeef-waveform-seekbar-plugin/ddb_waveform_seekbar-0402f6d/
H A Dconfig_dialog.c86 GtkWidget *soundcloud_style; in on_button_config() local
181 soundcloud_style = gtk_check_button_new_with_label ("Soundcloud style"); in on_button_config()
182 gtk_widget_show (soundcloud_style); in on_button_config()
183 gtk_box_pack_start (GTK_BOX (vbox02), soundcloud_style, TRUE, TRUE, 0); in on_button_config()
238 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (soundcloud_style), CONFIG_SOUNDCLOUD_STYLE); in on_button_config()
268 … CONFIG_SOUNDCLOUD_STYLE = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (soundcloud_style)); in on_button_config()