[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkCellAllocCallback

Declaration

Source position: lazgtk3.pas line 4374

type TGtkCellAllocCallback = function(

  renderer: PGtkCellRenderer;

  cell_area: PGdkRectangle;

  cell_background: PGdkRectangle;

  data: gpointer

):gboolean;