Method

Gtk.Entry.set_attributes

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.

Since the attributes will be applies to text that changes as the user types, it makes most sense to use attributes with unlimited extent.

Sets propertyGtk.Entry:attributes

Parameters

attrs PangoAttrList*
 

a PangoAttrList

 Ownership is not transferred to the callee