Function

Gtkdevice_grab_remove

since: 3.0

Declaration [src]

void
gtk_device_grab_remove (
  GtkWidget* widget,
  GdkDevice* device
)

Description [src]

Removes a device grab from the given widget.

You have to pair calls to gtk_device_grab_add() and gtk_device_grab_remove().

Available since: 3.0

Parameters

widget

Type: GtkWidget

A GtkWidget.

The data is owned by the caller of the function.
device

Type: GdkDevice

A GdkDevice.

The data is owned by the caller of the function.