Is it possible to change the border color of a
panel/window? I use wx.SIMPLE_BORDER. I googled a bit
but couldn't find anything.
No, but you can probably work around it by using an exatra window behind the one that you want to have a border that is one pixel larger and that has the bg colour set to what you want the border to be.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!