wx.grid.GridCellChoiceEditor

Inheritance diagram for wx.grid.GridCellChoiceEditor:



Description

The editor for string data allowing to choose from a list of strings.

Known Subclasses

wx.grid.GridCellEnumEditor

Methods Summary

Class API

Methods

__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