I already learned that for some incomprehensible reason the AUINotebook
doesn't expose it's layout manager.
I have a user interface which would load plugins by default into the notebook
container, and then the user can drag and drop and resize the plugin elements
depending on aestehetic / functional preferences and screen sizes. The
program needs to remember size and location of the individual AUI subwindows,
including the ones that have been dragged out of the AUINotebook.
What would be the best way of achieving this? Have tried it many ways, but all
failed.
Horst