Package: gtk

Function gtk:accel-map-lookup-entry

Lambda List

gtk:accel-map-lookup-entry (path)

Syntax

(gtk:accel-map-lookup-entry path) => key, mods, flags

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
flags -- an unsigned integer for the accelerator flags if path is known, nil otherwise

Details

Looks up the accelerator entry for path.
 

See also

2025-07-07