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()

PGChoiceEntry(other)

PGChoiceEntry(label, value=PG_INVALID_VALUE)

Data of a single PGChoices choice.


Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self)



__init__ (self, other)

Parameters

other (wx.propgrid.PGChoiceEntry) –



__init__ (self, label, value=PG_INVALID_VALUE)

Parameters
  • label (string) –

  • value (int) –





GetValue(self)
Return type

int



SetValue(self, value)
Parameters

value (int) –


Properties

Value

See GetValue and SetValue