Method

GtkFontSelectionDialogset_preview_text

deprecated: 3.2 

Declaration [src]

void
gtk_font_selection_dialog_set_preview_text (
  GtkFontSelectionDialog* fsd,
  const gchar* text
)

Description [src]

Sets the text displayed in the preview area.

Deprecated since: 3.2

Use GtkFontChooserDialog.

Parameters

text

Type: const gchar*

The text to display in the preview area.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.