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 with the name of the program

Details

Accessor of the program-name slot of the gtk:about-dialog class. The gtk:about-dialog-program-name function returns the program name displayed in the about dialog. The (setf gtk:about-dialog-program-name) function sets the program name. If this is not set, it defaults to the return value of the g:application-name function.
 

See also

2024-4-11