[ Main table Of Contents | Tklib Table Of Contents | Tklib Index ]

tooltip(n) 1.1 "Tooltip management"

NAME

tooltip - Tooltip management

TABLE OF CONTENTS

    TABLE OF CONTENTS
    SYNOPSIS
    DESCRIPTION
    EXAMPLE
    KEYWORDS

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

Copyright © 2005 for compilation: ActiveState