Method

GtkFontSelectionget_preview_text

deprecated: 3.2 

Declaration [src]

const gchar*
gtk_font_selection_get_preview_text (
  GtkFontSelection* fontsel
)

Description [src]

Gets the text displayed in the preview area.

Deprecated since: 3.2

Use GtkFontChooser.

Return value

Type: const gchar*

The text displayed in the preview area. This string is owned by the widget and should not be modified or freed.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.