A class which holds information about VS2005 docking guide windows.
__init__ |
Default class constructor. |
Assign |
Assigns the properties of the other AuiDockingGuideInfo to self. |
Bottom |
Sets the guide window to bottom docking. |
Center |
Sets the guide window to center docking. |
Centre |
Sets the guide window to centre docking. |
Host |
Hosts a docking guide window. |
Left |
Sets the guide window to left docking. |
Right |
Sets the guide window to right docking. |
Top |
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!
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)¶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.
Parameters: | 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.