On Tue, Jul 26, 2011 at 4:16 PM, azrael <jura.gro...@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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to