GtkFontSelectionDialog

A standard dialog box to select a font.
Object Hierarchy
GObject
`-- GtkObject
      `-- GtkWidget
            `-- GtkContainer
                  `-- GtkBin
                        `-- GtkWindow
                              `-- GtkDialog
                                    `-- GtkFontSelectionDialog
Description
The GtkFontSelectionDialog provides a standard dialog box which allows the user to select a font. The dialog box implements the GtkFontSelection widget to enable the user to pick a font.
Constructors
GtkFontSelectionDialog (string title);-- Creates a new GtkFontSelectionDialog.
Methods
get_font() Â DEPRECATED. Returns the currently selected font. get_font_name() Â Returns the name of the font currently selected. get_preview_text() Â Returns the currently set preview text. set_font_name() Â Sets the font name being used by the dialog. set_preview_text() Â Sets the preview text to be displayed by the dialog.
Fields
action_area: Â The action_area property of the dialog. apply_button: Â The Apply button widget of the dialog. cancel_button: Â The Cancel button widget of the dialog. fontsel: Â The font selection widget of the dialog. main_vbox: Â The main_vbox property of the dialog. ok_button: Â The Ok button widget of the dialog.