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 with startup-notification identifier

Details

Accessor of the startup-id slot of the gdk:toplevel class. When using GTK, typically you should use the gtk:window-startup-id function instead of this low-level function.
 

See also

#2023-4-8