wxGridCellBoolEditor
MODULE
wxGridCellBoolEditor
MODULE SUMMARY
See external documentation: wxGridCellBoolEditor.
DESCRIPTION
See external documentation: wxGridCellBoolEditor.
This class is derived (and can use functions) from:
wxGridCellEditor
DATA TYPES
EXPORTS
new() -> wxGridCellBoolEditor()
isTrueValue(Value) -> boolean()
Types:
Value = unicode:chardata()
Equivalent to useStringValues([]).
useStringValues(Options::[Option]) -> ok
Types:
Option = {valueTrue, unicode:chardata()} | {valueFalse, unicode:chardata()}
destroy(This::wxGridCellBoolEditor()) -> ok