[][src]Type Definition fltk::table::DrawCellData

type DrawCellData = Box<dyn FnMut(TableContext, i32, i32, i32, i32, i32, i32)>;

Declaration of the type of the draw_cell callback callback args: TableContext, Row: i32, Column: i32, X: i32, Y: i32, Width: i32 and Height: i32