Tk Library Source Code

Documentation
Login


[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

NAME

tipstack - Stacked tooltips

Table Of Contents

SYNOPSIS

package require Tcl 8.5
package require msgcat 1.3
package require tooltip ?1.7?
package require tipstack ?1.0.1?

::tipstack::push widget ?-index index? text
::tipstack::pop widget ?-index index?
::tipstack::clear widget ?-index index?
::tipstack::def widget text ...
::tipstack::defsub base widget text ...
::tipstack::clearsub base

DESCRIPTION

This package extends the functionality of package tooltip. It provides a dynamic stack of tip texts per widget. This enables dynamic transient changes to the tips, for example to temporarily replace a standard explanation of a field with an error message.

COMMANDS

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category tooltip of the Tklib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

KEYWORDS

balloon, help, hover, tipstack

COPYRIGHT

Copyright © 2003 ActiveState Corp