[Q] dockable window/frame?

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.

Kim young-kyun 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.

http://cvs.wxwindows.org/viewcvs.cgi/wxWindows/contrib/include/wx/fl/
http://cvs.wxwindows.org/viewcvs.cgi/wxWindows/contrib/src/fl/

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!