[Q] dockable window/frame?

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.

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

Any chance of this in wxPython 2.5?

Also, did you see and/or evaluate
http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?11:mss:18556:200304:lonkbkpal
hckekjhkcph

Hugh

Hugh Gibson wrote:

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.

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

Any chance of this in wxPython 2.5?

Yes but probably not any chance at all in the first few 2.5.x releases as I'll be concentrating on other things.

Also, did you see and/or evaluate http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?11:mss:18556:200304:lonkbkpal
hckekjhkcph

I don't think I ever saw the code for it.

ยทยทยท

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