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 = chardata() (see module unicode)
Equivalent to useStringValues([]).
useStringValues(Options::[Option]) -> ok
Types:
Option = {valueTrue, chardata() (see module unicode)} | {valueFalse, chardata() (see module unicode)}