Package: gtk

Accessor gtk:status-icon-screen

Lambda List

gtk:status-icon-screen (object)

Syntax

(gtk:status-icon-screen object) => screen
(setf (gtk:status-icon-screen object) screen)

Arguments

object -- a gtk:status-icon widget
screen -- a gdk:screen object

Details

Accessor of the screen slot of the gtk:status-icon class. The gtk:status-icon-screen function returns the screen associated with the status icon. The (setf gtk:status-icon-screen) function sets the screen. If the icon is already mapped, it will be unmapped, and then remapped on the new screen.

Warning

The gtk:status-icon-screen function has been deprecated since version 3.14 and should not be used in newly written code.
 

See also

#2023-3-27