phoenix_title 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 Class Hierarchy

Inheritance diagram for class AuiDockLayoutInfo:

sub_classes Known Subclasses

wx.aui.AuiPaneLayoutInfo, wx.aui.AuiTabLayoutInfo


property_summary Properties Summary

dock_direction

A public C++ attribute of type int. Direction of the dock containing the pane.

dock_layer

A public C++ attribute of type int. Layer of the dock containing the pane.

dock_pos

A public C++ attribute of type int. Position of the pane in the dock containing it.

dock_proportion

A public C++ attribute of type int. Relative proportion of the dock allocated to this pane.

dock_row

A public C++ attribute of type int. Row of the dock containing the pane.

dock_size

A public C++ attribute of type int. Size of the containing dock.


api Class API

class wx.aui.AuiDockLayoutInfo(object)

Description of a docked element layout.


Properties

dock_direction

A public C++ attribute of type int. Direction of the dock containing the pane.



dock_layer

A public C++ attribute of type int. Layer of the dock containing the pane.



dock_pos

A public C++ attribute of type int. Position of the pane in the dock containing it.



dock_proportion

A public C++ attribute of type int. Relative proportion of the dock allocated to this pane.



dock_row

A public C++ attribute of type int. Row of the dock containing the pane.



dock_size

A public C++ attribute of type int. Size of the containing dock.