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

TGtkAccelMapForeach

Declaration

Source position: lazgtk3.pas line 2702

type TGtkAccelMapForeach = procedure(

  data: gpointer;

  accel_path: Pgchar;

  accel_key: guint;

  accel_mods: TGdkModifierType;

  changed: gboolean

);