Method

GtkEntryset_icon_tooltip_markup

since: 2.16

Declaration [src]

void
gtk_entry_set_icon_tooltip_markup (
  GtkEntry* entry,
  GtkEntryIconPosition icon_pos,
  const gchar* tooltip
)

Description [src]

Sets tooltip as the contents of the tooltip for the icon at the specified position. tooltip is assumed to be marked up with the [Pango text markup language][PangoMarkupFormat].

Use NULL for tooltip to remove an existing tooltip.

See also gtk_widget_set_tooltip_markup() and gtk_entry_set_icon_tooltip_text().

Available since: 2.16

Parameters

icon_pos

Type: GtkEntryIconPosition

The icon position.

tooltip

Type: const gchar*

The contents of the tooltip for the icon, or NULL.

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