gtkWidgetRemoveAccelerator: gtkWidgetRemoveAccelerator

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Removes an accelerator from widget, previously installed with gtkWidgetAddAccelerator.

Usage

1
gtkWidgetRemoveAccelerator(object, accel.group, accel.key, accel.mods)

Arguments

object

widget to install an accelerator on

accel.group

accel group for this widget

accel.key

GDK keyval of the accelerator

accel.mods

modifier key combination of the accelerator

Value

[logical] whether an accelerator was installed and could be removed

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.