On Thu, 11 May 2000, Fred L. Drake, Jr. wrote:

> 
> James Henstridge writes:
>  > Connect to the size_allocate signal on the window.  You may have to use
>  > connect_after so that your handler is called after the GtkWindow has run
> 
>   Is this better than using the configure_event (that's what I used in
> piddleGTK)?

Depends.  You can connect to the size_allocate signal of any widget, even
those without their own window, so I guess it is more general.  I don't
know what times size_allocate is called when configure_event isn't or vice
versa.  Partly it is just personal style.

> 
>   -Fred
> 

James.

-- 
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to