On Tue, 30 May 2000 [EMAIL PROTECTED] wrote:

> Greetings all, 
> 
>       I have a window W and a children C which after a
> C.set_transient_for(W0 stays always on top of the parent. The problem is
> when I minize the parent (W), both windows are minized (THIS IS VERY
> NICE).
> 
> My problem is when I maximize the parent, the child is not autmatically
> maximized. The question is : Is there a flag or "something else" that
> would ensure this behavior.
> 

The set_transient_for() method sets a flag that the window manager uses to
make the windows act like that (if the window manger ignores the transient
hint, then the behaviour you described won't occur).  You may be able to
configure your window manager this way though.

> 
> Thanks
>                                                       
>                                       LaBoufarikoise
> 

James.

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


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

Reply via email to