Package: gtk

Accessor gtk:about-dialog-license

Lambda List

gtk:about-dialog-license (object)

Syntax

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

Arguments

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

Details

Accessor of the license slot of the gtk:about-dialog class. The gtk:about-dialog-license function returns the license information. The (setf gtk:about-dialog-license) function sets the license information to be displayed in the secondary license dialog. If the license argument is nil, the license button is hidden.
 

See also

2024-3-16