Inheritance diagram for AuiCenterDockingGuide:
A docking guide window for multiple docking hint (diamond-shaped HUD).
Bases: framemanager.AuiDockingGuide
A docking guide window for multiple docking hint (diamond-shaped HUD).
Default class constructor. Used internally, do not call it in your code!
| Parameter: | parent – the AuiCenterDockingGuide parent. |
|---|
Checks if the mouse position is inside the target windows rect.
| Parameters: |
|
|---|
Handles the wx.EVT_ERASE_BACKGROUND event for L{AuiCenterDockingGuide}. This is intentiobnally empty to reduce flickering while drawing.
| Parameter: | event – L{wx.EraseEvent} to be processed. |
|---|
Handles the wx.EVT_PAINT event for L{AuiCenterDockingGuide}.
| Parameter: | event – a L{wx.PaintEvent} to be processed. |
|---|
Updates the docking guides images depending on the mouse position, using focused images if the mouse is inside the docking guide or unfocused images if it is outside.
| Parameter: | pos – a L{wx.Point} mouse position. |
|---|
Sets whether a pane can be docked on top of another to create an automatic L{auibook.AuiNotebook}.
| Parameter: | valid – whether a pane can be docked on top to another to form an automatic L{auibook.AuiNotebook}. |
|---|