Package: gtk

Accessor gtk:window-display

Lambda List

gtk:window-display (object)

Syntax

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

Arguments

object -- a gtk:window widget
display -- a gdk:display object

Details

The accessor for the display slot of the gtk:window class gets or sets the display where the window is displayed. If the window is already mapped, it will be unmapped, and then remapped on the new display.
 

See also

2025-07-29