**************************** wx.grid.GridCellChoiceEditor **************************** Inheritance diagram for `wx.grid.GridCellChoiceEditor`: | .. inheritance-diagram:: wx.grid.GridCellChoiceEditor | Description =========== The editor for string data allowing to choose from a list of strings. .. seealso:: `wx.grid.GridCellEditor `_, `wx.grid.GridCellFloatEditor `_, `wx.grid.GridCellBoolEditor `_, `wx.grid.GridCellTextEditor `_, `wx.grid.GridCellNumberEditor `_ Derived From ^^^^^^^^^^^^^ * `wx.grid.GridCellEditor `_ Known Subclasses ^^^^^^^^^^^^^^^^ `wx.grid.GridCellEnumEditor` Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(choices=0, allowOthers=False) Default constructor. **Parameters:** * `choices` (list of strings): An array of strings from which the user can choose. * `allowOthers` (bool): If `allowOthers` is ``True``, the user can type a string not in choices array. **Returns:** `wx.grid.GridCellChoiceEditor `_