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 window gravity of the gdk-gravity enumeration

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

2021-9-9