1wxGridCellFloatEditor(3) Erlang Module Definition wxGridCellFloatEditor(3)
2
3
4
6 wxGridCellFloatEditor - Functions for wxGridCellFloatEditor class
7
9 The editor for floating point numbers data.
10
11 See: wxGridCellEditor, wxGridCellAutoWrapStringEditor (not implemented
12 in wx), wxGridCellBoolEditor, wxGridCellChoiceEditor, wxGridCellEnumEd‐
13 itor (not implemented in wx), wxGridCellNumberEditor, wxGridCellTextEd‐
14 itor, wxGridCellDateEditor (not implemented in wx)
15
16 This class is derived (and can use functions) from: wxGridCellEditor
17
18 wxWidgets docs: wxGridCellFloatEditor
19
21 wxGridCellFloatEditor() = wx:wx_object()
22
24 new() -> wxGridCellFloatEditor()
25
26 new(Options :: [Option]) -> wxGridCellFloatEditor()
27
28 Types:
29
30 Option =
31 {width, integer()} |
32 {precision, integer()} |
33 {format, integer()}
34
35 Float cell editor ctor.
36
37 setParameters(This, Params) -> ok
38
39 Types:
40
41 This = wxGridCellFloatEditor()
42 Params = unicode:chardata()
43
44 The parameters string format is "width[,precision[,format]]"
45 where format should be chosen between f|e|g|E|G (f is used by
46 default)
47
48 destroy(This :: wxGridCellFloatEditor()) -> ok
49
50 Destroys the object.
51
52
53
54wxWidgets team. wx 2.2.1 wxGridCellFloatEditor(3)