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

TGtkListBoxSortFunc

Declaration

Source position: lazgtk3.pas line 9438

type TGtkListBoxSortFunc = function(

  row1: PGtkListBoxRow;

  row2: PGtkListBoxRow;

  user_data: gpointer

):gint;