# -*- tcl -*- Tcl Module ########## Repository Information Block ### # @@ Meta Begin # Package tooltip 1.1 # Meta as::origin http://sf.net/projects/tcllib # Meta category Tooltip management # Meta description Tooltip management # Meta license BSD # Meta platform tcl # Meta require {Tk 8.4} # Meta subject hover help balloon tooltip # @@ Meta End ########## ########## Requirements Enforcement Code ### package require Tk 8.4 ########## ########## Package Declaration Code ### package provide tooltip 1.1 ########## # tooltip.tcl -- # # Balloon help # # Copyright (c) 1996-2003 Jeffrey Hobbs # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # RCS: @(#) $Id: tooltip.tcl,v 1.6 2006/08/02 18:59:51 hobbs Exp $ # # Initiated: 28 October 1996 package require Tk 8.4 package provide tooltip 1.1 #------------------------------------------------------------------------ # PROCEDURE # tooltip::tooltip # # DESCRIPTION # Implements a tooltip (balloon help) system # # ARGUMENTS # tooltip