gtkLabelSetAttributes: gtkLabelSetAttributes

Description Usage Arguments Details Note Author(s)

View source: R/gtkFuncs.R

Description

Sets a PangoAttrList; the attributes in the list are applied to the label text.

Usage

1
gtkLabelSetAttributes(object, attrs)

Arguments

object

a GtkLabel

attrs

a PangoAttrList

Details

PLEASE NOTE: The attributes set with this function will be applied and merged with any other attributes previously effected by way of the "use-underline" or "use-markup" properties. While it is not recommended to mix markup strings with manually set attributes, if you must; know that the attributes will be applied to the label after the markup string is parsed.

Note

The attributes set with this function will be applied and merged with any other attributes previously effected by way of the "use-underline" or "use-markup" properties. While it is not recommended to mix markup strings with manually set attributes, if you must; know that the attributes will be applied to the label after the markup string is parsed.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.