[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin' (#fpgeanyplugin)

TGeanyKeyBinding

Declaration

Source position: geanybindings.inc line 712

type TGeanyKeyBinding = record

  key: guint;

  

  mods: TGdkModifierType;

  

  name: Pgchar;

  

  _label: Pgchar;

  

  callback: TGeanyKeyCallback;

  

  menu_item: PGtkWidget;

  

  id: guint;

  

  default_key: guint;

  

  default_mods: TGdkModifierType;

  

  cb_func: TGeanyKeyBindingFunc;

  

  cb_data: gpointer;

  

  cb_data_destroy: TGDestroyNotify;

  

end;