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¶
Methods Summary¶
Ctor sets the name, which is always required. |
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 |
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.
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.