Method

GtkEntryset_attributes

since: 3.6

Declaration [src]

void
gtk_entry_set_attributes (
  GtkEntry* entry,
  PangoAttrList* attrs
)

Description [src]

Sets a PangoAttrList; the attributes in the list are applied to the entry text.

Available since: 3.6

Sets propertyGtk.Entry:attributes

Parameters

attrs

Type: PangoAttrList

A PangoAttrList.

The data is owned by the caller of the method.