TableRow.drawCellCallback

void drawCellCallback(DrawCellDelegate dg)

Sets the draw cell callback delegate.

The callback is called whenever a cell, header, or other table element needs to be drawn.

Parameters

dgDelegate to call for drawing
DrawCellDelegate drawCellCallback() @safe nothrow @nogc

Gets the draw cell callback delegate.