gtkGrabRemove {RGtk2}R Documentation

gtkGrabRemove

Description

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

Usage

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


[Package RGtk2 version 2.20.21 Index]