Method

GtkInscriptionset_attributes

Declaration [src]

void
gtk_inscription_set_attributes (
  GtkInscription* self,
  PangoAttrList* attrs
)

Description [src]

Apply attributes to the inscription text.

These attributes will not be evaluated for sizing the inscription.

Available since:4.8

Parameters

attrs PangoAttrList*
 

A PangoAttrList

 The argument can be NULL.
 The data is owned by the caller of the function.