klyn.gui.windows.Widget.toolTip
property
public property toolTip as String
Description

Optional text displayed in a floating tooltip while the pointer hovers over this widget. An empty value disables the tooltip.

save = Button()
save.icon = Icon("icons/save.svg")
save.toolTip = "Save"