#==============================================================================#
  Tk::HideCursor
#==============================================================================#

Adds two methods to all widgets that hides the cursor when the mouse is over
the widget. 

Not for Win32 users:
The cursor hiding is global, not just widget level. Hiding is implemented 
useing calls to User32.dll using the Win32::API module.

#==============================================================================#

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

If you are using Activestate perl, you can also install as a PPM:

   ppm install --location=http://brock-family.org/gavin/perl/ppm Tk::HideCursor

#==============================================================================#

DEPENDENCIES

This module requires at least perl 5.6.0 and these other modules and libraries:

  Tk
  Win32::API (for windows users only)

#==============================================================================#

COPYRIGHT AND LICENCE

This module is Copyright (c) 2002 Gavin Brock gbrock@cpan.org. All rights 
reserved. This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

The Girder application is Copyright (c) Ron Bessems. Please see the 
'copying.txt' that came with your copy of Girder or visit http://www.girder.nl 
for contact information.

#==============================================================================#