On Wed, 10 May 2000 [EMAIL PROTECTED] wrote:

> 
> Hi,
> 
>       Can anybody tell me which event occurs when a window is being
> resized ? (I tried "rsize_event" but with no success")

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
its resize handling code.

> 
> 
> Thnaks all
> 
> _____________________________________________________________
>                                                       
>                                       LaBoufarikoise

James.

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


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

Reply via email to