jeremy alexander wrote:
I'd like to change the colour of the statusbar.
In the wxpython demo -> Core Windows/Controls -> StatusBar, I added the following statement to the end of the __init():self.SetBackgroundColour("Red")
All this does is change the background colour of the middle field of the status bar (which happens to be a checkbox). Is there any way to change the colour of the text fields?
Not with the native statusbar on Windows. It ignores the color settings for some reason.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!