#==============================================================================# Tk::HideCursor #==============================================================================# Adds two methods to all Toplevel widgets that control whether the window stays in the foreground. Note for Win32 users: This implementation requires teh Win32::API module. Note for X-Windows users: This implementation is very sucky - prepare to be dissapointed. #==============================================================================# 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::StayOnTop #==============================================================================# 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. #==============================================================================#