I have an application in which I want to use a GtkDrawingArea, and I want to control how it responds to size-request events.
Should I, A. Connect to the "size-request" signal? Does modifying requisition->width/height in a handler have any effect? B. Derive a new class and override GtkWidget::size_request? C. Something else? Thanks, -Jamie _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
