Method

GtkWindowGroupget_current_device_grab

since: 3.0

Declaration [src]

GtkWidget*
gtk_window_group_get_current_device_grab (
  GtkWindowGroup* window_group,
  GdkDevice* device
)

Description [src]

Returns the current grab widget for device, or NULL if none.

Available since: 3.0

Parameters

device

Type: GdkDevice

A GdkDevice.

The data is owned by the caller of the method.

Return value

Type: GtkWidget

The grab widget, or NULL.

The returned data is owned by the instance.
The return value can be NULL.