Package: gtk
Accessor gtk-about-dialog-authors
Lambda Listgtk-about-dialog-authors (object) SyntaxArgumentsDetails Accessor of the authors slot of the gtk-about-dialog class. The gtk-about-dialog-authors slot access function returns the strings which are displayed in the authors tab of the secondary credits dialog. The (setf gtk-about-dialog-authors) slot access function sets the strings. Examples(setq about (make-instance 'gtk-about-dialog)) => ABOUT (setf (gtk-about-dialog-artists about) (list "first author" "second author")) => ("first author" "second author") (gtk-about-dialog-artists about) => ("first author" "second author") | See also |
2021-10-6