Home
last modified time | relevance | path

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

/dports/audio/deadbeef-playback-status-plugin/ddb_playback_status-fce1de0/
H A Dmain.c162 GtkWidget *hbox01; in on_button_config() local
177 hbox01 = gtk_hbox_new (FALSE, 8); in on_button_config()
178 gtk_widget_show (hbox01); in on_button_config()
179 gtk_box_pack_start (GTK_BOX (config_dialog), hbox01, FALSE, FALSE, 0); in on_button_config()
180 gtk_container_set_border_width (GTK_CONTAINER (hbox01), 12); in on_button_config()
183 gtk_box_pack_start (GTK_BOX (hbox01), vbox01, TRUE, TRUE, 0); in on_button_config()
/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dconfig_dialog.c204 GtkWidget *hbox01; in on_button_config() local
273 hbox01 = gtk_hbox_new (FALSE, 8); in on_button_config()
274 gtk_widget_show (hbox01); in on_button_config()
275 gtk_box_pack_start (GTK_BOX (config_dialog), hbox01, FALSE, FALSE, 0); in on_button_config()
276 gtk_container_set_border_width (GTK_CONTAINER (hbox01), 8); in on_button_config()
286 gtk_box_pack_start (GTK_BOX (hbox01), color_frame, TRUE, TRUE, 0); in on_button_config()
423 gtk_box_pack_start (GTK_BOX (hbox01), vbox02, FALSE, FALSE, 0); in on_button_config()
/dports/audio/deadbeef-spectrogram-plugin/ddb_spectrogram-8d1b371/
H A Dspectrogram.c250 GtkWidget *hbox01; in on_button_config() local
278 hbox01 = gtk_hbox_new (FALSE, 8); in on_button_config()
279 gtk_widget_show (hbox01); in on_button_config()
280 gtk_box_pack_start (GTK_BOX (config_dialog), hbox01, FALSE, FALSE, 0); in on_button_config()
281 gtk_container_set_border_width (GTK_CONTAINER (hbox01), 12); in on_button_config()
291 gtk_box_pack_start (GTK_BOX (hbox01), color_frame, TRUE, FALSE, 0); in on_button_config()
351 gtk_box_pack_start (GTK_BOX (hbox01), vbox01, FALSE, FALSE, 0); in on_button_config()
/dports/audio/deadbeef-vu-meter-plugin/ddb_vu_meter-940d8d7/
H A Dvumeter.c400 GtkWidget *hbox01; in on_button_config() local
445 hbox01 = gtk_hbox_new (FALSE, 8); in on_button_config()
446 gtk_widget_show (hbox01); in on_button_config()
447 gtk_box_pack_start (GTK_BOX (config_dialog), hbox01, FALSE, FALSE, 0); in on_button_config()
448 gtk_container_set_border_width (GTK_CONTAINER (hbox01), 12); in on_button_config()
458 gtk_box_pack_start (GTK_BOX (hbox01), color_frame, TRUE, FALSE, 0); in on_button_config()
570 gtk_box_pack_start (GTK_BOX (hbox01), vbox02, FALSE, FALSE, 0); in on_button_config()