Data of a single wx.propgrid.PGChoices choice.
Possible constructors:
PGChoiceEntry() -> None
PGChoiceEntry(other : PGChoiceEntry) -> None
PGChoiceEntry(label : str, value: int=PG_INVALID_VALUE) -> None
Data of a single PGChoices choice.
__init__ (self)
None
__init__ (self, other : PGChoiceEntry)
other (wx.propgrid.PGChoiceEntry)
None
__init__ (self, label : str, value: int=PG_INVALID_VALUE)
label (string)
value (int)
None
int
value (int)
None