I have some questions regarding the Aui module. I am using
wxPython 2.8 release:
-
I want to enforce minimum sizes on the various panes being
managed by the AuiManager. I tried to use the MinSize API on the AuiPaneInfo
class but it doesn’t see to work as expected. -
I have a AuiNotebook object which is being directly
managed by AuiManager. I want the state of the AuiNotebook (meaning how the
various pages in the notebook are split) to be saved when I save the
perspective. It doesn’t seem to be happening right now. Is there a way I
can save the state of the AuiNotebook.
Thanks,
- Adi