XRC wrapper classes

Hi All,

   My appologies if this isnt appropriate for the list. I've been doing a bit of work with wxPython and XRC for some projects of mine and have fallen in love with it as a development platform. I have collected some bits and pieces into a small python module I call "XRCWidgets". It provides wrapper classes for wxFrame, wxDialog and wxPanel which automatically load their visual layout from an XRC file. They also allow event handlers to be automatically attached to widgets from the XRC file by defining specially-named methods in the class. Basically, it takes over a lot of the heavy lifting of building a GUI using XRC.

   I get the impression that XRC is becoming more and more popular with wxPython, so I'm posting this in the hope of making a few people's lives that little bit easier :slight_smile:

    http://www.rfk.id.au/software/projects/XRCWidgets/

   Cheers,

      Ryan