Package: gtk

Accessor gtk:window-gravity

Lambda List

gtk:window-gravity (object)

Syntax

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

Arguments

object -- a gtk:window widget
gravity -- a gdk:gravity value with the window gravity

Details

Accessor of the gravity slot of the gtk:window class. Window gravity defines the meaning of coordinates passed to the gtk:window-move function. See the gtk:window-move function and the gdk:gravity enumeration for more details.

The default window gravity is :north-west which will typically do what you mean.
 

See also

2024-3-20