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) => icon-name
(setf (gtk-about-dialog-logo-icon-name object) icon-name)

Arguments

object -- a gtk-about-dialog widget
icon-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 slot access function returns the icon name displayed as logo in the about dialog. The (setf gtk-about-dialog-logo-icon-name) slot access function sets the pixbuf to be 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

2021-10-6