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 . |
wx.aui.
AuiDockInfo
(object)¶Possible constructors:
AuiDockInfo()
AuiDockInfo(c)
__init__
(self, *args, **kw)¶__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 |
---|
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
.