phoenix_title wx.propgrid.PGChoiceEntry

Data of a single wx.propgrid.PGChoices choice.


class_hierarchy Class Hierarchy

Inheritance diagram for class PGChoiceEntry:

method_summary Methods Summary

__init__

GetValue

SetValue


property_summary Properties Summary

Value

See GetValue and SetValue


api Class API

class 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.


Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)

Return type:

None



__init__ (self, other : PGChoiceEntry)

Parameters:

other (wx.propgrid.PGChoiceEntry) –

Return type:

None



__init__ (self, label : str, value: int=PG_INVALID_VALUE)

Parameters:
  • label (string) –

  • value (int) –

Return type:

None





GetValue(self)
Return type:

int



SetValue(self, value : int)
Parameters:

value (int) –

Return type:

None


Properties

Value

See GetValue and SetValue