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.
See |
wx.propgrid.
PGVIterator
(object)¶Possible constructors:
PGVIterator() -> None
PGVIterator(it : PGVIterator) -> None
__init__
(self, *args, **kw)¶__init__ (self)
None
__init__ (self, it : PGVIterator)
it (wx.propgrid.PGVIterator) –
None
AtEnd
(self)¶bool
GetProperty
(self)¶Next
(self)¶None
UnRef
(self)¶None
Property
¶See GetProperty