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


property_summary Properties Summary

AuiManager

See GetAuiManager

OwnerManager

See GetOwnerManager


api Class API

class wx.aui.AuiFloatingFrame(Frame)

Possible constructors:

AuiFloatingFrame(parent : Window, ownerMgr : AuiManager, pane :
                 AuiPaneInfo, id: int=ID_ANY, style: int=RESIZE_BORDER|SYSTEM_MENU|CAPTIO
                 N|FRAME_NO_TASKBAR|FRAME_FLOAT_ON_PARENT|CLIP_CHILDREN) -> None

Methods

__init__(self, parent : Window, ownerMgr : AuiManager, pane : AuiPaneInfo, id: int=ID_ANY, style: int=RESIZE_BORDER|SYSTEM_MENU|CAPTION|FRAME_NO_TASKBAR|FRAME_FLOAT_ON_PARENT|CLIP_CHILDREN)
Parameters:
Return type:

None



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 : AuiPaneInfo)
Parameters:

pane (wx.aui.AuiPaneInfo) –

Return type:

None


Properties

AuiManager

See GetAuiManager



OwnerManager

See GetOwnerManager