Updated 2016-01-30 04:17:56 by pooryorick

tooltip, a module in Tklib, provides a tooltips feature.

Example  edit

package require tooltip
pack [label .l -text "label text"]
tooltip::tooltip .l "This is a label widget.\nThis is a second line.\nThis is the third line of comments."

Run the above on a machine with tklib installed, then move your mouse cursor over the label widget.