Window.setModalHint

void setModalHint(bool modal)

The application can use this hint to tell the window manager that a certain window has modal behaviour. The window manager can use this information to handle modal windows in a special way.

You should only use this on windows for which you have previously called gdk.window.Window.setTransientFor

Parameters

modaltrue if the window is modal, false otherwise.