.. 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.PropertyGridIterator: ========================================================================================================================================== |phoenix_title| **wx.propgrid.PropertyGridIterator** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class PropertyGridIterator:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.propgrid.PropertyGridIterator.__init__` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.propgrid.PropertyGridIterator(PropertyGridIteratorBase) **Possible constructors**:: PropertyGridIterator() PropertyGridIterator(state, flags=PG_ITERATE_DEFAULT, property=None, dir=1) PropertyGridIterator(state, flags, startPos, dir=0) PropertyGridIterator(it) .. method:: __init__(self, *args, **kw) |overload| Overloaded Implementations: :html:`

` **__init__** `(self)` :html:`

` **__init__** `(self, state, flags=PG_ITERATE_DEFAULT, property=None, dir=1)` :param `state`: :type `state`: wx.propgrid.PropertyGridPageState :param `flags`: :type `flags`: int :param `property`: :type `property`: wx.propgrid.PGProperty :param `dir`: :type `dir`: int :html:`

` **__init__** `(self, state, flags, startPos, dir=0)` :param `state`: :type `state`: wx.propgrid.PropertyGridPageState :param `flags`: :type `flags`: int :param `startPos`: :type `startPos`: int :param `dir`: :type `dir`: int :html:`

` **__init__** `(self, it)` :param `it`: :type `it`: wx.propgrid.PropertyGridIterator :html:`

`