ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



tooltip(n)                                   Tooltip management                                   tooltip(n)



____________________________________________________________________________________________________________

NAME
       tooltip - Tooltip management

SYNOPSIS
       package require Tcl  8.4

       package require tooltip  ?1.1?

       ::tooltip::tooltip command ?options?

       clear ?pattern?

       delay ?millisecs?

       disable

       enable

       ::tooltip::tooltip pathName ?options? ?message?

____________________________________________________________________________________________________________

DESCRIPTION
       This  package  provides tooltips, a small text message that is displayed when the mouse hovers over a
       widget.


       ::tooltip::tooltip command ?options?
              commands:

       clear ?pattern?

       delay ?millisecs?

       disable

       enable

       ::tooltip::tooltip pathName ?options? ?message?
              This command arranges for widget pathName to display a tooltip with message ?message?

              -index

              -item

EXAMPLE
       package require tooltip
       pack [label .l -text "label"]
       tooltip::tooltip .l "This is a label widget"


KEYWORDS
       balloon, help, hover, tooltip



tooltip                                              1.1                                          tooltip(n)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.