wx.aui.AuiFloatingFrame¶
Class Hierarchy¶
Methods Summary¶
Returns the embedded wx.aui.AuiManager managing this floating pane’s contents. |
|
Properties Summary¶
See |
|
See |
Class API¶
- class wx.aui.AuiFloatingFrame(Frame)¶
Possible constructors:
AuiFloatingFrame(parent, ownerMgr, pane, id=ID_ANY, style=RESIZE_BORDER| SYSTEM_MENU|CAPTION|FRAME_NO_TASKBAR|FRAME_FLOAT_ON_PARENT|CLIP_CHILDREN ) -> None
Methods¶
- __init__(self, parent, ownerMgr, pane, id=ID_ANY, style=RESIZE_BORDER | SYSTEM_MENU | CAPTION | FRAME_NO_TASKBAR | FRAME_FLOAT_ON_PARENT | CLIP_CHILDREN)¶
- Parameters:
parent (wx.Window)
ownerMgr (wx.aui.AuiManager)
pane (wx.aui.AuiPaneInfo)
id (wx.WindowID)
style (long)
- Return type:
None
- GetAuiManager(self)¶
Returns the embedded wx.aui.AuiManager managing this floating pane’s contents.
- Return type:
Added in version 4.1/wxWidgets-3.1.5.
- GetOwnerManager(self)¶
- Return type:
- SetPaneWindow(self, pane)¶
- Parameters:
pane (wx.aui.AuiPaneInfo)
- Return type:
None
Properties¶
- AuiManager¶
See
GetAuiManager
- OwnerManager¶
See
GetOwnerManager