XRC and AGW

Ian Kelly ian.g.kelly at gmail.com
Tue Jul 26 18:32:06 EDT 2011


On Tue, Jul 26, 2011 at 4:16 PM, azrael <jura.grozni at gmail.com> wrote:
> Is there a support in the XRC for building advaced graphics widgets (AGW).

Yes, create an "unknown" control in the XRC and then use the
xrc.AttachUnknownControl method at runtime to swap in whatever widget
you want.

> also another thing. Is ther some sort of module that make it easy to make it easy to make a XRC builder easy. you know, that takes a bit care of the semantics of the xml file

I use xrced, which installs with the wxPython docs and demos.  I
believe that wxFormBuilder can also generate xrc.



More information about the Python-list mailing list