wx.propgrid.PGChoiceEntry
Data of a single wx.propgrid.PGChoices choice.
Class Hierarchy

Inheritance diagram for class
PGChoiceEntry:
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)
Overloaded Implementations:
__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
-
Value
See GetValue and SetValue