GtkFontSelection
A widget for selecting a font from a list of available fonts.
Object Hierarchy
Description
The GtkFontSelection widget lists the available fonts, styles and
sizes, allowing the user to select a font. It is used in the
GtkFontSelectionDialog widget to provide a
dialog box for selecting fonts.
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() .
Constructors
--
Creates a new font selection widget.
Properties
Use get_property and set_property methods to access these.
font:
The GdkFont that is currently selected.
font-name:
The string that represents this font.
preview-text:
The text to display in order to demonstrate the selected font.