Sets our main struct and passes it to the parent class.
Creates a new GtkFontChooserDialog.
Get the main Gtk struct
the main Gtk struct as a void*
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Adds an activatable widget to the action area of a GtkDialog.
Adds a button with the given text.
Returns the content area of @dialog.
Returns the header bar of @dialog.
Gets the response id of a widget in the action area of a dialog.
Gets the widget button that uses the given response ID in the action area of a dialog.
Emits the ::response signal with the given response ID.
Sets the default widget for the dialog based on the response ID.
A convenient way to sensitize/desensitize dialog buttons.
Emitted when the user uses a keybinding to close the dialog.
Emitted when an action widget is clicked.
Get the main Gtk struct
the main Gtk struct as a void*
Gets the currently-selected font name.
Gets the currently-selected font.
Gets the PangoFontFace representing the selected font group details (i.e. family, slant, weight, width, etc).
Gets the PangoFontFamily representing the selected font family.
Gets the currently-selected font features.
Gets the custom font map of this font chooser widget, or %NULL if it does not have one.
The selected font size.
Gets the language that is used for font features.
Returns the current level of granularity for selecting fonts.
Gets the text displayed in the preview area.
Returns whether the preview entry is shown or not.
Adds a filter function that decides which fonts to display in the font chooser.
Sets the currently-selected font.
Sets the currently-selected font from @font_desc.
Sets a custom font map to use for this font chooser widget.
Sets the language to use for font features.
Sets the desired level of granularity for selecting fonts.
Sets the text displayed in the preview area.
Shows or hides the editable preview entry.
Emitted when a font is activated.
The GtkFontChooserDialog widget is a dialog for selecting a font.
GtkFontChooserDialog implements the [iface@Gtk.FontChooser] interface and does not provide much API of its own.
To create a GtkFontChooserDialog, use [ctor@Gtk.FontChooserDialog.new].
GtkFontChooserDialog as GtkBuildable
The GtkFontChooserDialog implementation of the GtkBuildable interface exposes the buttons with the names “select_button” and “cancel_button”.