Package: gdk

Accessor gdk:toplevel-startup-id

Lambda List

gdk:toplevel-startup-id (object)

Syntax

(gdk:toplevel-startup-id object) => startup-id
(setf (gdk:toplevel-startup-id object) startup-id)

Arguments

object -- a gdk:toplevel object
startup-id -- a string for the startup notification identifier

Details

The accessor for the startup-id slot of the gdk:toplevel class gets or sets the startup ID of the surface. When using GTK, typically you should use the gtk:window-startup-id function instead of this low-level function.
 

See also

#2025-08-04