Package: gtk

Function gtk:grab-remove

Lambda List

gtk:grab-remove (widget)

Arguments

widget -- a gtk:widget widget which gives up the grab

Details

Removes the grab from the given widget. You have to pair calls to the gtk:grab-add and gtk:grab-remove functions. If widget does not have the grab, this function does nothing.
 

See also

#2023-3-5