phoenix_title wx.aui.AuiPaneLayoutInfo

Description of user-modifiable pane layout information.

This struct is used with wx.aui.AuiSerializer and wx.aui.AuiDeserializer to store the pane layout. Its fields, including the inherited ones from wx.aui.AuiDockLayoutInfo, have the same meaning as the corresponding fields in wx.aui.AuiPaneInfo (with the exception of is_maximized and is_hidden , which rather correspond to the individual bits of its state field), but it doesn’t contain the fields that it wouldn’t make sense to serialize.

Added in version 4.3/wxWidgets-3.3.0.


class_hierarchy Class Hierarchy

Inheritance diagram for class AuiPaneLayoutInfo:

method_summary Methods Summary

__init__

Ctor sets the name, which is always required.


property_summary Properties Summary

floating_pos

A public C++ attribute of type Point . Position of the pane when floating, may be invalid.

floating_size

A public C++ attribute of type Size . Size of the pane when floating, may be invalid.

is_hidden

A public C++ attribute of type bool. True if the pane is currently hidden.

is_maximized

A public C++ attribute of type bool. True if the pane is currently maximized.

name

A public C++ attribute of type string. Unique name of the pane.


api Class API

class wx.aui.AuiPaneLayoutInfo(AuiDockLayoutInfo)

Possible constructors:

AuiPaneLayoutInfo(name) -> None

Description of user-modifiable pane layout information.


Methods

__init__(self, name)

Ctor sets the name, which is always required.

Parameters:

name (string)

Return type:

None


Properties

floating_pos

A public C++ attribute of type Point . Position of the pane when floating, may be invalid.



floating_size

A public C++ attribute of type Size . Size of the pane when floating, may be invalid.



is_hidden

A public C++ attribute of type bool. True if the pane is currently hidden.



is_maximized

A public C++ attribute of type bool. True if the pane is currently maximized.



name

A public C++ attribute of type string. Unique name of the pane.