Package: gtk

Accessor gtk:about-dialog-documenters

Lambda List

gtk:about-dialog-documenters (object)

Syntax

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

Arguments

object -- a gtk:about-dialog widget
documenters -- a string with the people documenting the program

Details

Accessor of the documenters slot of the gtk:about-dialog class. The gtk:about-dialog-documenters function returns the strings which are displayed in the documenters credits page. The (setf gtk:about-dialog-documenters) function sets the strings. Each string may contain email addresses and URLs, which will be displayed as links.
 

See also

2024-4-11