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

Accessor of the license-type slot of the gtk:about-dialog class. The gtk:about-dialog-license-type function retrieves the license type of type gtk:license. The (setf gtk:about-dialog-license-type) function sets the license of 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

2024-4-11