gtk-Accelerator-Maps {RGtk2} | R Documentation |
Loadable keyboard accelerator specifications
gtkAccelMapAddEntry(accel.path, accel.key, accel.mods)
gtkAccelMapLookupEntry(accel.path)
gtkAccelMapChangeEntry(accel.path, accel.key, accel.mods, replace)
gtkAccelMapLoad(file.name)
gtkAccelMapSave(file.name)
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
GtkAccelMap
GtkAccelMapForeach(data, accel.path, accel.key, accel.mods, changed)
data
accel.path
accel.key
accel.mods
GdkModifierType
] changed
The (object, accel.path, accel.key, accel.mods, user.data)
Since 2.4
object
GtkAccelMap
] the global accel map objectaccel.path
accel.key
accel.mods
GdkModifierType
] the modifier mask for the new acceleratoruser.data
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/gtk-Accelerator-Maps.html