Boa or Designer?

Yep, Boa has allowed that at least since 0.2.3. I have been doing most of my
GUI construction (so far) by inheriting form wxPanel, populating it with
controls, and then using those extended panels as new widgets. Ability to
inherit helps tremendously with encapsulation and modularization.

Oliver

···

-----Original Message-----
From: Brian Almond [mailto:BAlmond@russreid.com]

DialogBlocks is also the first layout editor I've seen that allows
specification of base classes. (Or does boa support this as well?
Haven't used Boa in awhile.)

Schoenborn, Oliver <Oliver.Schoenborn <at> nrc-cnrc.gc.ca> writes:

Yep, Boa has allowed that at least since 0.2.3. I have been doing most of my
GUI construction (so far) by inheriting form wxPanel, populating it with
controls, and then using those extended panels as new widgets. Ability to
...

Hi,

Could you describe this in a little more detail? Sounds like fun.

-kc