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)
__init__
(self, *args, **kw)¶__init__ (self)
__init__ (self, state, flags=PG_ITERATE_DEFAULT, property=None, dir=1)
state (wx.propgrid.PropertyGridPageState) –
flags (int) –
property (wx.propgrid.PGProperty) –
dir (int) –
__init__ (self, state, flags, startPos, dir=0)
state (wx.propgrid.PropertyGridPageState) –
flags (int) –
startPos (int) –
dir (int) –
__init__ (self, it)