Gtk.FontChooser

const Gtk = imports.gi.Gtk;

let font_chooser = new Gtk.FontChooser();
  

Prerequisites

FontChooser requires GObject.Object

Known Implementations

None