phoenix_title wx.aui.AuiFloatingFrame


class_hierarchy Class Hierarchy

Inheritance diagram for class AuiFloatingFrame:

method_summary Methods Summary

__init__

GetAuiManager

Returns the embedded wx.aui.AuiManager managing this floating pane’s contents.

GetOwnerManager

SetPaneWindow


api 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
                 )

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


GetAuiManager(self)

Returns the embedded wx.aui.AuiManager managing this floating pane’s contents.

Return type

wx.aui.AuiManager

New in version 4.1/wxWidgets-3.1.5.



GetOwnerManager(self)
Return type

wx.aui.AuiManager



SetPaneWindow(self, pane)
Parameters

pane (wx.aui.AuiPaneInfo) –


Properties

AuiManager

See GetAuiManager



OwnerManager

See GetOwnerManager