Hi All,
I've attached a context diff for some modifications I made to filebrowsebutton.py (from wxPython 2.2.0, I don't know how much this has changed) which accomplish the following:
1) FileBrowseButtons will now attempt to match their background color to that of their parent. If this isn't possible, nothing happens.
2) I added an explicit FileBrowseButton.SetBackgroundColour method which also changes the bg color of the label. This was a problem under (at least) windows, where the label's background would keep the old color when the rest of the button changed.
I hope people find this useful.
-greg
diffs.txt (1.68 KB)