Method

GtkFontSelectionDialogget_preview_text

deprecated: 3.2 

Declaration [src]

const gchar*
gtk_font_selection_dialog_get_preview_text (
  GtkFontSelectionDialog* fsd
)

Description [src]

Gets the text displayed in the preview area.

Deprecated since: 3.2

Use GtkFontChooserDialog.

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.