Package: gtk

Accessor gtk-window-screen

Lambda List

gtk-window-screen (object)

Syntax

(gtk-window-screen object) => screen
(setf (gtk-window-screen object) screen)

Arguments

object -- a gtk-window widget
screen -- a gdk-screen object

Details

Accessor of the screen slot of the gtk-window class.

The gtk-window-screen slot access function returns the screen associated with the window. The (setf gtk-window-screen) slot access function sets the screen where the window is displayed. If the window is already mapped, it will be unmapped, and then remapped on the new screen.
 

See also

2021-9-9