wx.SplitterWindow and SashColour

Hi,

I can change the background colour of the window but the sash colour stays unchanged.

Is there anyway of changing the sash colour.

Werner

wxPython 2.9.4

IIRC it's using the wx.RendererNative to draw the sash using the native APIs, if so then the colors used are up to the platform and colors set in the wx widget will have no effect.

···

On 11/19/12 3:19 AM, Werner wrote:

Hi,

I can change the background colour of the window but the sash colour
stays unchanged.

Is there anyway of changing the sash colour.

--
Robin Dunn
Software Craftsman