framemanager.AuiDockInfo
Inheritance diagram for AuiDockInfo:
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.