Indicates to the window manager that window is a transient dialog associated with the application window parent. This allows the window manager to do things like center window on parent and keep window above parent.
See Window.setTransientFor if you’re using gtk.Window or gtk.Dialog
another toplevel gdk.Window
Indicates to the window manager that window is a transient dialog associated with the application window parent. This allows the window manager to do things like center window on parent and keep window above parent.
See Window.setTransientFor if you’re using gtk.Window or gtk.Dialog