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:paintable object for the logo of the about box

Details

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

See also

2026-06-13