Package: gtk

Accessor gtk:window-window-position

Lambda List

gtk:window-window-position (object)

Syntax

(gtk:window-window-position object) => position
(setf (gtk:window-window-position object) position)

Arguments

object -- a gtk:window widget
position -- a value of the gtk:window-position enumeration

Details

Accessor of the window-position slot of the gtk:window class. The (setf gtk:window-window-position) function sets a position contraint for this window. If the old or new constraint is the :center-always value, this will also cause the window to be repositioned to satisfy the new constraint.
 

See also

2024-3-16