do you know of a way to include the wx.lib.platebtn.PlateButton widget in an xrc file?
So far, I have only found a way of including widgets that are common to wxWidgets, too, but I think this one is specific to wxpython (I may be wrong, though).
I tried to understand the demo for the XmlResourceHandler, but that is only done for Panels. I couldn't find good tutorials with this specific case either, yet.
I would be grateful for any advice you guys can offer, or a link to a good tutorial.
Thanks a lot.
As I recall, there's a way to define your own widgets in XRC, but I can't quite remember where I read about that. Maybe check out the references at the end of the following article: http://www.blog.pythonlibrary.org/2010/10/28/wxpython-an-xrced-tutorial/
I do know that you can use the XRC editor that comes with wxPython's demo to add an "unknown" control. You may be able to do it that way. See http://wiki.wxpython.org/UsingXmlResources#AttachUnknownControl_and_Control_Size or Robin Dunn's answer here: https://groups.google.com/forum/?fromgroups#!topic/wxPython-users/4VAXC7WldFo