Contents
Introduction
This page is meant to be the end-all/be-all for all information relating to using XRC files, both in C++ and in wxPython. If you have come to this page expecting pure Python or pure C++, you will be heavily disappointed. Both languages are given full attention here.
As of right now, there is very little here. This is meant to simply be a placeholder page to get things started. More will be forthcoming as quickly as possible.
XRC Editors
There is a list on this page: UsingXmlResources
Using XRC with wxPython
Using XRC with wxPython
Opening XRC Files
Embedding XRC Files In Code
Some simple examples can be found here:
A nice introduction: Cross Platfrom Desktop Apps with Python http://yergler.net/talks/desktopapps_uk/ with sample code: http://yergler.net/talks/desktopapps_uk/samples/
Using wxrc
Using pywxrc
Python XML resource compiler pywxrc
Subclassing Controls
Custom Controls
Using XRC with C++
Using XRC with C++
Opening XRC Files
Embedding XRC Files In Code
Using wxrc
Using pywxrc
This is, unfortunately, not possible at this time. Pywxrc is for Python use only.
Subclassing Controls
Custom Controls
XRC resources format specification
Specification
http://docs.wxwidgets.org/trunk/overview_xrcformat.html
wxWidgets Wiki
wxWidgets wiki contains extensive information about XRC file format http://wiki.wxwidgets.org/Using_XML_Resources_with_XRC.
Page Comments
This section is dedicated to User Comments. See TheRules for why this section exists, and why it is down here.