Accelerator Maps
Loadable keyboard accelerator specifications
gtkAccelMapAddEntry(accel.path, accel.key, accel.mods)gtkAccelMapLookupEntry(accel.path)gtkAccelMapChangeEntry(accel.path, accel.key, accel.mods, replace)gtkAccelMapForeach(data = NULL, foreach.func)gtkAccelMapLoadFd(fd)gtkAccelMapSaveFd(fd)gtkAccelMapLoadScanner(scanner)gtkAccelMapAddFilter(filter.pattern)gtkAccelMapForeachUnfiltered(data = NULL, foreach.func)gtkAccelMapGet()gtkAccelMapLockPath(accel.path)gtkAccelMapUnlockPath(accel.path)
GObject +----GtkAccelMap
GtkAccelMapundocumented
GtkAccelMapForeach()undocumented
changed(object, accel.path, accel.key, accel.mods, user.data)Notifies of a change in the global accelerator map. The path is also used as the detail for the signal, so it is possible to connect to changed::\varaccel_path. Since 2.4
objectthe global accel map object
accel.paththe path of the accelerator that changed
accel.keythe key value for the new accelerator
accel.modsthe modifier mask for the new accelerator
user.datauser data set when the signal handler was connected.
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.