.. 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

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>AuiFloatingFrame</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.aui.AuiFloatingFrame_inheritance.svg" alt="Inheritance diagram of AuiFloatingFrame" usemap="#dummy" class="inheritance"/></center>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.aui.AuiFloatingFrame.html" title="wx.aui.AuiFloatingFrame" alt="" coords="18,466,225,495"/> <area shape="rect" id="node2" href="wx.Frame.html" title="A frame is a window whose size and position can (usually) be changed by the user." alt="" coords="72,389,171,418"/> <area shape="rect" id="node3" href="wx.TopLevelWindow.html" title="wx.TopLevelWindow  is a common base class for wx.Dialog  and wx.Frame." alt="" coords="34,313,209,341"/> <area shape="rect" id="node4" href="wx.NonOwnedWindow.html" title="Common base class for all non-child windows." alt="" coords="26,236,217,265"/> <area shape="rect" id="node5" href="wx.Window.html" title="wx.Window  is the base class for all windows and represents any visible object on screen." alt="" coords="66,159,177,188"/> <area shape="rect" id="node6" href="wx.EvtHandler.html" title="A class that can handle events from the windowing system." alt="" coords="55,82,188,111"/> <area shape="rect" id="node7" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="5,5,104,34"/> <area shape="rect" id="node8" href="wx.Trackable.html" title="Add-on base class for a trackable object." alt="" coords="128,5,251,34"/> </map> 
   </p>
   </div>

|


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



   .. 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




      :rtype: `None`     








   .. 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




      :rtype: `None`     








   .. attribute:: AuiManager

      See :meth:`~wx.aui.AuiFloatingFrame.GetAuiManager`


   .. attribute:: OwnerManager

      See :meth:`~wx.aui.AuiFloatingFrame.GetOwnerManager`

