Hi, i am trying to build an application using MDI (Multiple Document Interface). I can't seem to find any help on this. Can someone suggest where i can get help?
What about Splitter windows? Are those better than MDI's?
The doc of wxMDIParentFrame, wxMDIChildFrame etc. doesn't help? There should be example also in examples directory.
MDI used for infinite child forms/documents just like MS-word, each child is a document. wxSplitterWindow is just for splitting the form into several panes...
3. Re: MDI frame?
#2443
Posted by: 2003-08-06 15:57:06
OK, I looked at the MDI example and it doesn't look like that is what i want.
I am trying to build a simple application with like control buttons on the left and in the main viewing area there is a set of tabs. Selecting each tab will display different data. (Something like the DevC++ 4.9.8.0 GUI but way way simpler).
Can anyone suggest an approach for this? I think split windows also doesn't really suite what i am trying to do too. Suggestions?