Method

GtkInscriptionset_text

Declaration [src]

void
gtk_inscription_set_text (
  GtkInscription* self,
  const char* text
)

Description [src]

Sets the text to be displayed.

Available since:4.8
Sets propertyGtk.Inscription:text

Parameters

text const char*
 

The text to display.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.