[wxpython-users] Re: Splitter window and TreeCtrl issues (0/1)

Robin Dunn robin at alldunn.com
Tue May 6 10:12:38 PDT 2008


Gertjan Klein wrote:
> One last thing: I haven't been able to make the sash itself visible, no
> matter what combination of flags I've tried. (I once managed to make it
> sort-of visible by making the two panes sunken, but I don't want to do
> that as it is hideously ugly.) Is there a way to influence how the sash
> is displayed that actually does something?

The sash is drawn using the wx.RendererNative class so it is dependent 
on the native style or theme on the platform it is running on, and some 
of them don't draw anything but empty space.  So the best thing to do if 
you want it to be visible is  to ensure that there is some sort of 
border style on the widgets being managed by the splitter.

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



More information about the wxpython-users mailing list