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

Accessor of the title slot of the gtk:font-button class. The gtk:font-button-title function retrieves the title of the font chooser dialog. The (setf gtk:font-button-title) function sets the title for 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

2023-8-28