Re: 'configure_event' of gtkLayout



On Fri, Nov 15, 2002 at 09:03:53PM -0500, yanxin wrote:

How can I capture the 'configure_event' of a gtkLayout? I am not able to
capture it even though after I set all the event mask for the gtkLayout.


You want to use size_allocate instead. (configure_event is in the
example for GtkDrawingArea, but only works for DrawingArea and really
size_allocate can be used there too).

Havoc



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