Package: gtk

Accessor gtk:about-dialog-logo-icon-name

Lambda List

gtk:about-dialog-logo-icon-name (object)

Syntax

(gtk:about-dialog-logo-icon-name object) => name
(setf (gtk:about-dialog-logo-icon-name object) name)

Arguments

object -- a gtk:about-dialog widget
name -- a string with a namend icon to use as the logo

Details

Accessor of the logo-icon-name slot of the gtk:about-dialog class. The gtk:about-dialog-logo-icon-name function returns the icon name displayed as logo in the about dialog. The (setf gtk:about-dialog-logo-icon-name) function sets the icon name.
 

See also

2024-4-11