Method

Gtk.FontChooser.set_preview_text

Declaration [src]

void
gtk_font_chooser_set_preview_text (
  GtkFontChooser* fontchooser,
  const char* text
)

Description [src]

Sets the text displayed in the preview area.

The text is used to show how the selected font looks.

Parameters

text const char*
 

the text to display in the preview area

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string