gtk-Accelerator-Maps {RGtk2}R Documentation

Accelerator Maps

Description

Loadable keyboard accelerator specifications

Methods and Functions

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)

Hierarchy

  GObject
   +----GtkAccelMap

Structures

GtkAccelMap
undocumented

User Functions

GtkAccelMapForeach(data, accel.path, accel.key, accel.mods, changed)
undocumented

data
[R object]
accel.path
[character]
accel.key
[numeric]
accel.mods
[GdkModifierType]
changed
[logical]

Signals

The (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::accel_path.

Since 2.4

object
[GtkAccelMap] the global accel map object
accel.path
[character] the path of the accelerator that changed
accel.key
[numeric] the key value for the new accelerator
accel.mods
[GdkModifierType] the modifier mask for the new accelerator
user.data
[R object] user data set when the signal handler was connected.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/gtk/gtk-Accelerator-Maps.html


[Package RGtk2 version 2.12.5-3 Index]