 
       wx.propgrid.PGChoiceEntry¶
  wx.propgrid.PGChoiceEntry¶Data of a single wx.propgrid.PGChoices choice.
 Class API¶
 Class API¶wx.propgrid.PGChoiceEntry(PGCell)¶Possible constructors:
PGChoiceEntry()
PGChoiceEntry(other)
PGChoiceEntry(label, value=PG_INVALID_VALUE)
Data of a single PGChoices choice.
__init__(self, *args, **kw)¶__init__ (self)
__init__ (self, other)
| Parameters: | other (wx.propgrid.PGChoiceEntry) – | 
|---|
__init__ (self, label, value=PG_INVALID_VALUE)
| Parameters: | 
 | 
|---|
GetValue(self)¶| Return type: | int | 
|---|
SetValue(self, value)¶| Parameters: | value (int) – | 
|---|