Package: gtk

Function gtk-accel-map-add-entry

Lambda List

gtk-accel-map-add-entry (accel-path accel-key accel-mods)

Arguments

accel-path -- valid accelerator path of type :string
accel-key -- the accelerator key of type :uint
accel-mods -- the accelerator modifiers of type gdk-modifier-type

Details

Registers a new accelerator with the global accelerator map. This function should only be called once per accel-path with the canonical accel-key and accel-mods for this path. To change the accelerator during runtime programatically, use the function gtk-accel-map-change-entry.
 

See also

2020-9-20