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

NAME

6       wxGridCellEditor - See external documentation: wxGridCellEditor.
7

DESCRIPTION

9       See external documentation: wxGridCellEditor.
10

DATA TYPES

12         wxGridCellEditor():
13
14
15           An  object  reference,  The  representation  is internal and can be
16           changed without notice. It can't be used for comparsion  stored  on
17           disc or distributed for use on other nodes.
18

EXPORTS

20       create(This, Parent, Id, EvtHandler) -> ok
21
22              Types:
23
24                 This = wxGridCellEditor()
25                 Parent = wxWindow:wxWindow()
26                 Id = integer()
27                 EvtHandler = wxEvtHandler:wxEvtHandler()
28
29              See external documentation.
30
31       isCreated(This) -> boolean()
32
33              Types:
34
35                 This = wxGridCellEditor()
36
37              See external documentation.
38
39       setSize(This, Rect) -> ok
40
41              Types:
42
43                 This = wxGridCellEditor()
44                 Rect  =  {X::integer(),  Y::integer(), W::integer(), H::inte‐
45                 ger()}
46
47              See external documentation.
48
49       show(This, Show) -> ok
50
51              Types:
52
53                 This = wxGridCellEditor()
54                 Show = boolean()
55
56              Equivalent to show(This, Show, []).
57
58       show(This, Show, Options::[Option]) -> ok
59
60              Types:
61
62                 This = wxGridCellEditor()
63                 Show = boolean()
64                 Option = {attr, wxGridCellAttr:wxGridCellAttr()}
65
66              See external documentation.
67
68       paintBackground(This, RectCell, Attr) -> ok
69
70              Types:
71
72                 This = wxGridCellEditor()
73                 RectCell = {X::integer(), Y::integer(), W::integer(),  H::in‐
74                 teger()}
75                 Attr = wxGridCellAttr:wxGridCellAttr()
76
77              This  function is deprecated: not available in wxWidgets-2.9 and
78              later
79
80              See external documentation.
81
82       beginEdit(This, Row, Col, Grid) -> ok
83
84              Types:
85
86                 This = wxGridCellEditor()
87                 Row = integer()
88                 Col = integer()
89                 Grid = wxGrid:wxGrid()
90
91              See external documentation.
92
93       endEdit(This, Row, Col, Grid) -> boolean()
94
95              Types:
96
97                 This = wxGridCellEditor()
98                 Row = integer()
99                 Col = integer()
100                 Grid = wxGrid:wxGrid()
101
102              This function is deprecated: not available in wxWidgets-2.9  and
103              later
104
105              See external documentation.
106
107       reset(This) -> ok
108
109              Types:
110
111                 This = wxGridCellEditor()
112
113              See external documentation.
114
115       startingKey(This, Event) -> ok
116
117              Types:
118
119                 This = wxGridCellEditor()
120                 Event = wxKeyEvent:wxKeyEvent()
121
122              See external documentation.
123
124       startingClick(This) -> ok
125
126              Types:
127
128                 This = wxGridCellEditor()
129
130              See external documentation.
131
132       handleReturn(This, Event) -> ok
133
134              Types:
135
136                 This = wxGridCellEditor()
137                 Event = wxKeyEvent:wxKeyEvent()
138
139              See external documentation.
140

AUTHORS

142       <>
143
144
145
146                                  wx 1.9.3.1               wxGridCellEditor(3)
Impressum