wx.lib.agw.aui.framemanager.AuiDockingGuideInfo¶
A class which holds information about VS2005 docking guide windows.
Class Hierarchy¶
Methods Summary¶
Default class constructor. |
|
Assigns the properties of the other |
|
Sets the guide window to bottom docking. |
|
Sets the guide window to center docking. |
|
Sets the guide window to centre docking. |
|
Hosts a docking guide window. |
|
Sets the guide window to left docking. |
|
Sets the guide window to right docking. |
|
Sets the guide window to top docking. |
Class API¶
- class AuiDockingGuideInfo(object)¶
A class which holds information about VS2005 docking guide windows.
Methods¶
- __init__(self, other=None)¶
Default class constructor. Used internally, do not call it in your code!
- Parameters:
other – another instance of
AuiDockingGuideInfo
.
- Assign(self, other)¶
Assigns the properties of the other
AuiDockingGuideInfo
to self.- Parameters:
other – another instance of
AuiDockingGuideInfo
.
- Bottom(self) Self ¶
Sets the guide window to bottom docking.
- Center(self) Self ¶
Sets the guide window to center docking.
- Centre(self) Self ¶
Sets the guide window to centre docking.
- Host(self, h) Self ¶
Hosts a docking guide window.
- Parameters:
h – an instance of
AuiDockingGuideWindow
orAuiDockingHintWindow
.
- Left(self) Self ¶
Sets the guide window to left docking.
- Right(self) Self ¶
Sets the guide window to right docking.
- Top(self) Self ¶
Sets the guide window to top docking.