Home
last modified time | relevance | path

Searched refs:buttonbox (Results 1 – 3 of 3) 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()
1443 ge->buttonbox = gtk_hbox_new(FALSE, 0); in new_client_page()
1444 gtk_container_add(GTK_CONTAINER(bottom_align), ge->buttonbox); in new_client_page()
1455 gtk_container_add(GTK_CONTAINER(ge->buttonbox), ge->thread_status_pb); in new_client_page()
1532 ui->buttonbox = gtk_hbox_new(FALSE, 0); in new_main_page()
1533 gtk_container_add(GTK_CONTAINER(bottom_align), ui->buttonbox); in new_main_page()
1542 gtk_container_add(GTK_CONTAINER(ui->buttonbox), ui->thread_status_pb); in new_main_page()
/external/python/cpython2/Lib/lib-tk/
DtkSimpleDialog.py67 self.buttonbox()
105 def buttonbox(self): member in Dialog