wx.propgrid.
PropertyGridIterator
(PropertyGridIteratorBase)¶Possible constructors:
PropertyGridIterator() -> None
PropertyGridIterator(state : PropertyGridPageState, flags:
int=PG_ITERATE_DEFAULT, property: Optional[PGProperty]=None, dir: int=1)
-> None
PropertyGridIterator(state : PropertyGridPageState, flags : int,
startPos : int, dir: int=0) -> None
PropertyGridIterator(it : PropertyGridIterator) -> None
__init__
(self, *args, **kw)¶__init__ (self)
None
__init__ (self, state : PropertyGridPageState, flags: int=PG_ITERATE_DEFAULT, property: Optional[PGProperty]=None, dir: int=1)
state (wx.propgrid.PropertyGridPageState) –
flags (int) –
property (wx.propgrid.PGProperty) –
dir (int) –
None
__init__ (self, state : PropertyGridPageState, flags : int, startPos : int, dir: int=0)
state (wx.propgrid.PropertyGridPageState) –
flags (int) –
startPos (int) –
dir (int) –
None
__init__ (self, it : PropertyGridIterator)
None