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

gtk_cell_layout_set_cell_data_func

Declaration

Source position: lazgtk3.pas line 17470

procedure gtk_cell_layout_set_cell_data_func(

  cell_layout: PGtkCellLayout;

  cell: PGtkCellRenderer;

  func: TGtkCellLayoutDataFunc;

  func_data: gpointer;

  destroy_: TGDestroyNotify

);