gtkEntrySetIconTooltipMarkup: gtkEntrySetIconTooltipMarkup
Description
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.Usage
gtkEntrySetIconTooltipMarkup(object, icon.pos, tooltip = NULL)
Arguments
icon.pos
the icon position
tooltip
the contents of the tooltip for the icon, or NULL. [ allow-none ] Details
Use NULL for tooltip to remove an existing tooltip.
See also gtkWidgetSetTooltipMarkup and
gtkEntySetIconTooltipText().
Since 2.16