wxGridCellRenderer
See external documentation: wxGridCellRenderer.
See external documentation:
Functions
draw(This, Grid, Attr, Dc, Rect, Row, Col, IsSelected) -> ok
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()
See
getBestSize(This, Grid, Attr, Dc, Row, Col) -> {W::integer(), H::integer()}
This = wxGridCellRenderer()
Grid = wxGrid() (see module wxGrid)
Attr = wxGridCellAttr() (see module wxGridCellAttr)
Dc = wxDC() (see module wxDC)
Row = integer()
Col = integer()
See