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

NAME

6       wxGridCellChoiceEditor   -   See  external  documentation:  wxGridCell‐
7       ChoiceEditor.
8

DESCRIPTION

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

DATA TYPES

16         wxGridCellChoiceEditor():
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(Choices) -> wxGridCellChoiceEditor()
25
26              Types:
27
28                 Choices = [unicode:chardata()]
29
30              Equivalent to new(Choices, []).
31
32       new(Choices, Options::[Option]) -> wxGridCellChoiceEditor()
33
34              Types:
35
36                 Choices = [unicode:chardata()]
37                 Option = {allowOthers, boolean()}
38
39              See external documentation.
40
41       setParameters(This, Params) -> ok
42
43              Types:
44
45                 This = wxGridCellChoiceEditor()
46                 Params = unicode:chardata()
47
48              See external documentation.
49
50       destroy(This::wxGridCellChoiceEditor()) -> ok
51
52              Destroys this object, do not use object again
53

AUTHORS

55       <>
56
57
58
59                                    wx 1.9           wxGridCellChoiceEditor(3)
Impressum