[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 727
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; |