1wxGridCellFloatEditor(3) Erlang Module Definition wxGridCellFloatEditor(3)
2
3
4
6 wxGridCellFloatEditor - See external documentation: wxGridCellFloatEdi‐
7 tor.
8
10 See external documentation: wxGridCellFloatEditor.
11
12 This class is derived (and can use functions) from:
13 wxGridCellEditor
14
16 wxGridCellFloatEditor():
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
24 new() -> wxGridCellFloatEditor()
25
26 Equivalent to new([]).
27
28 new(Options::[Option]) -> wxGridCellFloatEditor()
29
30 Types:
31
32 Option = {width, integer()} | {precision, integer()}
33
34 See external documentation.
35
36 setParameters(This, Params) -> ok
37
38 Types:
39
40 This = wxGridCellFloatEditor()
41 Params = unicode:chardata()
42
43 See external documentation.
44
45 destroy(This::wxGridCellFloatEditor()) -> ok
46
47 Destroys this object, do not use object again
48
50 <>
51
52
53
54 wx 1.8.9 wxGridCellFloatEditor(3)