gtkTooltipsetMarkup {RGtk2} | R Documentation |
Sets the text of the tooltip to be markup
, which is marked up
with the Pango text markup language.
If markup
is NULL
, the label will be hidden.
gtkTooltipsetMarkup(object, markup)
|
[GtkTooltip ] a GtkTooltip |
|
[character] a markup string (see Pango markup format) or NULL |
Since 2.12
Derived by RGtkGen from GTK+ documentation