set the usize of the window

This commit is contained in:
Jose Maria Celorio 2001-07-25 04:07:11 +00:00
parent 460ee8f15e
commit 8890afcc2f
2 changed files with 5 additions and 0 deletions

View file

@ -73,6 +73,7 @@ void build_capplet(void) {
capplet = capplet_widget_new();
vbox = gtk_vbox_new(FALSE, 5);
gtk_widget_set_usize (vbox, 400, 250);
gtk_container_add(GTK_CONTAINER(capplet), vbox);
gtk_widget_show(vbox);