wxGridCellEditor
MODULE
wxGridCellEditor
MODULE SUMMARY
See external documentation: wxGridCellEditor.
DESCRIPTION
See external documentation: wxGridCellEditor.
DATA TYPES
EXPORTS
isCreated(This::wxGridCellEditor()) -> bool()
show(This::wxGridCellEditor(), Show::bool()) -> ok
Equivalent to show(This, Show, []).
show(This::wxGridCellEditor(), Show::bool(), Options::[Option]) -> ok
Types:
Option = {attr, wxGridCellAttr() (see module wxGridCellAttr)}
reset(This::wxGridCellEditor()) -> ok
startingKey(This::wxGridCellEditor(), Event::wxKeyEvent() (see module wxKeyEvent)) -> ok
startingClick(This::wxGridCellEditor()) -> ok
handleReturn(This::wxGridCellEditor(), Event::wxKeyEvent() (see module wxKeyEvent)) -> ok