Phoenix Logo

phoenix_title wx.propgrid.EditEnumProperty

wx.propgrid.EnumProperty with String value and writable combo box editor.

Note

Uses int value, similar to wx.propgrid.EnumProperty, unless text entered by user is is not in choices (in which case string value is used).


class_hierarchy Class Hierarchy

Inheritance diagram for class EditEnumProperty:

method_summary Methods Summary

__init__  

api Class API



class wx.propgrid.EditEnumProperty(EnumProperty)

Possible constructors:

EditEnumProperty(label=PG_LABEL, name=PG_LABEL, labels=[], values=[],
                 value="")

EditEnumProperty(label, name, choices, value="")

EnumProperty with string value and writable combo box editor.


Methods



__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self, label=PG_LABEL, name=PG_LABEL, labels=[], values=[], value=””)

Parameters:
  • label (string) –
  • name (string) –
  • labels (list of strings) –
  • values (list of integers) –
  • value (string) –



__init__ (self, label, name, choices, value=””)

Parameters: