Inheritance diagram for AuiDockingGuideInfo:
A class which holds information about VS2005 docking guide windows.
Bases: object
A class which holds information about VS2005 docking guide windows.
Default class constructor. Used internally, do not call it in your code!
Parameter: | other – another instance of L{AuiDockingGuideInfo}. |
---|
Assigns the properties of the other L{AuiDockingGuideInfo} to self.
Parameter: | other – another instance of L{AuiDockingGuideInfo}. |
---|
Hosts a docking guide window.
Parameter: | h – an instance of L{AuiSingleDockingGuide} or L{AuiCenterDockingGuide}. |
---|