framemanager.AuiDockingGuideInfo

Inheritance diagram for AuiDockingGuideInfo:


digraph inheritancef31aa3ef58 {
rankdir=LR;
size="8.0, 12.0";
  "framemanager.AuiDockingGuideInfo" [style="setlinewidth(0.5)",URL="#framemanager.AuiDockingGuideInfo",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,height=0.25,shape=box,fontsize=10];
}


Description

A class which holds information about VS2005 docking guide windows.

Class API

Methods

class AuiDockingGuideInfo(other=None)

Bases: object

A class which holds information about VS2005 docking guide windows.

__init__()

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

Parameter:other – another instance of L{AuiDockingGuideInfo}.
Assign(other)

Assigns the properties of the other L{AuiDockingGuideInfo} to self.

Parameter:other – another instance of L{AuiDockingGuideInfo}.
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(h)

Hosts a docking guide window.

Parameter:h – an instance of L{AuiSingleDockingGuide} or L{AuiCenterDockingGuide}.
Left()
Sets the guide window to left docking.
Right()
Sets the guide window to right docking.
Top()
Sets the guide window to top docking.

Table Of Contents

This Page