In-Reply-To: <3F10CC47.9090801@alldunn.com>
Robin Dunn wrote:
> Hi!
> Is it possible to implement dockable window/frame like Anjuta, C++
> builder, VC++ IDE ...etc.?
> I have no good idea to implement dockable window/frame.
There is the FL lib (Frame Layout) in the wxWindows contrib, but it
hasn't been wrapped for wxPython yet. Until it is you could probably
get some ideas from its sources and implement something similar in
Python.
In-Reply-To: <3F10CC47.9090801@alldunn.com>
Robin Dunn wrote:
Hi!
Is it possible to implement dockable window/frame like Anjuta, C++
builder, VC++ IDE ...etc.?
I have no good idea to implement dockable window/frame.
There is the FL lib (Frame Layout) in the wxWindows contrib, but it hasn't been wrapped for wxPython yet. Until it is you could probably get some ideas from its sources and implement something similar in Python.