GtkWidgetClass.grabNotify

Signal emitted when a widget becomes shadowed by a GTK+ grab (not a pointer or keyboard grab) on another widget, or when it becomes unshadowed due to a grab being removed.

struct GtkWidgetClass
extern (C)
void function(GtkWidget* widget, gboolean wasGrabbed) grabNotify;