Searched defs:buttonbox (Results 1 - 2 of 2) sorted by last modified time

/external/fio/
H A Dgfio.c188 static GtkWidget *add_button(GtkWidget *buttonbox, argument
195 gtk_box_pack_start(GTK_BOX(buttonbox), button, FALSE, FALSE, 3);
210 ge->button[i] = add_button(ge->buttonbox, &buttonlist[i], ge);
1441 ge->buttonbox = gtk_hbox_new(FALSE, 0);
1442 gtk_container_add(GTK_CONTAINER(bottom_align), ge->buttonbox);
1453 gtk_container_add(GTK_CONTAINER(ge->buttonbox), ge->thread_status_pb);
1530 ui->buttonbox = gtk_hbox_new(FALSE, 0);
1531 gtk_container_add(GTK_CONTAINER(bottom_align), ui->buttonbox);
1540 gtk_container_add(GTK_CONTAINER(ui->buttonbox), ui->thread_status_pb);
H A Dgfio.h65 GtkWidget *buttonbox; member in struct:gui
108 GtkWidget *buttonbox; member in struct:gui_entry

Completed in 98 milliseconds