Re: GTK Signal Definitions

2004-07-22 Thread Bryan Christ
"configure-event" partially works.  Basically, I am trying to maintain the width of a pane in a GtkHPaned after the user resizes or maximizes the window. When I stretch the edges in 90 degree angles (stretch the right edge right, top edge up, etc..) it works fine.  However, when I stretch diag

Re: GTK Signal Definitions

2004-07-17 Thread Dmitry M. Shatrov
John Cupitt wrote: 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 w

Re: GTK Signal Definitions

2004-07-16 Thread John Cupitt
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 conf

GTK Signal Definitions

2004-07-16 Thread Bryan Christ
Does anyone know what signal I should be connecting to when I want to take action when a window is resized? 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 descr