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