size-request



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]