gtkLabelSetAttributes {RGtk2} | R Documentation |
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
.
gtkLabelSetAttributes(object, attrs)
|
[GtkLabel ] a GtkLabel |
|
[PangoAttrList ] a PangoAttrList |
Derived by RGtkGen from GTK+ documentation