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) -> wxGridCellChoiceEditor()
Types:
Choices = [chardata() (see module unicode)]
Equivalent to new(Choices, []).
new(Choices, Options::[Option]) -> wxGridCellChoiceEditor()
Types:
Choices = [chardata() (see module unicode)]
Option = {allowOthers, boolean()}
setParameters(This, Params) -> ok
Types:
This = wxGridCellChoiceEditor()
Params = chardata() (see module unicode)