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

TGtkFlowBoxSortFunc

Declaration

Source position: lazgtk3.pas line 7202

type TGtkFlowBoxSortFunc = function(

  child1: PGtkFlowBoxChild;

  child2: PGtkFlowBoxChild;

  user_data: gpointer

):gint;