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

gtk_tree_view_insert_column_with_data_func

Declaration

Source position: lazgtk3.pas line 17077

function gtk_tree_view_insert_column_with_data_func(

  tree_view: PGtkTreeView;

  position: gint;

  title: Pgchar;

  cell: PGtkCellRenderer;

  func: TGtkTreeCellDataFunc;

  data: gpointer;

  dnotify: TGDestroyNotify

):gint;