Function

Gtkgrab_get_current

since: 3.0

Declaration [src]

GtkWidget*
gtk_grab_get_current (
  void
)

Description [src]

Queries the current grab of the default window group.

Available since: 3.0

Return value

Type: GtkWidget

The widget which currently has the grab or NULL if no grab is active.

The data is owned by the called function.
The return value can be NULL.