wxFrame types

Post here wxCrafter related issues / features / bugs
mnealon
CodeLite Curious
Posts: 5
Joined: Thu Sep 06, 2012 11:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

wxFrame types

Post by mnealon »

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

Re: wxFrame types

Post by eranif »

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