Package: gtk

Accessor gtk:font-button-title

Lambda List

gtk:font-button-title (object)

Syntax

(gtk:font-button-title object) => title
(setf (gtk:font-button-title object) title)

Arguments

object -- a gtk:font-button widget
title -- a string containing the font chooser dialog title

Details

The accessor for the title slot of the gtk:font-button class gets or sets the title of the font chooser dialog.

Warning

The gtk:font-button implementation is deprecated since 4.10. Use the gtk:font-dialog-button widget instead.
 

See also

2025-09-29