.. 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
Inheritance diagram for class PGWindowList:
| |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) 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 .. 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 .. attribute:: Primary See :meth:`~wx.propgrid.PGWindowList.GetPrimary` .. attribute:: Secondary See :meth:`~wx.propgrid.PGWindowList.GetSecondary` and :meth:`~wx.propgrid.PGWindowList.SetSecondary`