开发者

Is there a way to change lookandfeel for wx Python?

开发者 https://www.devze.com 2022-12-24 05:31 出处:网络
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

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 l开发者_StackOverflowayout and look of my application pretty terribly. I looked around online and could not find anything. Any ideas?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号