Thu 28 Oct 2010
wxPython: An XRCed Tutorial
Posted by Mike under Cross-Platform, Python, wxPython
1 Comment
If you’re new to wxPython but not new to XML, you might find this article useful to you. Why? Because wxPython supports XRC, an XML file format that describes the GUI in XML, duh. In fact, wxPython’s Documentation & Demos package includes an editor just for creating and manipulating these files that is called, XRCed. This article will take you on a journey to see XRCed’s features and general usage. (more…)

