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 for the namend icon to use as the logo

Details

The accessor for the logo-icon-name slot gets or sets the icon name displayed as logo in the about dialog. If it is nil, the default window icon set with the gtk:window-set-default-icon function will be used.
 

See also

2026-06-06