[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 801
function keybindings_set_item_full( |
var group: TGeanyKeyGroup; |
key_id: gsize; |
key: guint; |
_mod: TGdkModifierType; |
kf_name: Pgchar; |
_label: Pgchar; |
var menu_item: TGtkWidget; |
func: TGeanyKeyBindingFunc; |
pdata: gpointer; |
destroy_notify: TGDestroyNotify |