Version 20 of tooltip

Updated 2007-05-30 13:59:30 by LV

Identifier: tooltip

 Version: 0.0.2
 Title: A tooltip widget.
 Creator: Mark G. Saye <[email protected]>
 Description: A tooltip widget.
 Rights: BSD
 URL: http://www.binarism.com/tk/
 Available: 2003-12-15
 Architecture: tcl
 Type: Software
 Subject: tooltip balloon help
 Language: en

MGS [2004/02/09] - I'm hoping to have some time soon to add a '-command' option. You might like to read the original announcement thread at: [L1 ].

EKB The URL above required a username and password for access.

MGS [2005/07/17] - I have moved to a new server. The above link should work again now.


LV tklib now has a tooltip package, which provides tooltip management. Hopefully someone will add info or a pointer to info here.


http://tcllib.sourceforge.net/doc/tooltip.html is the doc for the tklib's tooltip package. Here's an example:

 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.


See also:


Mark G. Saye | Category Package | Category GUI