Package: gdk

Accessor gdk:toplevel-transient-for

Lambda List

gdk:toplevel-transient-for (object)

Syntax

(gdk:toplevel-transient-for object) => parent
(setf (gdk:toplevel-transient-for object) parent)

Arguments

object -- a gdk:toplevel object
parent -- a toplevel gdk:surface object

Details

Accessor of the transient-for slot of the gdk:toplevel class. Indicates to the window manager that surface is a transient dialog associated with the application surface parent. This allows the window manager to do things like center surface on parent and keep surface above parent.

See the gtk:window-transient-for function if you are using gtk:window or gtk:dialog widgets.
 

See also

#2023-4-8