Method

GtkInscriptionset_markup

Declaration [src]

void
gtk_inscription_set_markup (
  GtkInscription* self,
  const char* markup
)

Description [src]

Utility function to set the text and attributes to be displayed.

See the GtkInscription:markup property.

Available since:4.8
Sets propertyGtk.Inscription:markup

Parameters

markup const char*
 

The markup to display.

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