Gtk.FontChooserDialog.new
function new(title:String, parent:Gtk.Window):Gtk.Widget {
// Gjs wrapper for gtk_font_chooser_dialog_new()
}Creates a new Gtk.FontChooserDialog.
Since 3.2
- title
Title of the dialog, or null
- parent
Transient parent of the dialog, or null
- Returns
a new Gtk.FontChooserDialog