create(This, Parent, Id, EvtHandler) -> ok Types This = wxGridCellEditor() Parent = wxWindow:wxWindow() Id = integer() EvtHandler = wxEvtHandler:wxEvtHandler() See external documentation.
setSize(This, Rect) -> ok Types This = wxGridCellEditor() Rect = {X::integer(), Y::integer(), W::integer(), H::integer()} See external documentation.
show(This, Show) -> ok Types This = wxGridCellEditor() Show = boolean() Equivalent to show(This, Show, []).
show(This, Show, Options::[Option]) -> ok Types This = wxGridCellEditor() Show = boolean() Option = {attr, wxGridCellAttr:wxGridCellAttr()} See external documentation.
paintBackground(This, RectCell, Attr) -> ok Types This = wxGridCellEditor() RectCell = {X::integer(), Y::integer(), W::integer(), H::integer()} Attr = wxGridCellAttr:wxGridCellAttr() This function is deprecated: 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:wxGrid() See external documentation.
endEdit(This, Row, Col, Grid) -> boolean() Types This = wxGridCellEditor() Row = integer() Col = integer() Grid = wxGrid:wxGrid() This function is deprecated: not available in wxWidgets-2.9 and later See external documentation.
startingKey(This, Event) -> ok Types This = wxGridCellEditor() Event = wxKeyEvent:wxKeyEvent() See external documentation.
handleReturn(This, Event) -> ok Types This = wxGridCellEditor() Event = wxKeyEvent:wxKeyEvent() See external documentation.