Package: gtk

Accessor gtk:about-dialog-program-name

Lambda List

gtk:about-dialog-program-name (object)

Syntax

(gtk:about-dialog-program-name object) => name
(setf (gtk:about-dialog-program-name object) name)

Arguments

object -- a gtk:about-dialog widget
name -- a string for the name of the program

Details

The accessor for the program-name slot of the gtk:about-dialog class gets or sets the program name displayed in the about dialog. If this is not set, it defaults to the return value of the g:application-name function.
 

See also

2025-07-29