                        OWL2 GADGETS
                        ------------

This archive implements two useful OWL2 features:

    - Balloon help for TButtonGadgets on a control bar

    - A clock gadget for the status bar


The following files should be found:

    - TIMER.H
    - TIMER.CPP
    - CLOCKGAD.H
    - CLOCKGAD.CPP
    - TOOLTIP.H
    - TOOLTIP.CPP

The TOOLTIP modules are modified versions of code originally written
by Steve Saxon.  Things have changed between the two versions.  To
summarize:

    - The classes have been renamed from TTipX to TipX to remove any
      confusion as to the origin of these classes.  This is a personal
      thing for me, as I tend to forget what is part of OWL2 and what
      is not.

    - The balloon window (originally called TToolTip) has been moved
      inside TOOLTIP.CPP and is now hidden.  The TipControlBar and
      TipStatusBar classes create the necessary instance and delete it
      when they are destructed.  It has also been renamed from TToolTip
      to BalloonWindow.

    - The constructors for TipControlBar and TipStatusBar are now the
      same as for TControlBar and TStatusBar, respectively.

Look for detailed comments in the H & CPP files on using these classes.
I would love to hear any feedback (good or bad) on this code.  It is
free to use for any purpose, as long as its origins are recognized in
any derived or redistributed work.

