Package: gtk

Function gtk-grab-remove

Lambda List

gtk-grab-remove (widget)

Arguments

widget -- the gtk-widget object which gives up the grab

Details

Removes the grab from the given widget. You have to pair calls to the functions gtk-grab-add and gtk-grab-remove.

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

See also

2020-8-22