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