DESCRIPTION
See external documentation: wxGridCellRenderer.
DATA TYPES
-
- wxGridCellRenderer():
-
-
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.
-
EXPORTS
draw(This, Grid, Attr, Dc, Rect, Row, Col, IsSelected) -> ok
-
Types:
-
This = wxGridCellRenderer()
Grid = wxGrid() (see module wxGrid)
Attr = wxGridCellAttr() (see module wxGridCellAttr)
Dc = wxDC() (see module wxDC)
Rect = {X::integer(), Y::integer(), W::integer(), H::integer()}
Row = integer()
Col = integer()
IsSelected = boolean()
-
This = wxGridCellRenderer()
-
See external documentation.
getBestSize(This, Grid, Attr, Dc, Row, Col) -> {W::integer(), H::integer()}
-
Types:
-
This = wxGridCellRenderer()
Grid = wxGrid() (see module wxGrid)
Attr = wxGridCellAttr() (see module wxGridCellAttr)
Dc = wxDC() (see module wxDC)
Row = integer()
Col = integer()
-
This = wxGridCellRenderer()
-
See external documentation.
AUTHORS
<>