Phoenix Logo

phoenix_title wx.aui.AuiDockInfo


class_hierarchy Class Hierarchy

Inheritance diagram for class AuiDockInfo:


method_summary Methods Summary

__init__  
IsHorizontal  
IsOk  
IsVertical  

property_summary Properties Summary

dock_direction A public C++ attribute of type int.
dock_layer A public C++ attribute of type int.
dock_row A public C++ attribute of type int.
fixed A public C++ attribute of type bool.
min_size A public C++ attribute of type int.
panes A public C++ attribute of type AuiPaneInfoPtrArray.
rect A public C++ attribute of type Rect .
reserved1 A public C++ attribute of type bool.
resizable A public C++ attribute of type bool.
size A public C++ attribute of type int.
toolbar A public C++ attribute of type bool.

api Class API



class wx.aui.AuiDockInfo(object)

Possible constructors:

AuiDockInfo()

AuiDockInfo(c)

Methods



__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)



__init__ (self, c)

Parameters:c (wx.aui.AuiDockInfo) –





IsHorizontal(self)
Return type:bool


IsOk(self)
Return type:bool


IsVertical(self)
Return type:bool

Properties



dock_direction

A public C++ attribute of type int.



dock_layer

A public C++ attribute of type int.



dock_row

A public C++ attribute of type int.



fixed

A public C++ attribute of type bool.



min_size

A public C++ attribute of type int.



panes

A public C++ attribute of type AuiPaneInfoPtrArray.



rect

A public C++ attribute of type Rect .



reserved1

A public C++ attribute of type bool.



resizable

A public C++ attribute of type bool.



size

A public C++ attribute of type int.



toolbar

A public C++ attribute of type bool.