Method

GtkActionset_tooltip

deprecated: 3.10 since: 2.16

Declaration [src]

void
gtk_action_set_tooltip (
  GtkAction* action,
  const gchar* tooltip
)

Description [src]

Sets the tooltip text on action.

Available since: 2.16

Deprecated since: 3.10

Use GAction instead, and set tooltips on associated GtkActionable widgets with gtk_widget_set_tooltip_text()

Sets propertyGtk.Action:tooltip

Parameters

tooltip

Type: const gchar*

The tooltip text.

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