Version: 3.3.0
wxAuiDockLayoutInfo Struct Reference

#include <wx/aui/serializer.h>

+ Inheritance diagram for wxAuiDockLayoutInfo:

Detailed Description

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.

Since
3.3.0

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...
 

Member Data Documentation

◆ dock_direction

int wxAuiDockLayoutInfo::dock_direction = wxAUI_DOCK_LEFT

Direction of the dock containing the pane.

◆ dock_layer

int wxAuiDockLayoutInfo::dock_layer = 0

Layer of the dock containing the pane.

◆ dock_pos

int wxAuiDockLayoutInfo::dock_pos = 0

Position of the pane in the dock containing it.

◆ dock_proportion

int wxAuiDockLayoutInfo::dock_proportion = 0

Relative proportion of the dock allocated to this pane.

◆ dock_row

int wxAuiDockLayoutInfo::dock_row = 0

Row of the dock containing the pane.

◆ dock_size

int wxAuiDockLayoutInfo::dock_size = 0

Size of the containing dock.