Package: gtk

Accessor gtk-about-dialog-logo

Lambda List

gtk-about-dialog-logo (object)

Syntax

(gtk-about-dialog-logo object) => logo
(setf (gtk-about-dialog-logo object) logo)

Arguments

object -- a gtk-about-dialog widget
logo -- a gdk-pixbuf logo for the about box

Details

Accessor of the logo slot of the gtk-about-dialog class.

The gtk-about-dialog-logo slot access function returns the pixbuf displayed as logo in the about dialog. The (setf gtk-about-dialog-logo) slot access function sets the pixbuf. 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