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 function returns the screen associated with the window. The (setf gtk:window-screen) 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

2024-03-16