gtk.font_chooser_dialog

Module for [FontChooserDialog] class

Types 3

The #GtkFontChooserDialog widget is a dialog for selecting a font. It implements the #GtkFontChooser interface.

GtkFontChooserDialog as GtkBuildable

The GtkFontChooserDialog implementation of the #GtkBuildable interface exposes the buttons with the names “select_button” and “cancel_button”.

Methods
GType _gType() @property
FontChooserDialog self()Returns `this`, for use in `with` statements.
FontChooserDialogGidBuilder builder()Get builder for [gtk.fontchooserdialog.FontChooserDialog] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this(string title = null, gtk.window.Window parent = null)Creates a new #GtkFontChooserDialog.

Fluent builder for [gtk.font_chooser_dialog.FontChooserDialog]