gtkLabelSetMarkup {RGtk2} | R Documentation |
Parses str
which is marked up with the Pango text markup language, setting the
label's text and attribute list based on the parse results. If the str
is
external data, you may need to escape it with gMarkupEscapeText()
or
gMarkupPrintfEscaped()
:
# RGtk2 does not currently support GMarkup
gtkLabelSetMarkup(object, str)
|
[GtkLabel ] a GtkLabel |
|
[character] a markup string (see Pango markup format) |
Derived by RGtkGen from GTK+ documentation