framemanager.AuiDockInfo

Inheritance diagram for AuiDockInfo:


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


Description

A class to store all properties of a dock.

Class API

Methods

class AuiDockInfo

Bases: object

A class to store all properties of a dock.

__init__()
Default class constructor. Used internally, do not call it in your code!
IsHorizontal()
Returns whether the dock is horizontal or not.
IsOk()

Returns whether a dock is valid or not.

In order to be valid, a dock needs to have a non-zero dock_direction.

IsVertical()
Returns whether the dock is vertical or not.

Table Of Contents

This Page