Re: GTK Signal Definitions
- From: John Cupitt <jcupitt gmail com>
- To: bryan christ hp com
- Cc: gtk-list gnome org
- Subject: Re: GTK Signal Definitions
- Date: Fri, 16 Jul 2004 23:42:38 +0100
bryan christ wrote:
> Does anyone know what signal I should be connecting to when I
> want to take action when a window is resized?
You need "configure_event". In my experience it's rare to want to
listen to this signal, usually it's simpler to subclass one of the
existing widgets and have a configure_event method.
> As an aside, is there a list of signal definitions? The GTK API
> documentation seems pretty hit-and-miss. As an example,
> GtkButton explains "activate" but GtkWindow has nothing to
> describe the signal "frame-event".
I think frame_event is private.
John
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]