Method
GtkWindowGroupget_current_grab
since: 2.22
Declaration [src]
GtkWidget*
gtk_window_group_get_current_grab (
GtkWindowGroup* window_group
)
Description [src]
Gets the current grab widget of the given group, see gtk_grab_add().
Available since: 2.22
Return value
Type: GtkWidget
The current grab widget of the group.
The returned data is owned by the instance. |