Method

GtkToolItemset_tooltip_text

since: 2.12

Declaration [src]

void
gtk_tool_item_set_tooltip_text (
  GtkToolItem* tool_item,
  const gchar* text
)

Description [src]

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

Available since: 2.12

Parameters

text

Type: const gchar*

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.