set_modal_hint
Description:
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. |