Module wxGridCellEditor

See external documentation: wxGridCellEditor.

Description

See external documentation: wxGridCellEditor.

Data Types

wxGridCellEditor()

abstract datatype: wxGridCellEditor()

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.

Function Index

beginEdit/4*See external documentation.
endEdit/4*See external documentation.
handleReturn/2*See external documentation.
isCreated/1*See external documentation.
paintBackground/3*See external documentation.
reset/1*See external documentation.
setSize/2*See external documentation.
show/2*Equivalent to show(This, Show, []).
show/3*See external documentation.
startingClick/1*See external documentation.
startingKey/2*See external documentation.

Function Details

beginEdit/4 *

beginEdit(This::wxGridCellEditor(), Row::integer(), Col::integer(), Grid::wxGrid:wxGrid()) -> ok

See external documentation.

endEdit/4 *

endEdit(This::wxGridCellEditor(), Row::integer(), Col::integer(), Grid::wxGrid:wxGrid()) -> bool()

See external documentation.

handleReturn/2 *

handleReturn(This::wxGridCellEditor(), Event::wxKeyEvent:wxKeyEvent()) -> ok

See external documentation.

isCreated/1 *

isCreated(This::wxGridCellEditor()) -> bool()

See external documentation.

paintBackground/3 *

paintBackground(This::wxGridCellEditor(), RectCell::{X::integer(), Y::integer(), W::integer(), H::integer()}, Attr::wxGridCellAttr:wxGridCellAttr()) -> ok

See external documentation.

reset/1 *

reset(This::wxGridCellEditor()) -> ok

See external documentation.

setSize/2 *

setSize(This::wxGridCellEditor(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> ok

See external documentation.

show/2 *

show(This::wxGridCellEditor(), Show::bool()) -> ok

Equivalent to show(This, Show, []).

show/3 *

show(This::wxGridCellEditor(), Show::bool(), Options::[Option]) -> ok

See external documentation.

startingClick/1 *

startingClick(This::wxGridCellEditor()) -> ok

See external documentation.

startingKey/2 *

startingKey(This::wxGridCellEditor(), Event::wxKeyEvent:wxKeyEvent()) -> ok

See external documentation.


Generated by EDoc, May 26 2008, 12:35:34.