tooltip - Tooltip management
TABLE OF
CONTENTS
SYNOPSIS
DESCRIPTION
EXAMPLE
KEYWORDS
package require Tcl 8.4
package require tooltip ?1.1?
|
This package provides tooltips, a small text message that is displayed when the mouse hovers over a widget.
package require tooltip pack [label .l -text "label"] tooltip::tooltip .l "This is a label widget" |
balloon , help , hover , tooltip