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

NAME

6       wxGridCellTextEditor - Functions for wxGridCellTextEditor class
7

DESCRIPTION

9       Grid cell editor for string/text data.
10
11       See:  wxGridCellEditor, wxGridCellAutoWrapStringEditor (not implemented
12       in wx), wxGridCellBoolEditor, wxGridCellChoiceEditor, wxGridCellEnumEd‐
13       itor  (not  implemented  in  wx), wxGridCellFloatEditor, wxGridCellNum‐
14       berEditor, wxGridCellDateEditor (not implemented in wx)
15
16       This class is derived (and can use functions) from: wxGridCellEditor
17
18       wxWidgets docs: wxGridCellTextEditor
19

DATA TYPES

21       wxGridCellTextEditor() = wx:wx_object()
22

EXPORTS

24       new() -> wxGridCellTextEditor()
25
26       new(Options :: [Option]) -> wxGridCellTextEditor()
27
28              Types:
29
30                 Option = {maxChars, integer()}
31
32              Text cell editor constructor.
33
34       setParameters(This, Params) -> ok
35
36              Types:
37
38                 This = wxGridCellTextEditor()
39                 Params = unicode:chardata()
40
41              The parameters string format is "n" where n is a  number  repre‐
42              senting the maximum width.
43
44       destroy(This :: wxGridCellTextEditor()) -> ok
45
46              Destroys the object.
47
48
49
50wxWidgets team.                     wx 2.1             wxGridCellTextEditor(3)
Impressum