[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: When is the 'size-allocate' signal emitted?
- From: Paul Davis <paul linuxaudiosystems com>
- To: Andrew Cowie <andrew operationaldynamics com>
- Cc: gtk-list <gtk-list gnome org>
- Subject: Re: When is the 'size-allocate' signal emitted?
- Date: Tue, 15 Jan 2008 21:51:52 -0500
On Wed, 2008-01-16 at 13:37 +1100, Andrew Cowie wrote:
> I know about 'configure-event', but when is 'size-allocate' emitted? At
> the same time (or as a consequence of?) or is is completely separate?
configure-event is for top level windows only.
size-allocate is for any widget.
generally, widgets inside a window may see size-allocate as a
consequence of a configure-event, but also at other times too.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]