wxGridCellChoiceEditor
MODULE
wxGridCellChoiceEditor
MODULE SUMMARY
See external documentation: wxGridCellChoiceEditor.
DESCRIPTION
See external documentation: wxGridCellChoiceEditor.
This class is derived (and can use functions) from:
wxGridCellEditor
DATA TYPES
EXPORTS
new(Choices::[[string()]]) -> wxGridCellChoiceEditor()
Equivalent to new(Choices, []).
new(Choices::[[string()]], Options::[Option]) -> wxGridCellChoiceEditor()
Types:
Option = {allowOthers, bool()}
setParameters(This::wxGridCellChoiceEditor(), Params::string()) -> ok