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
Sizer as members
-
- CodeLite Expert
- Posts: 176
- Joined: Sun Aug 17, 2008 2:45 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Sizer as members
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
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