.TH wxGridCellEditor 3erl "wx 1.9.2" "" "Erlang Module Definition" .SH NAME wxGridCellEditor \- See external documentation: wxGridCellEditor. .SH DESCRIPTION .LP See external documentation: wxGridCellEditor\&. .SH "DATA TYPES" .RS 2 .TP 2 .B wxGridCellEditor(): .RS 2 .LP An object reference, The representation is internal and can be changed without notice\&. It can\&'t be used for comparsion stored on disc or distributed for use on other nodes\&. .RE .RE .SH EXPORTS .LP .B create(This, Parent, Id, EvtHandler) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellEditor() .br Parent = wxWindow:wxWindow() .br Id = integer() .br EvtHandler = wxEvtHandler:wxEvtHandler() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B isCreated(This) -> boolean() .br .RS .LP Types: .RS 3 This = wxGridCellEditor() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B setSize(This, Rect) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellEditor() .br Rect = {X::integer(), Y::integer(), W::integer(), H::integer()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B show(This, Show) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellEditor() .br Show = boolean() .br .RE .RE .RS .LP Equivalent to show(This, Show, [])\&. .RE .LP .B show(This, Show, Options::[Option]) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellEditor() .br Show = boolean() .br Option = {attr, wxGridCellAttr:wxGridCellAttr()} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B paintBackground(This, RectCell, Attr) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellEditor() .br RectCell = {X::integer(), Y::integer(), W::integer(), H::integer()} .br Attr = wxGridCellAttr:wxGridCellAttr() .br .RE .RE .RS .LP \fIThis function is deprecated: \fR\¬ available in wxWidgets-2\&.9 and later .LP See external documentation\&. .RE .LP .B beginEdit(This, Row, Col, Grid) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellEditor() .br Row = integer() .br Col = integer() .br Grid = wxGrid:wxGrid() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B endEdit(This, Row, Col, Grid) -> boolean() .br .RS .LP Types: .RS 3 This = wxGridCellEditor() .br Row = integer() .br Col = integer() .br Grid = wxGrid:wxGrid() .br .RE .RE .RS .LP \fIThis function is deprecated: \fR\¬ available in wxWidgets-2\&.9 and later .LP See external documentation\&. .RE .LP .B reset(This) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellEditor() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B startingKey(This, Event) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellEditor() .br Event = wxKeyEvent:wxKeyEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B startingClick(This) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellEditor() .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B handleReturn(This, Event) -> ok .br .RS .LP Types: .RS 3 This = wxGridCellEditor() .br Event = wxKeyEvent:wxKeyEvent() .br .RE .RE .RS .LP See external documentation\&. .RE .SH AUTHORS .LP .I <>