Hello Eran,
Looking at the available options to add to a project, it is obvious that several base styles are missing.
It should be possible to alter your wxFrame based form to one of the other base types :
wxDocParentFrame
wxMDI(Doc)ParentFrame
etc.
Without knowing your code, it should be possible to add a wxChoice to the designer adding the possible options. These could then be used in the wCrafter generated code.
Regards
Malcolm
wxFrame types
-
- CodeLite Curious
- Posts: 5
- Joined: Thu Sep 06, 2012 11:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: wxFrame types
I have to be honest here: I never used Doc/View wxFrame style, I will need to learn the code and update it accordingly
Note that since they have a different XRC handler in wxWidgets, I will probably will need to add it as a different "buttons"
Eran
Note that since they have a different XRC handler in wxWidgets, I will probably will need to add it as a different "buttons"
Eran
Make sure you have read the HOW TO POST thread