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

NAME

6       wxGridCellFloatRenderer  -  See external documentation: wxGridCellFloa‐
7       tRenderer.
8

DESCRIPTION

10       See external documentation: wxGridCellFloatRenderer.
11
12       This class is derived (and can use functions) from:
13       wxGridCellStringRenderer
14       wxGridCellRenderer
15

DATA TYPES

17         wxGridCellFloatRenderer():
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

EXPORTS

25       new() -> wxGridCellFloatRenderer()
26
27              Equivalent to new([]).
28
29       new(Options::[Option]) -> wxGridCellFloatRenderer()
30
31              Types:
32
33                 Option = {width, integer()} | {precision, integer()}
34
35              See external documentation.
36
37       getPrecision(This) -> integer()
38
39              Types:
40
41                 This = wxGridCellFloatRenderer()
42
43              See external documentation.
44
45       getWidth(This) -> integer()
46
47              Types:
48
49                 This = wxGridCellFloatRenderer()
50
51              See external documentation.
52
53       setParameters(This, Params) -> ok
54
55              Types:
56
57                 This = wxGridCellFloatRenderer()
58                 Params = unicode:chardata()
59
60              See external documentation.
61
62       setPrecision(This, Precision) -> ok
63
64              Types:
65
66                 This = wxGridCellFloatRenderer()
67                 Precision = integer()
68
69              See external documentation.
70
71       setWidth(This, Width) -> ok
72
73              Types:
74
75                 This = wxGridCellFloatRenderer()
76                 Width = integer()
77
78              See external documentation.
79
80       destroy(This::wxGridCellFloatRenderer()) -> ok
81
82              Destroys this object, do not use object again
83

AUTHORS

85       <>
86
87
88
89                                  wx 1.9.3.1        wxGridCellFloatRenderer(3)
Impressum