Sizer as members

Post here wxCrafter related issues / features / bugs
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Sizer as members

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Sizer as members

Post 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
Make sure you have read the HOW TO POST thread
Post Reply