Package: gtk

Accessor gtk:about-dialog-copyright

Lambda List

gtk:about-dialog-copyright (object)

Syntax

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

Arguments

object -- a gtk:about-dialog widget
copyright -- a string with copyright information

Details

Accessor of the copyright slot of the gtk:about-dialog class. The gtk:about-dialog-copyright function returns the copyright information for the program. The (setf gtk:about-dialog-copyright) function sets the copyright information. This should be a short string of one or two lines.
 

See also

2024-4-11