GtkFontButton

The gtk.font_button.FontButton allows to open a font chooser dialog to change the font.

An example GtkFontButton

It is suitable widget for selecting a font in a preference dialog.

CSS nodes

fontbutton
╰── button.font
    ╰── [content]

gtk.font_button.FontButton has a single CSS node with name fontbutton which contains a button node with the .font style class.

More...
struct GtkFontButton

Detailed Description