.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2018 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

Inheritance diagram for class
PGWindowList:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.propgrid.PGWindowList.__init__`
:meth:`~wx.propgrid.PGWindowList.SetSecondary`
================================================================================ ================================================================================
|
|property_summary| Properties Summary
=====================================
================================================================================ ================================================================================
:attr:`~wx.propgrid.PGWindowList.m_primary` A public C++ attribute of type `~wx.Window` .
:attr:`~wx.propgrid.PGWindowList.m_secondary` A public C++ attribute of type `~wx.Window` .
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.propgrid.PGWindowList(object)
**Possible constructors**::
PGWindowList()
PGWindowList(a)
PGWindowList(a, b)
Contains a list of editor windows returned by CreateControls.
.. method:: __init__(self, *args, **kw)
|overload| Overloaded Implementations:
**~~~**
**__init__** `(self)`
**~~~**
**__init__** `(self, a)`
:param `a`:
:type `a`: wx.Window
**~~~**
**__init__** `(self, a, b)`
:param `a`:
:type `a`: wx.Window
:param `b`:
:type `b`: wx.Window
**~~~**
.. method:: SetSecondary(self, secondary)
:param `secondary`:
:type `secondary`: wx.Window
.. attribute:: m_primary
A public C++ attribute of type `~wx.Window` .
.. attribute:: m_secondary
A public C++ attribute of type `~wx.Window` .