GtkWindow::modal

Access: Read Only
Type: boolean

true if the window is modal, false if it is not. If a window is modal, the user may not interact with the parent window until the modal window is closed.

Defaults to false.

See also: get_modal() , set_modal()