gtkAccelMapChangeEntry {RGtk2} | R Documentation |
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.
gtkAccelMapChangeEntry(accel.path, accel.key, accel.mods, replace)
|
[character] a valid accelerator path |
|
[numeric] the new accelerator key |
|
[GdkModifierType ] the new accelerator modifiers |
|
[logical] TRUE if other accelerators may be deleted upon conflicts |
[logical] TRUE
if the accelerator could be changed, FALSE
otherwise
Derived by RGtkGen from GTK+ documentation