set_modal_hint


Description:

public void set_modal_hint (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 set_transient_for

Parameters:

this

A toplevel Window

modal

true if the window is modal, false otherwise.