Lines Matching refs:hbox
533 GtkWidget *dialog, *box, *vbox, *hbox, *frame, *pentry; in get_connection_details() local
554 hbox = gtk_hbox_new(TRUE, 10); in get_connection_details()
555 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0); in get_connection_details()
558 gtk_box_pack_start(GTK_BOX(hbox), cw.hentry, TRUE, TRUE, 0); in get_connection_details()
565 hbox = gtk_hbox_new(TRUE, 4); in get_connection_details()
566 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0); in get_connection_details()
567 pentry = create_spinbutton(hbox, 1, 65535, FIO_NET_PORT); in get_connection_details()
574 hbox = gtk_hbox_new(TRUE, 4); in get_connection_details()
575 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0); in get_connection_details()
583 gtk_container_add(GTK_CONTAINER(hbox), cw.combo); in get_connection_details()
590 hbox = gtk_hbox_new(TRUE, 4); in get_connection_details()
591 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0); in get_connection_details()
596 gtk_box_pack_start(GTK_BOX(hbox), cw.button, FALSE, FALSE, 6); in get_connection_details()
1122 GtkWidget *hbox, *spin, *entry, *spin_int; in preferences() local
1139 hbox = gtk_hbox_new(FALSE, 5); in preferences()
1140 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 5); in preferences()
1142 gtk_box_pack_start(GTK_BOX(hbox), entry, TRUE, TRUE, 5); in preferences()
1145 gtk_box_pack_start(GTK_BOX(hbox), font, FALSE, FALSE, 5); in preferences()
1150 hbox = gtk_hbox_new(FALSE, 5); in preferences()
1151 gtk_box_pack_start(GTK_BOX(box), hbox, TRUE, TRUE, 5); in preferences()
1153 gtk_box_pack_start(GTK_BOX(hbox), entry, FALSE, FALSE, 5); in preferences()
1155 spin = create_spinbutton(hbox, 10, 1000000, gfio_graph_limit); in preferences()
1160 hbox = gtk_hbox_new(FALSE, 5); in preferences()
1161 gtk_box_pack_start(GTK_BOX(box), hbox, TRUE, TRUE, 5); in preferences()
1163 gtk_box_pack_start(GTK_BOX(hbox), entry, FALSE, FALSE, 5); in preferences()
1165 spin_int = create_spinbutton(hbox, 100, 100000, gfio_client_ops.eta_msec); in preferences()