search for: sashwindowlayout

Displaying 2 results from an estimated 2 matches for "sashwindowlayout".

2007 Nov 13
3
SashWindowLayout design
Hello! I want a SashWindowLayout with 3 small panels (below each other) on the left side and the big remaining area to the right. All walls movable. The approach that I''ve used to get kind of the effect I wanted was to first add the right-side area (right-aligned), then add 2 other top-aligned panels. Which leaves the...
2004 May 01
2
MDI interface with sidepanel
...his. On the WXWidgets mailing list, I saw this recommended: http://cvs.osafoundation.org/index.cgi/osaf/chandler/wxpython/wxPython/demo/MDISashDemo.py?rev=1.1.1.1&content-type=text/vnd.viewcvs-markup It''s an example for how to get exactly this layout using WxPython. However, it uses SashWindowLayout, which isn''t yet implemented in WxRuby - is there some other class I can use to simulate this? TIA alex