Method

Gtk.Entry.set_icon_tooltip_markup

Declaration [src]

void
gtk_entry_set_icon_tooltip_markup (
  GtkEntry* entry,
  GtkEntryIconPosition icon_pos,
  const char* 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 Pango Markup.

Use NULL for tooltip to remove an existing tooltip.

See also gtk_widget_set_tooltip_markup() and gtk_entry_set_icon_tooltip_text().

Parameters

icon_pos GtkEntryIconPosition
 

the icon position

tooltip const char*
 

the contents of the tooltip for the icon, or NULL

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string