thetimelineproj / humblewx

Library that simplifies creating user interfaces with wxPython.
http://humblewx.readthedocs.org/en/latest/
GNU General Public License v3.0
8 stars 2 forks source link

Is this library reinventing XRC? #10

Open rickardlindberg opened 9 years ago

rickardlindberg commented 9 years ago

A comment:

Are you not familiar with the XRC concept in wxWidgets, which allows you to define your dialog layout in XML and have the GUI automatically constructed?

Some reference links about XRC:

rickardlindberg commented 9 years ago

After a quick look I feel there are subtle differences. One solution would be to document these differences and point out why this library still has value.

One of those is that the XML in this library is more readable (in my opinion). It seems common to use a GUI tool to design dialogs with XRC, but we actually want to write the XML by hand.

rogerlindberg commented 9 years ago

Can XRC use user defined gui components?