AGW Logo

agw_title AuiDockingGuideInfo

A class which holds information about VS2005 docking guide windows.

hierarchy Inheritance Diagram

Inheritance diagram for: AuiDockingGuideInfo

Inheritance diagram of AuiDockingGuideInfo


method_summary Methods Summary

__init__Default class constructor.
AssignAssigns the properties of the other AuiDockingGuideInfo to self.
BottomSets the guide window to bottom docking.
CenterSets the guide window to center docking.
CentreSets the guide window to centre docking.
HostHosts a docking guide window.
LeftSets the guide window to left docking.
RightSets the guide window to right docking.
TopSets the guide window to top docking.

API Class API

class AuiDockingGuideInfo(object)[source]

A class which holds information about VS2005 docking guide windows.



__init__(other=None)[source]

Default class constructor. Used internally, do not call it in your code!

Parameters:other – another instance of AuiDockingGuideInfo.


Assign(other)[source]

Assigns the properties of the other AuiDockingGuideInfo to self.

Parameters:other – another instance of AuiDockingGuideInfo.


Bottom()[source]

Sets the guide window to bottom docking.



Center()[source]

Sets the guide window to center docking.



Centre()[source]

Sets the guide window to centre docking.



Host(h)[source]

Hosts a docking guide window.

Parameters:h – an instance of AuiSingleDockingGuide or AuiCenterDockingGuide.


Left()[source]

Sets the guide window to left docking.



Right()[source]

Sets the guide window to right docking.



Top()[source]

Sets the guide window to top docking.

Tree

Table Of Contents

Previous topic

AuiDockingGuide

Next topic

AuiDockingGuideWindow