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 for comments about the program

Details

The accessor for the comments slot of the gtk:about-dialog class gets or sets the comments 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

2025-07-29