wx.propgrid.PGChoiceEntry¶
Data of a single wx.propgrid.PGChoices choice.
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
Class API¶
- class wx.propgrid.PGChoiceEntry(PGCell)¶
Possible constructors:
PGChoiceEntry() -> None PGChoiceEntry(other) -> None PGChoiceEntry(label, value=PG_INVALID_VALUE) -> None
Data of a single PGChoices choice.
Methods¶
- __init__(self, *args, **kw)¶
-
__init__ (self)
- Return type:
None
__init__ (self, other)
- Parameters:
other (wx.propgrid.PGChoiceEntry)
- Return type:
None
__init__ (self, label, value=PG_INVALID_VALUE)
- Parameters:
label (string)
value (int)
- Return type:
None
- GetValue(self)¶
- Return type:
int
- SetValue(self, value)¶
- Parameters:
value (int)
- Return type:
None
Properties¶