 wx.propgrid.PGChoiceEntry¶
 wx.propgrid.PGChoiceEntry¶Data of a single wx.propgrid.PGChoices choice.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class PGChoiceEntry:
Inheritance diagram for class PGChoiceEntry:
 Methods Summary¶
 Methods Summary¶ Properties Summary¶
 Properties Summary¶ Class API¶
 Class API¶Possible constructors:
PGChoiceEntry() -> None
PGChoiceEntry(other) -> None
PGChoiceEntry(label, value=PG_INVALID_VALUE) -> None
Data of a single PGChoices choice.
__init__ (self)
None
__init__ (self, other)
other (wx.propgrid.PGChoiceEntry)
None
__init__ (self, label, value=PG_INVALID_VALUE)
label (string)
value (int)
None
int
value (int)
None