Data of a single wx.propgrid.PGChoices choice.
wx.propgrid.
PGChoiceEntry
(PGCell)¶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, *args, **kw)¶__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
GetValue
(self)¶int
SetValue
(self, value : int)¶value (int) –
None