Package: gtk

Function gtk:entry-icon-tooltip-markup

Lambda List

gtk:entry-icon-tooltip-markup (entry pos)

Syntax

(gtk:entry-icon-tooltip-markup entry pos) => tooltip
(setf (gtk:entry-icon-tooltip-markup entry pos) tooltip)

Arguments

entry -- a gtk:entry widget
pos -- a gtk:entry-icon-position value for the icon position
tooltip -- a string for the contents of the tooltip for the icon, or nil

Details

Gets or sets the contents of the tooltip on the icon at the specified position in the text entry. The tooltip argument is assumed to be marked up with the Pango text markup language. Use nil for tooltip to remove an existing tooltip.

See also the gtk:widget-tooltip-markup and gtk:entry-icon-tooltip-text functions.
 

See also

2026-08-18