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

TGeanyKeyGroup

Declaration

Source position: geanybindings.inc line 689

type TGeanyKeyGroup = record

  name: Pgchar;

  

  _label: Pgchar;

  

  callback: TGeanyKeyGroupCallback;

  

  plugin: gboolean;

  

  key_items: PGPtrArray;

  

  plugin_key_count: gsize;

  

  plugin_keys: PGeanyKeyBinding;

  

  cb_func: TGeanyKeyGroupFunc;

  

  cb_data: gpointer;

  

  cb_data_destroy: TGDestroyNotify;

  

end;