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
Types:
This = wxGridCellEditor()
RectCell = {X::integer(), Y::integer(), W::integer(), H::integer()}
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()