Package: gtk

Function gtk:accel-map-add-entry

Lambda List

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

Arguments

path -- a string for the valid accelerator path
key -- an unsigned integer for the accelerator key
mods -- a gdk:modifier-type value for the accelerator modifiers

Details

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

See also

2025-07-07