wxGridCellEditor
(wx)See external documentation: wxGridCellEditor.
See external documentation:
Functions
create(This, Parent, Id, EvtHandler) -> ok
This = wxGridCellEditor()Parent = wxWindow() (see module wxWindow)Id = integer()EvtHandler = wxEvtHandler() (see module wxEvtHandler)
See
isCreated(This) -> boolean()
This = wxGridCellEditor()
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, Option::[Option]) -> ok
This = wxGridCellEditor()Show = boolean()Option = {attr, wxGridCellAttr() (see module wxGridCellAttr)}
See
paintBackground(This, RectCell, Attr) -> ok
This = wxGridCellEditor()RectCell = {X::integer(), Y::integer(), W::integer(), H::integer()}Attr = wxGridCellAttr() (see module wxGridCellAttr)
See
beginEdit(This, Row, Col, Grid) -> ok
This = wxGridCellEditor()Row = integer()Col = integer()Grid = wxGrid() (see module wxGrid)
See
endEdit(This, Row, Col, Grid) -> boolean()
This = wxGridCellEditor()Row = integer()Col = integer()Grid = wxGrid() (see module wxGrid)
See
reset(This) -> ok
This = wxGridCellEditor()
See
startingKey(This, Event) -> ok
This = wxGridCellEditor()Event = wxKeyEvent() (see module wxKeyEvent)
See
startingClick(This) -> ok
This = wxGridCellEditor()
See
handleReturn(This, Event) -> ok
This = wxGridCellEditor()Event = wxKeyEvent() (see module wxKeyEvent)
See