DESCRIPTION
See external documentation: wxGridCellEditor.
DATA TYPES
-
- wxGridCellEditor():
-
-
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
-
EXPORTS
create(This, Parent, Id, EvtHandler) -> ok
-
Types:
-
This = wxGridCellEditor()
Parent = wxWindow() (see module wxWindow)
Id = integer()
EvtHandler = wxEvtHandler() (see module wxEvtHandler)
-
This = wxGridCellEditor()
-
See external documentation.
isCreated(This) -> boolean()
-
Types:
-
This = wxGridCellEditor()
-
This = wxGridCellEditor()
-
See external documentation.
setSize(This, Rect) -> ok
-
Types:
-
This = wxGridCellEditor()
Rect = {X::integer(), Y::integer(), W::integer(), H::integer()}
-
This = wxGridCellEditor()
-
See external documentation.
show(This, Show) -> ok
-
Types:
-
This = wxGridCellEditor()
Show = boolean()
-
This = wxGridCellEditor()
-
Equivalent to show(This, Show, []).
show(This, Show, Options::[Option]) -> ok
-
Types:
-
This = wxGridCellEditor()
Show = boolean()
Option = {attr, wxGridCellAttr() (see module wxGridCellAttr)}
-
This = wxGridCellEditor()
-
See external documentation.
paintBackground(This, RectCell, Attr) -> ok
-
Types:
-
This = wxGridCellEditor()
RectCell = {X::integer(), Y::integer(), W::integer(), H::integer()}
Attr = wxGridCellAttr() (see module wxGridCellAttr)
-
This = wxGridCellEditor()
-
This function is deprecated: deprecated function not available in wxWidgets-2.9 and later
See external documentation.
beginEdit(This, Row, Col, Grid) -> ok
-
Types:
-
This = wxGridCellEditor()
Row = integer()
Col = integer()
Grid = wxGrid() (see module wxGrid)
-
This = wxGridCellEditor()
-
See external documentation.
endEdit(This, Row, Col, Grid) -> boolean()
-
Types:
-
This = wxGridCellEditor()
Row = integer()
Col = integer()
Grid = wxGrid() (see module wxGrid)
-
This = wxGridCellEditor()
-
This function is deprecated: deprecated function not available in wxWidgets-2.9 and later
See external documentation.
reset(This) -> ok
-
Types:
-
This = wxGridCellEditor()
-
This = wxGridCellEditor()
-
See external documentation.
startingKey(This, Event) -> ok
-
Types:
-
This = wxGridCellEditor()
Event = wxKeyEvent() (see module wxKeyEvent)
-
This = wxGridCellEditor()
-
See external documentation.
startingClick(This) -> ok
-
Types:
-
This = wxGridCellEditor()
-
This = wxGridCellEditor()
-
See external documentation.
handleReturn(This, Event) -> ok
-
Types:
-
This = wxGridCellEditor()
Event = wxKeyEvent() (see module wxKeyEvent)
-
This = wxGridCellEditor()
-
See external documentation.
AUTHORS
<>