views:

60

answers:

2

Hi, i was curious if there is some sort of way to change the look and feel of wxpython to something that is more standardized. I am writing a small application for windows and mac os x. And i noticed that Mac formats the layout and look of my application pretty terribly. I looked around online and could not find anything. Any ideas?

+1  A: 

From http://old.nabble.com/wxPython-Themes-Colors-td20337650.html:

Not really. The default colors are always the platform and/or theme defaults, but some things can be changed by setting the colors of the parent window before creating the children. Not everything works that way however, such as things that use a different setting from the theme than the standard bg or fg color, such as the background color of listbox or textctrl.

Justin Ethier
A: 

Switch to pyqt :)

Brendan Abel