wx.propgrid.PGVIterator¶
PGVIterator¶
Abstract implementation of a simple iterator. Can only be used to iterate in forward order, and only through the entire container. Used to have functions dealing with all properties work with both wx.propgrid.PropertyGrid and wx.propgrid.PropertyGridManager.
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
See |
Class API¶
- class wx.propgrid.PGVIterator(object)¶
Possible constructors:
PGVIterator() -> None PGVIterator(it) -> None
Methods¶
- __init__(self, *args, **kw)¶
-
__init__ (self)
- Return type:
None
__init__ (self, it)
- Parameters:
- Return type:
None
- AtEnd(self)¶
- Return type:
bool
- GetProperty(self)¶
- Return type:
- Next(self)¶
- Return type:
None
- UnRef(self)¶
- Return type:
None
Properties¶
- Property¶
See
GetProperty