wxPython uses native widgets wherever possible. It does not really support “themes”. You can change a frame;s opacity, whether or not it has the title bar along the top and how many of those right-hand buttons there are, but that’s about it. If you want to create custom stuff, you’ll almost certainly need to roll your own widgets or draw it using DCs. See pretty much anything in wx.lib for examples of custom widgets.
- Mike
···
On Tuesday, October 30, 2012 1:58:59 PM UTC-5, Romaine wrote:
I’m sorry if this has already been covered in another discussion, if so please link me to it.
My question is how do I customize my frames? For example if I created my own design for a tab in gimp, how do I implement that into the frame and so forth?
Are frames sub-sectioned in various parts that can be customized separately? Or are they designed in a layer sort of fashion?