Package: gtk

Accessor gtk:about-dialog-license-type

Lambda List

gtk:about-dialog-license-type (object)

Syntax

(gtk:about-dialog-license-type object) => license-type
(setf (gtk:about-dialog-license-type object) license-type)

Arguments

object -- a gtk:about-dialog widget
license-type -- a value of the gtk:license enumeration

Details

The accessor for the license-type slot of the gtk:about-dialog class gets or sets the license of the application showing the about dialog from a list of known licenses. This function overrides the license set using the gtk:about-dialog-license function.
 

See also

2025-07-29