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 logo for the about box

Details

The accessor for the logo slot of the gtk:about-dialog class 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

2025-07-29