Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Class GTK2.FontSelectionDialog

Inheritance graph
GTK2.G.Object GTK2.G.InitiallyUnowned GTK2.Object GTK2.Widget GTK2.Container GTK2.Bin GTK2.Window GTK2.Dialog GTK2.FontSelectionDialog
Description

The GtkFontSelectionDialog widget is a dialog box for selecting a font.

To set the font which is initially selected, use set_font_name().

To get the selected font use get_font_name().

To change the text which is shown in the preview area, use set_preview_text().

 GTK2.FontSelectionDialog("Select a font")


Inherit Dialog

inherit GTK2.Dialog : Dialog


Method create

GTK2.FontSelectionDialog GTK2.FontSelectionDialog(string title)

Description

Create a new font selection dialog with the specified window title