wxFormBuilder finally supports wxPython

sturlamolden sturlamolden at yahoo.no
Mon Aug 17 07:34:41 EDT 2009


On 16 Aug, 20:32, Nobody <nob... at nowhere.com> wrote:

> Is there a reason to prefer code over XRC?

There is less boilerplate code required. E.g. event handlers are bound
in the GUI builder. You can access GUI objects as attributes of your
Python class. You don't need to request them from an xml. But apart
from that, XRC works well too.



More information about the Python-list mailing list