>How can I set an initial / default size for a GtkDrawingArea or a >GtkScrolledWindow? gtk_widget_set_usize() sort of works, but then the >user can't make the window smaller than the initial size. (I'm using >gtk+ 1.2.)
attach to the size_request event, and override the allocation request. _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
