Hi,
I want to know if I can have my own custom interface in wxPython.
For example, I can make my own window, my own maximize button, etc.
I can replace the default buttons with my buttons, and so on.
Is this possible with wxPython?Give me some answers!
- Xarver
You can show or hide the standard max/min/restore buttons in the title bar by messing with the wx.Frame styles. You can create your own buttons in your window to do anything you want them to, including maximize. There are also Platebuttons and bitmap buttons available if you don't want to just use the native widgets. Some people on the list use DCs to draw their widgets.
If you're talking about skinning though, you'll be better off with another GUI toolkit. I think pyQt or pyGTK (I forget which) allows skinning...
ยทยทยท
-------------------
Mike Driscoll
Blog: http://blog.pythonlibrary.org
Python Extension Building Network: http://www.pythonlibrary.org