gtkLabelSetAttributes {RGtk2}R Documentation

gtkLabelSetAttributes

Description

Sets a PangoAttrList; the attributes in the list are applied to the label text. The attributes set with this function will be ignored if the "use_underline" property or the "use_markup" property is TRUE.

Usage

gtkLabelSetAttributes(object, attrs)

Arguments

object [GtkLabel] a GtkLabel
attrs [PangoAttrList] a PangoAttrList

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]