Method

GtkToolItemset_tooltip_markup

since: 2.12

Declaration [src]

void
gtk_tool_item_set_tooltip_markup (
  GtkToolItem* tool_item,
  const gchar* markup
)

Description [src]

Sets the markup text to be displayed as tooltip on the item. See gtk_widget_set_tooltip_markup().

Available since: 2.12

Parameters

markup

Type: const gchar*

Markup text to be used as tooltip for tool_item.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.