| Identifier: | tooltip |
| Version: | 0.0.2 |
| Title: | A tooltip widget. |
| Creator: | Mark G. Saye <markgsaye@gmail.com> |
| 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: [1].
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:
[dagos] - 2012-12-11 10:55:22The URL http://www.binarism.com/tk/
above is not working.Source code can be find here: http://code.google.com/p/daidze/source/browse/trunk/lib/?r=61#lib%2Ftooltip
Or here: http://www.opensource.apple.com/source/tcl/tcl-95/tcl_ext/tklib/tklib/modules/tooltip/
