At the begginging I would like to thank you for this library - it's GREAT
Is it possible to add maximize/minimize buttons for non-dockable panes? Right now only panes that are docked have these buttons. Maybe it is possible to modify the code a little and dock non-dockable pane for a time it is maximized so that it would behave like the docked one. And the minimize button should work like that from normal child window - in fact right now it works fine if you select minimize from context menu from pane caption bar, so it shouldn't be a problem I suppose. About the behaviour of maximize button - it should work as maximize in child windows, so the floating pane that has been maximized should be on top of all other panes.
There is one more thing - I'm using wxAUI in the 3D world editor and I couldn't use wxAUI_MGR_ALLOW_ACTIVE_PANE flag because my 3D view gets refreshed every time pane changes which causes ugly flicking. I couldn't disable background erasing for that window, so I assume that it's some wxAUI internal thing. I suppose that the whole pane gets refreshed instead of the active bar only. Is there some workaroud to deal with this? (currently I didn't set the wxAUI_MGR_ALLOW_ACTIVE_PANE flag).
Thanks,
Dominik