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

Accessor of the display slot of the gtk:window class. The gtk:window-display function returns the display where the window is displayed. The (setf gtk:window-display) function sets the display. If the window is already mapped, it will be unmapped, and then remapped on the new display.
 

See also

2024-10-2