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