.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.aui.AuiFloatingFrame: ========================================================================================================================================== |phoenix_title| **wx.aui.AuiFloatingFrame** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class AuiFloatingFrame:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.aui.AuiFloatingFrame.__init__` :meth:`~wx.aui.AuiFloatingFrame.GetAuiManager` Returns the embedded :ref:`wx.aui.AuiManager` managing this floating pane's contents. :meth:`~wx.aui.AuiFloatingFrame.GetOwnerManager` :meth:`~wx.aui.AuiFloatingFrame.SetPaneWindow` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.aui.AuiFloatingFrame.AuiManager` See :meth:`~wx.aui.AuiFloatingFrame.GetAuiManager` :attr:`~wx.aui.AuiFloatingFrame.OwnerManager` See :meth:`~wx.aui.AuiFloatingFrame.GetOwnerManager` ================================================================================ ================================================================================ | |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 ) .. method:: __init__(self, parent, ownerMgr, pane, id=ID_ANY, style=RESIZE_BORDER|SYSTEM_MENU|CAPTION|FRAME_NO_TASKBAR|FRAME_FLOAT_ON_PARENT|CLIP_CHILDREN) :param `parent`: :type `parent`: wx.Window :param `ownerMgr`: :type `ownerMgr`: wx.aui.AuiManager :param `pane`: :type `pane`: wx.aui.AuiPaneInfo :param `id`: :type `id`: wx.WindowID :param `style`: :type `style`: long .. method:: GetAuiManager(self) Returns the embedded :ref:`wx.aui.AuiManager` managing this floating pane's contents. :rtype: :ref:`wx.aui.AuiManager` .. versionadded:: 4.1/wxWidgets-3.1.5 .. method:: GetOwnerManager(self) :rtype: :ref:`wx.aui.AuiManager` .. method:: SetPaneWindow(self, pane) :param `pane`: :type `pane`: wx.aui.AuiPaneInfo .. attribute:: AuiManager See :meth:`~wx.aui.AuiFloatingFrame.GetAuiManager` .. attribute:: OwnerManager See :meth:`~wx.aui.AuiFloatingFrame.GetOwnerManager`