1wxGridCellNumberEditor(3) Erlang Module Definition wxGridCellNumberEditor(3)
2
3
4
6 wxGridCellNumberEditor - See external documentation: wxGridCellNum‐
7 berEditor.
8
10 See external documentation: wxGridCellNumberEditor.
11
12 This class is derived (and can use functions) from:
13 wxGridCellTextEditor
14 wxGridCellEditor
15
17 wxGridCellNumberEditor():
18
19
20 An object reference, The representation is internal and can be
21 changed without notice. It can't be used for comparsion stored on
22 disc or distributed for use on other nodes.
23
25 new() -> wxGridCellNumberEditor()
26
27 Equivalent to new([]).
28
29 new(Options::[Option]) -> wxGridCellNumberEditor()
30
31 Types:
32
33 Option = {min, integer()} | {max, integer()}
34
35 See external documentation.
36
37 getValue(This) -> unicode:charlist()
38
39 Types:
40
41 This = wxGridCellNumberEditor()
42
43 See external documentation.
44
45 setParameters(This, Params) -> ok
46
47 Types:
48
49 This = wxGridCellNumberEditor()
50 Params = unicode:chardata()
51
52 See external documentation.
53
54 destroy(This::wxGridCellNumberEditor()) -> ok
55
56 Destroys this object, do not use object again
57
59 <>
60
61
62
63 wx 1.8.3 wxGridCellNumberEditor(3)