Package: gtk

Function gtk:entry-icon-tooltip-text

Lambda List

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

Syntax

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

Arguments

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

Details

Accessor of the tooltip text on the icon in the entry. The gtk:entry-icon-tooltip-text function gets the contents of the tooltip on the icon at the specified position in the entry. The (setf gtk:entry-icon-tooltip-text) function sets a tooltip. Use nil for tooltip to remove an existing tooltip.

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

See also

#2023-3-4