GtkWindow::get_modal

bool get_modal();

Tells you if the window is modal. A window may be made modal by calling set_modal() .

Modal windows prevent user interaction with other windows of the same application.

See also: set_modal() , modal