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)
None
__init__ (self, state : PropertyGridPageState, flags: int=PG_ITERATE_DEFAULT, property: Optional[PGProperty]=None, dir: int=1)
flags (int)
property (wx.propgrid.PGProperty)
dir (int)
None
__init__ (self, state : PropertyGridPageState, flags : int, startPos : int, dir: int=0)
flags (int)
startPos (int)
dir (int)
None
__init__ (self, it : PropertyGridIterator)
None