I'd like to have my app match the color scheme of the rest of my desktop on
unix. I'm using 2.1.15 but will probably upgrade soon to the upcoming 2.2
I've tried both setting the color in my app explicitly and also using a GTK
theme. Unfortunately, some of the settings don't seem to completely take.
I'm wondering if anyone knows if there are bugs in this part of wxPython or if
I am just doing something wrong.
When I set the .SetForSetBackgroundColour() and SetForegroundColour(FGcolor)
on various components I have the following problems:
* notebook tabs, frame status bar don't get the foreground (text) color set
* the column headers in the list ctrl don't get their bg color set
* neither do scrollbars, etc
-Is there a way to set the colors on the parent window once and have them
trickle down to every child component? Or do you have to set it for
everything individually?
When I use a .gtkrc color theme (no pixmaps) I have these problems:
* Textctls don't get bg, fg, selection-fg color
* Status Bar doesn't receive forground colors
* ListCtrls get selected bg color, but not selected fg color
* Splitter win bars, don't get bg color, etc
I know that the gtk colors work in general since gimp looks fine. So will I
have to use both ways to accomplish this (uggh)?
Thanks if you can help,
-Mike