Package: gtk

Accessor gtk:about-dialog-artists

Lambda List

gtk:about-dialog-artists (object)

Syntax

(gtk:about-dialog-artists object) => artists
(setf (gtk:about-dialog-artists object) artists)

Arguments

object -- a gtk:about-dialog widget
artists -- a list of strings for the people who contributed artwork to the program

Details

The accessor for the artists slot of the gtk:about-dialog class gets or sets the people who contributed artwork to the program, as a list of strings. Each string may contain email addresses and URLs, which will be displayed as links.
 

See also

2025-07-29