wx.propgrid.PGChoicesData¶
Class Hierarchy¶
Methods Summary¶
|
Properties Summary¶
See |
Class API¶
- class wx.propgrid.PGChoicesData(RefCounter)¶
Possible constructors:
PGChoicesData() -> None
Methods¶
- __init__(self)¶
- Return type:
None
- Clear(self)¶
- Return type:
None
- CopyDataFrom(self, data)¶
- Parameters:
data (wx.propgrid.PGChoicesData)
- Return type:
None
- GetCount(self)¶
- Return type:
int
- Insert(self, index, item)¶
- Parameters:
index (int)
item (wx.propgrid.PGChoiceEntry)
- Return type:
- Item(self, i)¶
- Parameters:
i (int)
- Return type:
- ~wxPGChoicesData(self)
- Return type:
None
Properties¶