1wxGridCellBoolEditor(3)    Erlang Module Definition    wxGridCellBoolEditor(3)
2
3
4

NAME

6       wxGridCellBoolEditor  -  See external documentation: wxGridCellBoolEdi‐
7       tor.
8

DESCRIPTION

10       See external documentation: wxGridCellBoolEditor.
11
12       This class is derived (and can use functions) from:
13       wxGridCellEditor
14

DATA TYPES

16         wxGridCellBoolEditor():
17
18
19           An object reference, The representation  is  internal  and  can  be
20           changed  without  notice. It can't be used for comparsion stored on
21           disc or distributed for use on other nodes.
22

EXPORTS

24       new() -> wxGridCellBoolEditor()
25
26              See external documentation.
27
28       isTrueValue(Value) -> boolean()
29
30              Types:
31
32                 Value = unicode:chardata()
33
34              See external documentation.
35
36       useStringValues() -> ok
37
38              Equivalent to useStringValues([]).
39
40       useStringValues(Options::[Option]) -> ok
41
42              Types:
43
44                 Option = {valueTrue, unicode:chardata()} | {valueFalse,  uni‐
45                 code:chardata()}
46
47              See external documentation.
48
49       destroy(This::wxGridCellBoolEditor()) -> ok
50
51              Destroys this object, do not use object again
52

AUTHORS

54       <>
55
56
57
58                                   wx 1.8.9            wxGridCellBoolEditor(3)
Impressum