phoenix_title wx.propgrid.PGAttributeStorage

wx.propgrid.PGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e.

a map).


class_hierarchy Class Hierarchy

Inheritance diagram for class PGAttributeStorage:

method_summary Methods Summary

__init__

FindValue

GetCount

Set


property_summary Properties Summary

Count

See GetCount


api Class API

class wx.propgrid.PGAttributeStorage(object)

Possible constructors:

PGAttributeStorage()

PGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e.


Methods

__init__(self)


FindValue(self, name)
Parameters

name (string) –

Return type

PGVariant



GetCount(self)
Return type

int



Set(self, name, value)
Parameters
  • name (string) –

  • value (PGVariant) –


Properties

Count

See GetCount