wxGridCellEditor
Module
wxGridCellEditor
Module Summary
See external documentation: wxGridCellEditor.
Description
See external documentation: wxGridCellEditor.
DATA TYPES
Exports
create(This, Parent, Id, EvtHandler) -> ok
Types
This = wxGridCellEditor()
Parent = wxWindow:wxWindow()
Id = integer()
EvtHandler = wxEvtHandler:wxEvtHandler()
Types
This = wxGridCellEditor()
Equivalent to show(This, Show, []).
show(This, Show, Options::[Option]) -> ok
paintBackground(This, RectCell, Attr) -> ok
This function is deprecated: deprecated function not available in wxWidgets-2.9 and later
beginEdit(This, Row, Col, Grid) -> ok
endEdit(This, Row, Col, Grid) -> boolean()
This function is deprecated: deprecated function not available in wxWidgets-2.9 and later
Types
This = wxGridCellEditor()
startingKey(This, Event) -> ok
Types
This = wxGridCellEditor()