Phoenix Logo

phoenix_title wx.lib.agw.aui.framemanager.AuiDockingGuideInfo

A class which holds information about VS2005 docking guide windows.


class_hierarchy Class Hierarchy

Inheritance diagram for class AuiDockingGuideInfo:

method_summary Methods Summary

__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.

api 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)

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.