Re: [Tutor] Docking Windows using Python

2009-05-30 Thread Alan Gauld
"Hi" wrote My program will have two windows. I want to be able to dock the two so they are side by side. I am wondering if this is doable in Python. Yes it is doable but how difficult it is will depend on the GUI toolkit you use. Most GUI programming environments nowadays (eg. .NET, Delph

Re: [Tutor] Docking Windows using Python

2009-05-29 Thread W W
On Fri, May 29, 2009 at 7:48 PM, Hi wrote: > My program will have two windows. I want to be able to dock the two so they > are side by side. I am wondering if this is doable in Python. If so, could > someone lead me to the right direction on where to look? Thank you very > much. > I think you co

[Tutor] Docking Windows using Python

2009-05-29 Thread Hi
My program will have two windows. I want to be able to dock the two so they are side by side. I am wondering if this is doable in Python. If so, could someone lead me to the right direction on where to look? Thank you very much. ___ Tutor maillist - Tut