wxGridCellEditor

See external documentation: wxGridCellEditor.

See external documentation: wxGridCellEditor.

Types


wxGridCellEditor() = wx:wx_object()

Functions


create(This, Parent, Id, EvtHandler) -> ok

  • This = wxGridCellEditor()
  • Parent = wxWindow() (see module wxWindow)
  • Id = integer()
  • EvtHandler = wxEvtHandler() (see module wxEvtHandler)

See external documentation.

isCreated(This) -> boolean()

  • This = wxGridCellEditor()

See external documentation.

setSize(This, Rect) -> ok

  • This = wxGridCellEditor()
  • Rect = {X::integer(), Y::integer(), W::integer(), H::integer()}

See external documentation.

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 external documentation.

paintBackground(This, RectCell, Attr) -> ok

  • This = wxGridCellEditor()
  • RectCell = {X::integer(), Y::integer(), W::integer(), H::integer()}
  • Attr = wxGridCellAttr() (see module wxGridCellAttr)

This function is deprecated: deprecated function not available in wxWidgets-2.9 and later

See external documentation.

beginEdit(This, Row, Col, Grid) -> ok

  • This = wxGridCellEditor()
  • Row = integer()
  • Col = integer()
  • Grid = wxGrid() (see module wxGrid)

See external documentation.

endEdit(This, Row, Col, Grid) -> boolean()

  • This = wxGridCellEditor()
  • Row = integer()
  • Col = integer()
  • Grid = wxGrid() (see module wxGrid)

This function is deprecated: deprecated function not available in wxWidgets-2.9 and later

See external documentation.

reset(This) -> ok

  • This = wxGridCellEditor()

See external documentation.

startingKey(This, Event) -> ok

  • This = wxGridCellEditor()
  • Event = wxKeyEvent() (see module wxKeyEvent)

See external documentation.

startingClick(This) -> ok

  • This = wxGridCellEditor()

See external documentation.

handleReturn(This, Event) -> ok

  • This = wxGridCellEditor()
  • Event = wxKeyEvent() (see module wxKeyEvent)

See external documentation.