Method GTK1.Window()->set_transient_for()
- Method set_transient_for
GTK1.Windowset_transient_for(GTK1.Windowparent)- 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.