[Top]
GTK
GTK.Window
|
Method GTK.Window()->set_transient_for()
- Method
set_transient_for
GTK.Window set_transient_for(GTK.Window parent)
- Description
Mark this window as a transient window for the parent window.
Most window managers renders transient windows differently (different
borders, sometimes no resize widgets etc)
Useful for short lived dialogs.
|