Method
GtkStatusIconset_tooltip_markup
deprecated: 3.14 since: 2.16
Declaration [src]
void
gtk_status_icon_set_tooltip_markup (
GtkStatusIcon* status_icon,
const gchar* markup
)
Description [src]
Sets markup as the contents of the tooltip, which is marked up with
the [Pango text markup language][PangoMarkupFormat].
This function will take care of setting GtkStatusIcon:has-tooltip to TRUE
and of the default handler for the GtkStatusIcon::query-tooltip signal.
See also the GtkStatusIcon:tooltip-markup property and gtk_tooltip_set_markup().
Available since: 2.16
Deprecated since: 3.14
Use GNotification and GtkApplication to
provide status notifications; there is no direct replacement
for this function.
| Sets property | Gtk.StatusIcon:tooltip-markup |