Page 1 of 1

Sizer as members

Posted: Sun Sep 16, 2012 4:42 pm
by frank_frl
Hi Eran,

I found no way to add any sizer as class member. All other controls seem to be added as members, what is actually not always necessary. Maybe you could add a checkbox to switch between member and local generation.

Regards

Frank

Re: Sizer as members

Posted: Sun Sep 16, 2012 4:59 pm
by eranif
Well, I modeled wxCrafter the way I use wxWidgets..

My idea of sizers is that they should be accessed directly (unless you use 'GetSizer()->...')

I will also add this to my TODO list...

Eran