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

TGtkClipboardImageReceivedFunc

Declaration

Source position: lazgtk3.pas line 5348

type TGtkClipboardImageReceivedFunc = procedure(

  clipboard: PGtkClipboard;

  pixbuf: PGdkPixbuf;

  data: gpointer

);