Re: configure-event on eventbox in composite widget
- From: "Karl H. Beckers" <karl h beckers gmx net>
- To: Owen Taylor <otaylor redhat com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: configure-event on eventbox in composite widget
- Date: Fri, 10 Sep 2004 20:01:36 +0200
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]