Method

GtkTextget_attributes

Declaration [src]

PangoAttrList*
gtk_text_get_attributes (
  GtkText* self
)

Description [src]

Gets the attribute list that was set on the GtkText.

See gtk_text_set_attributes().

Gets propertyGtk.Text:attributes

Return value

Type: PangoAttrList

The attribute list.

The returned data is owned by the instance.
The return value can be NULL.