wx.aui.AuiDockInfo¶
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
Class API¶
- class wx.aui.AuiDockInfo(object)¶
Possible constructors:
AuiDockInfo() -> None AuiDockInfo(c) -> None
Methods¶
- __init__(self, *args, **kw)¶
-
__init__ (self)
- Return type:
None
__init__ (self, c)
- Parameters:
- Return type:
None
- 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
.
- 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
.