You probably can't, at least not unless you implement your own paint event handler for the statusbar. It is initializing the pens it uses to draw those lines like this:
and there isn't any public API for changing them. (This is in the generic statusbar class. Platforms using a native statusbar will likely behave differently.)
···
On 3/14/12 7:56 AM, mkeeter wrote:
Hi all,
I'm trying to make a dark themed application, but I can't get rid of
the light
statusbar border.
I've tried using wx.NO_BORDER and wx.SB_FLAT, but to no avail -
it always looks like http://imgur.com/Jsan7 with a light border.