>it's possible to create a window with a minimum width without caring >about the height? >The height should be specified by the number of widgets packed in it.
gtk_widget_set_usize (window, minimum_width, -1); --p _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
