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