AGW Logo

agw_title AuiManager_DCP

A class similar to AuiManager but with a Dummy Center Pane (DCP). The code for this class is still flickery due to the call to wx.CallAfter and the double-update call.

hierarchy Inheritance Diagram

Inheritance diagram for: AuiManager_DCP

Inheritance diagram of AuiManager_DCP


supclasses Known Superclasses


method_summary Methods Summary

__init__
UpdateThis method is called after any number of changes are made to any of the managed panes.
_createDummyPaneCreates a Dummy Center Pane (DCP).
_destroyDummyPaneDestroys the Dummy Center Pane (DCP).

API Class API

class AuiManager_DCP(AuiManager)[source]

A class similar to AuiManager but with a Dummy Center Pane (DCP). The code for this class is still flickery due to the call to wx.CallAfter and the double-update call.



__init__()[source]


Update()[source]

This method is called after any number of changes are made to any of the managed panes. Update must be invoked after AuiManager.AddPane() or AuiManager.InsertPane() are called in order to “realize” or “commit” the changes.

In addition, any number of changes may be made to AuiPaneInfo structures (retrieved with AuiManager.GetPane()), but to realize the changes, Update must be called. This construction allows pane flicker to be avoided by updating the whole layout at one time.

Tree

Table Of Contents

Previous topic

AuiManagerEvent

Next topic

AuiPaneButton