Re: configure-event on eventbox in composite widget



Owen Taylor schrieb:

[...]

Basically, the fact that GtkDrawingArea gets a configure-event signal
is a confusing hack that should be ignored. configure-event is really
toplevel specific.

when a widget gets a new size, it gets a size-allocate signal
when a widget is realized, it gets a realized signal

GtkDrawingArea synthesizes a configure-event emitted on certain
combinations of these two signals. You probably really want
size-allocate.
Indeed :) ... and that works, thanks.

Karl.



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