Lines Matching refs:vbox
533 GtkWidget *dialog, *box, *vbox, *hbox, *frame, *pentry; in get_connection_details() local
548 vbox = gtk_dialog_get_content_area(GTK_DIALOG(dialog)); in get_connection_details()
549 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); in get_connection_details()
561 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); in get_connection_details()
570 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); in get_connection_details()
586 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); in get_connection_details()
741 ge->vbox = new_client_page(ge); in get_new_ge_with_tab()
742 g_signal_connect(ge->vbox, "destroy", G_CALLBACK(ge_widget_destroy), ge); in get_new_ge_with_tab()
745 ge->page_num = gtk_notebook_append_page(GTK_NOTEBOOK(ui->notebook), ge->vbox, ge->page_label); in get_new_ge_with_tab()
806 gtk_widget_destroy(ge->vbox); in file_close()
890 gtk_widget_destroy(ge->vbox); in do_file_open_with_tab()
902 gtk_widget_destroy(ge->vbox); in do_file_open_with_tab()
993 GtkWidget *win, *scroll, *vbox, *box; in gfio_view_log() local
1013 vbox = gtk_vbox_new(TRUE, 5); in gfio_view_log()
1014 gtk_box_pack_start(GTK_BOX(vbox), scroll, TRUE, TRUE, 0); in gfio_view_log()
1016 gtk_container_add(GTK_CONTAINER(win), vbox); in gfio_view_log()
1121 GtkWidget *dialog, *frame, *box, **buttons, *vbox, *font; in preferences() local
1134 vbox = gtk_dialog_get_content_area(GTK_DIALOG(dialog)); in preferences()
1135 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); in preferences()
1136 vbox = gtk_vbox_new(FALSE, 6); in preferences()
1137 gtk_container_add(GTK_CONTAINER(frame), vbox); in preferences()
1140 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 5); in preferences()
1148 gtk_box_pack_start(GTK_BOX(vbox), box, FALSE, FALSE, 5); in preferences()
1158 gtk_box_pack_start(GTK_BOX(vbox), box, FALSE, FALSE, 5); in preferences()
1167 vbox = gtk_dialog_get_content_area(GTK_DIALOG(dialog)); in preferences()
1168 gtk_box_pack_start(GTK_BOX(vbox), frame, FALSE, FALSE, 5); in preferences()
1169 vbox = gtk_vbox_new(FALSE, 6); in preferences()
1170 gtk_container_add(GTK_CONTAINER(frame), vbox); in preferences()
1173 gtk_container_add(GTK_CONTAINER(vbox), box); in preferences()
1180 gtk_container_add(GTK_CONTAINER(vbox), box); in preferences()
1328 GtkWidget *vbox, GtkUIManager *ui_manager) in gfio_ui_setup() argument
1330 gtk_box_pack_start(GTK_BOX(vbox), menubar, FALSE, FALSE, 0); in gfio_ui_setup()
1674 GtkWidget *vbox; in init_ui() local
1703 ui->vbox = gtk_vbox_new(FALSE, 0); in init_ui()
1704 gtk_container_add(GTK_CONTAINER(ui->window), ui->vbox); in init_ui()
1708 gfio_ui_setup(settings, ui->menu, ui->vbox, ui->uimanager); in init_ui()
1717 gtk_container_add(GTK_CONTAINER(ui->vbox), ui->notebook); in init_ui()
1719 vbox = new_main_page(ui); in init_ui()
1724 gtk_notebook_append_page(GTK_NOTEBOOK(ui->notebook), vbox, gtk_label_new("Main")); in init_ui()