Package: gdk

Accessor gdk-app-launch-context-display

Lambda List

gdk-app-launch-context-display (object)

Syntax

(gdk-app-launch-context-display object) => display
(setf (gdk-app-launch-context-display object) display)

Arguments

object -- a gdk-app-launch-context object
display -- a gdk-display object

Details

Accessor of the display slot of the gdk-app-launch-context class.

The (setf gdk-app-launch-context-display) slot access function sets the display on which applications will be launched when using this context. See also the gdk-app-launch-context-set-screen function.

Warning

The gdk-app-launch-context-display function has been deprecated since version 3.0 and should not be used in newly written code. Use the gdk-display-app-launch-context function instead.
 

See also

2021-12-11