[wx-dev] wxAUI Tabs - first phase
Alex Bligh
alex at alex.org.uk
Mon Aug 7 14:17:06 PDT 2006
Benjamin Williams wrote:
> 1) Multi-Notebook control
> 2) Tabbed MDI
> 3) Full tab integration into wxFrameManager
,,,
> The tabbed MDI is a reworking of wxGenericMDI* for use with
> wxAuiMultiNotebook. This provides a drop-in replacement for the
> normal msw mdi classes.
So one problem here is that they don't seem to share common
derivation with wxMDIParentFrame etc. (so for instance
wxTabMDIParentFrame is derived I think direct from wxFrame).
This makes it all but impossible to use them with wxDocMDIxxx
which is necessary if you want to use the wxDocumentManager
stuff.
Perhaps I've misunderstood the purpose of these particular
tabs.
( All I'm trying to do right now is put close buttons on
my tabs, but squirrelling around brought me here...)
Alex
More information about the wx-dev
mailing list