Lines Matching refs:box1
1440 GtkWidget *box1; /* frame control buttons go */
1494 box1 = gtk_hbox_new(FALSE, 0);
1502 gtk_box_pack_end(GTK_BOX(mbox), box1, FALSE, TRUE, 0);
1548 /* stuff in box1 buttons along bottom */
1552 gtk_box_pack_start(GTK_BOX(box1), button, TRUE, TRUE, 0);
1557 gtk_box_pack_start(GTK_BOX(box1), button, TRUE, TRUE, 0);
1562 gtk_box_pack_start(GTK_BOX(box1), button, TRUE, TRUE, 0);
1567 gtk_box_pack_start(GTK_BOX(box1), button, TRUE, TRUE, 0);
1573 gtk_box_pack_start(GTK_BOX(box1), button, TRUE, TRUE, 0);
1578 gtk_box_pack_start(GTK_BOX(box1), button, TRUE, TRUE, 0);
1626 gtk_widget_show(box1);