Package: gtk

Accessor gtk:about-dialog-comments

Lambda List

gtk:about-dialog-comments (object)

Syntax

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

Arguments

object -- a gtk:about-dialog widget
comments -- a string with comments about the program

Details

Accessor of the comments slot of the gtk:about-dialog class. The gtk:about-dialog-comments function returns the comments string. The (setf gtk:about-dialog-comments) function sets the comments string to display in the about dialog. The string is displayed in a label in the main dialog, thus it should be a short explanation of the main purpose of the program, not a detailed list of features.
 

See also

2024-4-11