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