Package: gtk

Accessor gtk:font-dialog-button-font-desc

Lambda List

gtk:font-dialog-button-font-desc (object)

Syntax

(gtk:font-dialog-button-font-desc object) => desc
(setf (gtk:font-dialog-button-font-desc object) desc)

Arguments

object -- a gtk:font-dialog-button object
desc -- a pango:font-description instance

Details

The accessor for the font-desc slot of the gtk:font-dialog-button class gets or sets the selected font. This property can be set to give the button its initial font, and it will be updated to reflect the users choice in the font chooser dialog. Listen to the "notify::font-desc" signal to get informed about changes to the buttons font.

Since 4.10
 

See also

#2025-08-13