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

NAME

6       wxGridCellNumberEditor - Functions for wxGridCellNumberEditor class
7

DESCRIPTION

9       Grid cell editor for numeric integer data.
10
11       See:  wxGridCellEditor, wxGridCellAutoWrapStringEditor (not implemented
12       in wx), wxGridCellBoolEditor, wxGridCellChoiceEditor, wxGridCellEnumEd‐
13       itor (not implemented in wx), wxGridCellFloatEditor, wxGridCellTextEdi‐
14       tor, wxGridCellDateEditor (not implemented in wx)
15
16       This class is derived (and can use functions) from:  wxGridCellTextEdi‐
17       tor wxGridCellEditor
18
19       wxWidgets docs: wxGridCellNumberEditor
20

DATA TYPES

22       wxGridCellNumberEditor() = wx:wx_object()
23

EXPORTS

25       new() -> wxGridCellNumberEditor()
26
27       new(Options :: [Option]) -> wxGridCellNumberEditor()
28
29              Types:
30
31                 Option = {min, integer()} | {max, integer()}
32
33              Allows you to specify the range for acceptable data.
34
35              Values  equal  to -1 for both min and max indicate that no range
36              checking should be done.
37
38       getValue(This) -> unicode:charlist()
39
40              Types:
41
42                 This = wxGridCellNumberEditor()
43
44              Returns the value currently in the editor control.
45
46       setParameters(This, Params) -> ok
47
48              Types:
49
50                 This = wxGridCellNumberEditor()
51                 Params = unicode:chardata()
52
53              Parameters string format is "min,max".
54
55       destroy(This :: wxGridCellNumberEditor()) -> ok
56
57              Destroys the object.
58
59
60
61wxWidgets team.                     wx 2.1           wxGridCellNumberEditor(3)
Impressum