gtkAccelMapChangeEntry {RGtk2}R Documentation

gtkAccelMapChangeEntry

Description

Changes the accel.key and accel.mods currently associated with accel.path. Due to conflicts with other accelerators, a change may not always be possible, replace indicates whether other accelerators may be deleted to resolve such conflicts. A change will only occur if all conflicts could be resolved (which might not be the case if conflicting accelerators are locked). Successful changes are indicated by a TRUE return value.

Usage

gtkAccelMapChangeEntry(accel.path, accel.key, accel.mods, replace)

Arguments

accel.path [character] a valid accelerator path
accel.key [numeric] the new accelerator key
accel.mods [GdkModifierType] the new accelerator modifiers
replace [logical] TRUE if other accelerators may be deleted upon conflicts

Value

[logical] TRUE if the accelerator could be changed, FALSE otherwise

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]