The members of Gtk.Accel are listed below.
See Also: Inherited members from System.Object
Accel() |
static | GroupsActivate(GLib.Object, uint, Gdk.ModifierType)Finds the first accelerator in any Gtk.AccelGroup. | |
static | GroupsFromObject(GLib.Object)Gets a list of all accel groups which are attached to obj. | |
static | MapAddEntry(string, uint, Gdk.ModifierType)Registers a new accelerator with the global accelerator map. | |
static | MapAddFilter(string)Adds a filter to the global list of accel path filters. | |
static | MapChangeEntry(string, uint, Gdk.ModifierType, bool)Changes the accel_key and accel_mods currently associated with accel_path. | |
static | MapForeach(IntPtr, AccelMapForeach)Loops over the entries in the accelerator. | |
static | MapForeachUnfiltered(IntPtr, AccelMapForeach)Loops over all the entries in the accelerator map, and executes foreach_func on each. | |
static | MapLoad(string)Parses through a file previously saved with k.Accel.MapSave() for accelerator specifications, and propagates them accordingly. | |
static | MapLoadFd(int)Filedescriptor variant of Accel.MapLoad(). | |
static | MapLookupEntry(string, AccelKey)Looks up the accelerator entry for accel_path and fills in key. | |
static | MapSave(string)Saves current accelerator specifications. | |
static | MapSaveFd(int)Filedescriptor variant of Accel.MapSave(). | |