I am currently using AUI_MDI, because it seems to handle dockable notebook tabs well. But AUI_DockingWindowMgr seems to have several advantages for me. The demo doesn't make use of notebook tabs unfortunately.
I was wondering if there is any sample code using AUI_DockingWindowMgr with dockable notebook tabs.
Can anyone explain the relationship between AUI_MDI and AUI_DockingWindowMgr? Or point me at a website that explains them well?
I am currently using AUI_MDI, because it seems to handle dockable
notebook tabs well. But AUI_DockingWindowMgr seems to have several
advantages for me. The demo doesn't make use of notebook tabs
unfortunately.
I was wondering if there is any sample code using AUI_DockingWindowMgr
with dockable notebook tabs.
Can anyone explain the relationship between AUI_MDI and
AUI_DockingWindowMgr? Or point me at a website that explains them well?
Unfortunately, wxAUI does not (still) fully integrate tabs and
dockable windows very well. I mean, notebook tabs can be dragged to
create other notebooks and complex layouts, but cannot be floated into
independent frames or docked back in an existing AUI layout. The
patches to do this exist in the Kirix forum, but as far as I know no
one has ever integrated them in wxWidgets.