wx.propgrid.PGAttributeStorage¶
wx.propgrid.PGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e.
a map).
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
See |
Class API¶
- class wx.propgrid.PGAttributeStorage(object)¶
Possible constructors:
PGAttributeStorage() -> None
PGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e.
Methods¶
- __init__(self)¶
- Return type:
None
- FindValue(self, name)¶
- Parameters:
name (string)
- Return type:
PGVariant
- GetCount(self)¶
- Return type:
int
- Set(self, name, value)¶
- Parameters:
name (string)
value (PGVariant)
- Return type:
None
Properties¶