A class which holds information about VS2005 docking guide windows.
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. |
AuiDockingGuideInfo
(object)¶A class which holds information about VS2005 docking guide windows.
__init__
(self, other=None)¶Default class constructor. Used internally, do not call it in your code!
other – another instance of AuiDockingGuideInfo
.
Assign
(self, other)¶Assigns the properties of the other AuiDockingGuideInfo
to self.
other – another instance of AuiDockingGuideInfo
.
Bottom
(self)¶Sets the guide window to bottom docking.
Center
(self)¶Sets the guide window to center docking.
Centre
(self)¶Sets the guide window to centre docking.
Host
(self, h)¶Hosts a docking guide window.
h – an instance of AuiDockingGuideWindow
or AuiDockingHintWindow
.
Left
(self)¶Sets the guide window to left docking.
Right
(self)¶Sets the guide window to right docking.
Top
(self)¶Sets the guide window to top docking.