gtkGrabRemove: gtkGrabRemove

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Removes the grab from the given widget. You have to pair calls to gtkGrabAdd and gtkGrabRemove.

Usage

1
gtkGrabRemove(object)

Arguments

object

The widget which gives up the grab.

Details

If widget does not have the grab, this function does nothing.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkGrabRemove in RGtk2...