gtkTooltipsetMarkup {RGtk2}R Documentation

gtkTooltipsetMarkup

Description

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.

Usage

gtkTooltipsetMarkup(object, markup)

Arguments

object [GtkTooltip] a GtkTooltip
markup [character] a markup string (see Pango markup format) or NULL

Details

Since 2.12

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]