FontButton.newWithFont

Creates a new font picker widget showing the given font.

More...
class FontButton
static
newWithFont
(
string fontname
)

Parameters

fontname string

Name of font to display in font chooser dialog

Return Value

Type: gtk.font_button.FontButton

a new font picker widget.

Detailed Description