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 slot access function gtk-status-icon-screen returns the screen associated with the status icon. The slot access function (setf gtk-status-icon-screen) sets the screen. If the icon is already mapped, it will be unmapped, and then remapped on the new screen.

Warning

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

See also

2021-7-22