Home
last modified time | relevance | path

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

/dports/audio/abx/abx-0.0-b1/src/
H A Dmainwin.c251 GtkWidget *aligned_box = gtk_hbox_new(TRUE, 0); in create_play_button() local
259 gtk_box_pack_start(GTK_BOX(aligned_box), box, TRUE, FALSE, 0); in create_play_button()
260 return aligned_box; in create_play_button()