FontSelectionDialog.this

Warning gtk_font_selection_dialog_new has been deprecated since version 3.2 and should not be used in newly-written code. Use GtkFontChooserDialog Creates a new GtkFontSelectionDialog.

  1. this(GtkFontSelectionDialog* gtkFontSelectionDialog)
  2. this(string title)
    class FontSelectionDialog
    this
    (
    string title
    )

Parameters

title string

the title of the dialog window

Throws

ConstructionException GTK+ fails to create the object.

Meta