Method

GtkActionget_tooltip

deprecated: 3.10 since: 2.16

Declaration [src]

const gchar*
gtk_action_get_tooltip (
  GtkAction* action
)

Description [src]

Gets the tooltip text of action.

Available since: 2.16

Deprecated since: 3.10

Use GAction instead, and get tooltips from associated GtkActionable widgets with gtk_widget_get_tooltip_text()

Gets propertyGtk.Action:tooltip

Return value

Type: const gchar*

The tooltip text.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.