On Fri, 16 Nov 2001, Daniel Secrieru wrote:

>     What events are generated when minimizing/maximizing a window?
>     Is there any way to obtain the size to which the window is going to be
> set after this event is generated?
> 

  When window managers iconize and deiconize windows they usually
just unmap and map them.   See the man page on XMapEvent.  

   When changing the size you get a ConfigureNotify event.  See the
man page for XConfigureEvent.


                                Mark.


_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to