Index of /tcl/ftparchive/sorted/misc/Bubble-8.0

      Name                   Last modified     Size  Description

[DIR] Parent Directory 29-Jan-99 12:29 - [CMP] Bubble-8.0.tar.gz 16-Jan-98 05:26 2k [   ] README 16-Jan-98 04:56 1k

NAME:		Bubble-8.0
AUTHOR:		Steve Foster
DATE:		16/01/1998

REQUIRES:	Tcl/Tk 8.0 (namespaces, sorry)
		But if you are not using tcl/tk8.0 you should
		download it.
		
DESC:		Bubble-8.0 is a simple Balloon Help using
		tcl namespace's. Its about 100 lines and will
		allow you to set various attributes.
		
EXAMPLE:	To start a Bubble running simply do the following

		# source it
		source Bubble.tcl
		
		# init the Bubble help on an existing window(any window)
		Bubble::initBubble .b "Hello This is a button"
		Bubble::initBubble .l "Hello This is a label, it think?"

		# where .b is a button and .l a label. The Bubble will appear
		# after an idle mouse in the window after the set delay