.. 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.propgrid.PGWindowList:

==========================================================================================================================================
|phoenix_title|  **wx.propgrid.PGWindowList**
==========================================================================================================================================

Contains a list of editor windows returned by CreateControls. 
          




|

|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>PGWindowList</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.propgrid.PGWindowList_inheritance.svg" alt="Inheritance diagram of PGWindowList" 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.propgrid.PGWindowList.html" title="Contains a list of editor windows returned by CreateControls." alt="" coords="5,5,227,34"/> </map> 
   </p>
   </div>

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.propgrid.PGWindowList.__init__`                                       
:meth:`~wx.propgrid.PGWindowList.GetPrimary`                                     Gets window of primary editor.
:meth:`~wx.propgrid.PGWindowList.GetSecondary`                                   Gets window of secondary editor.
:meth:`~wx.propgrid.PGWindowList.SetSecondary`                                   
================================================================================ ================================================================================


|


|property_summary| Properties Summary
=====================================

================================================================================ ================================================================================
:attr:`~wx.propgrid.PGWindowList.Primary`                                        See :meth:`~wx.propgrid.PGWindowList.GetPrimary`
:attr:`~wx.propgrid.PGWindowList.Secondary`                                      See :meth:`~wx.propgrid.PGWindowList.GetSecondary` and :meth:`~wx.propgrid.PGWindowList.SetSecondary`
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wx.propgrid.PGWindowList(object)

   **Possible constructors**::

       PGWindowList(primary, secondary=None) -> None
       
   
   Contains a list of editor windows returned by CreateControls.



   .. method:: __init__(self, primary, secondary=None)




      :param `primary`: 
      :type `primary`: wx.Window
      :param `secondary`: 
      :type `secondary`: wx.Window




      :rtype: `None`     








   .. method:: GetPrimary(self)

      Gets window of primary editor. 
                 


                

      :rtype: `Window`     







      .. versionadded:: 4.1/wxWidgets-3.1.4  
     








   .. method:: GetSecondary(self)

      Gets window of secondary editor. 
                 


                

      :rtype: `Window`     







      .. versionadded:: 4.1/wxWidgets-3.1.4  
     








   .. method:: SetSecondary(self, secondary)




      :param `secondary`: 
      :type `secondary`: wx.Window




      :rtype: `None`     








   .. attribute:: Primary

      See :meth:`~wx.propgrid.PGWindowList.GetPrimary`


   .. attribute:: Secondary

      See :meth:`~wx.propgrid.PGWindowList.GetSecondary` and :meth:`~wx.propgrid.PGWindowList.SetSecondary`

