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" or :use-markup properties are set to 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.12.5-3 Index]