Home
last modified time | relevance | path

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

/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dconfig_dialog.c226 GtkWidget *color_hgrid; in on_button_config() local
342 color_hgrid = gtk_color_button_new (); in on_button_config()
343 gtk_color_button_set_use_alpha ((GtkColorButton *)color_hgrid, TRUE); in on_button_config()
344 gtk_widget_show (color_hgrid); in on_button_config()
345 gtk_box_pack_start (GTK_BOX (vbox04), color_hgrid, TRUE, TRUE, 0); in on_button_config()
680 gtk_color_button_set_color (GTK_COLOR_BUTTON (color_hgrid), &CONFIG_COLOR_HGRID); in on_button_config()
689 gtk_color_button_get_color (GTK_COLOR_BUTTON (color_hgrid), &CONFIG_COLOR_HGRID); in on_button_config()
/dports/audio/deadbeef-vu-meter-plugin/ddb_vu_meter-940d8d7/
H A Dvumeter.c412 GtkWidget *color_hgrid; in on_button_config() local
514 color_hgrid = gtk_color_button_new (); in on_button_config()
515 gtk_color_button_set_use_alpha ((GtkColorButton *)color_hgrid, TRUE); in on_button_config()
516 gtk_widget_show (color_hgrid); in on_button_config()
517 gtk_box_pack_start (GTK_BOX (vbox04), color_hgrid, TRUE, TRUE, 0); in on_button_config()
656 gtk_color_button_set_color (GTK_COLOR_BUTTON (color_hgrid), &CONFIG_COLOR_HGRID); in on_button_config()
670 gtk_color_button_get_color (GTK_COLOR_BUTTON (color_hgrid), &CONFIG_COLOR_HGRID); in on_button_config()