phoenix_title wx.propgrid.PGChoicesData


class_hierarchy Class Hierarchy

Inheritance diagram for class PGChoicesData:

method_summary Methods Summary

__init__

Clear

CopyDataFrom

GetCount

Insert

Item

~wxPGChoicesData


property_summary Properties Summary

Count

See GetCount


api Class API

class wx.propgrid.PGChoicesData(RefCounter)

Possible constructors:

PGChoicesData() -> None

Methods

__init__(self)
Return type:

None



Clear(self)
Return type:

None



CopyDataFrom(self, data : PGChoicesData)
Parameters:

data (wx.propgrid.PGChoicesData) –

Return type:

None



GetCount(self)
Return type:

int



Insert(self, index : int, item : PGChoiceEntry)
Parameters:
Return type:

wx.propgrid.PGChoiceEntry



Item(self, i : int)
Parameters:

i (int) –

Return type:

wx.propgrid.PGChoiceEntry



~wxPGChoicesData(self)

Properties

Count

See GetCount