Entry.getIconTooltipText

Gets the contents of the tooltip on the icon at the specified position in entry. Since 2.16

class Entry
string
getIconTooltipText

Parameters

iconPos GtkEntryIconPosition

the icon position

Return Value

Type: string

the tooltip text, or NULL. Free the returned string with g_free() when done.

Meta