phoenix_title wx.propgrid.PropertyGridIterator


class_hierarchy Class Hierarchy

Inheritance diagram for class PropertyGridIterator:

method_summary Methods Summary

__init__


api Class API

class 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

Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)

Return type:

None



__init__ (self, state : PropertyGridPageState, flags: int=PG_ITERATE_DEFAULT, property: Optional[PGProperty]=None, dir: int=1)

Parameters:
Return type:

None



__init__ (self, state : PropertyGridPageState, flags : int, startPos : int, dir: int=0)

Parameters:
Return type:

None



__init__ (self, it : PropertyGridIterator)

Parameters:

it (wx.propgrid.PropertyGridIterator) –

Return type:

None