#include <wx/aui/serializer.h>
Description of a docked element layout.
The fields in this struct are shared by wxAuiPaneLayoutInfo and wxAuiTabLayoutInfo 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.
Public Attributes | |
int | dock_direction = wxAUI_DOCK_LEFT |
Direction of the dock containing the pane. More... | |
int | dock_layer = 0 |
Layer of the dock containing the pane. More... | |
int | dock_row = 0 |
Row of the dock containing the pane. More... | |
int | dock_pos = 0 |
Position of the pane in the dock containing it. More... | |
int | dock_proportion = 0 |
Relative proportion of the dock allocated to this pane. More... | |
int | dock_size = 0 |
Size of the containing dock. More... | |
int wxAuiDockLayoutInfo::dock_direction = wxAUI_DOCK_LEFT |
Direction of the dock containing the pane.
int wxAuiDockLayoutInfo::dock_layer = 0 |
Layer of the dock containing the pane.
int wxAuiDockLayoutInfo::dock_pos = 0 |
Position of the pane in the dock containing it.
int wxAuiDockLayoutInfo::dock_proportion = 0 |
Relative proportion of the dock allocated to this pane.
int wxAuiDockLayoutInfo::dock_row = 0 |
Row of the dock containing the pane.
int wxAuiDockLayoutInfo::dock_size = 0 |
Size of the containing dock.