Re: [pygtk] Maximize a window and its children (after a resize)

2000-05-30 Thread James Henstridge
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

[pygtk] Maximize a window and its children (after a resize)

2000-05-30 Thread abouf066
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 ma