wx.aui.AuiDockLayoutInfo¶Description of a docked element layout.
The fields in this struct are shared by wx.aui.AuiPaneLayoutInfo and wx.aui.AuiTabLayoutInfo and contain information about the layout of a docked pane or tab layout.
Note that when saving the objects of this type, fields that have the value of 0 can be omitted, as this is their default value in any case (except for dock_direction which is never 0), to make the serialized representation more compact.
Added in version 4.3/wxWidgets-3.3.0.
Class Hierarchy¶
Inheritance diagram for class AuiDockLayoutInfo:
Known Subclasses¶wx.aui.AuiPaneLayoutInfo, wx.aui.AuiTabLayoutInfo
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 |
Class API¶Description of a docked element layout.
A public C++ attribute of type int. Direction of the dock containing the pane.
A public C++ attribute of type int. Layer of the dock containing the pane.
A public C++ attribute of type int. Position of the pane in the dock containing it.
A public C++ attribute of type int. Relative proportion of the dock allocated to this pane.
A public C++ attribute of type int. Row of the dock containing the pane.
A public C++ attribute of type int. Size of the containing dock.