Package: gdk

Function gdk-window-set-transient-for

Lambda List

gdk-window-set-transient-for (window parent)

Arguments

window -- a toplevel gdk-window object
parent -- another toplevel gdk-window object

Details

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 the function gtk-window-transient-for if you are using gtk-window or gtk-dialog widgets.
 

See also

2020-9-25