FontButton.this

Creates a new font picker widget.

  1. this(GtkFontButton* gtkFontButton, bool ownedRef)
  2. this()
  3. this(string fontname)
    class FontButton
    this
    (
    string fontname
    )

Parameters

fontname string

Name of font to display in font chooser dialog

Return Value

a new font picker widget.

Throws

ConstructionException GTK+ fails to create the object.

Meta