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…)
Entries tagged with “XRC”.
Thu 28 Oct 2010
wxPython: An XRCed Tutorial
Posted by Mike under Cross-Platform, Python, wxPython
1 Comment
Tue 11 May 2010
wxPython: An Introduction to XRC
Posted by Mike under Cross-Platform, Python, wxPython
[5] Comments
Have you ever wondered if you could create a wxPython program using XML? Well, I never did either, but there is a way and its name is XRC. In fact, wxPython comes with an editor called XRCed that you can use to layout your GUI and generate the XML code with. In this article, we’ll give you a quick walk-through of XRC and how to use it to create a couple GUI skeletons. We will look at two examples that use only XRC controls and then a third that mixes in some additional non-XRC widgets. (more…)
