gtk::grab_get_current
Returns the widget which currently has the keyboard grab.
NULL is returned if there is no active
grab.
Widgets can grab the pointer and keyboard away from other widgets.
This essentially means that the widget becomes "modal"; input goes
only to that widget, and the focus can't be changed to another widget.
A typical reason to grab input is to create a modal dialog;
if a window has the grab, interaction with other windows is blocked.