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:pixbuf object with the logo for the about box

Details

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

2024-3-16