Gtk.FontChooserDialog

const Gtk = imports.gi.Gtk;

let font_chooser_dialog = new Gtk.FontChooserDialog();
  

The Gtk.FontChooserDialog widget is a dialog for selecting a font. It implements the Gtk.FontChooser interface.

<refsect2 id="GtkFontChooserDialog-BUILDER-UI"> <title>GtkFontChooserDialog as GtkBuildable</title> The GtkFontChooserDialog implementation of the GtkBuildable interface exposes the buttons with the names "select_button" and "cancel_button. </refsect2>

Hierarchy

  • GObject.Object
    • GObject.InitiallyUnowned
      • Gtk.Widget
        • Gtk.Container
          • Gtk.Bin
            • Gtk.Window
              • Gtk.Dialog
                • Gtk.FontChooserDialog