Home
last modified time | relevance | path

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

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