Home
last modified time | relevance | path

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

/dports/audio/deadbeef-spectrogram-plugin/ddb_spectrogram-8d1b371/
H A Dspectrogram.c255 GtkWidget *color_gradient_00; in on_button_config() local
307 color_gradient_00 = gtk_color_button_new (); in on_button_config()
308 gtk_color_button_set_use_alpha ((GtkColorButton *)color_gradient_00, TRUE); in on_button_config()
309 gtk_widget_show (color_gradient_00); in on_button_config()
310 gtk_box_pack_start (GTK_BOX (vbox02), color_gradient_00, TRUE, FALSE, 0); in on_button_config()
311 gtk_widget_set_size_request (color_gradient_00, -1, 30); in on_button_config()
398 gtk_color_button_set_color (GTK_COLOR_BUTTON (color_gradient_00), &(CONFIG_GRADIENT_COLORS[0])); in on_button_config()
468 … gtk_color_button_get_color (GTK_COLOR_BUTTON (color_gradient_00), &CONFIG_GRADIENT_COLORS[0]); in on_button_config()
/dports/audio/deadbeef-vu-meter-plugin/ddb_vu_meter-940d8d7/
H A Dvumeter.c414 GtkWidget *color_gradient_00; in on_button_config() local
532 color_gradient_00 = gtk_color_button_new (); in on_button_config()
533 gtk_color_button_set_use_alpha ((GtkColorButton *)color_gradient_00, TRUE); in on_button_config()
534 gtk_widget_show (color_gradient_00); in on_button_config()
535 gtk_box_pack_start (GTK_BOX (vbox01), color_gradient_00, TRUE, FALSE, 0); in on_button_config()
536 gtk_widget_set_size_request (color_gradient_00, -1, 30); in on_button_config()
657 gtk_color_button_set_color (GTK_COLOR_BUTTON (color_gradient_00), &(CONFIG_GRADIENT_COLORS[0])); in on_button_config()
671 … gtk_color_button_get_color (GTK_COLOR_BUTTON (color_gradient_00), &CONFIG_GRADIENT_COLORS[0]); in on_button_config()