The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Win32::TSA::Notify:Text - Tooltip handling for Win32 TSA Notification System

SYNOPSIS

  use Win32::TSA::Notify:Text;
  
  $icon = Win32::TSA::Notify::Text->new();
  $icon->change_text( qq(Tooltip ... etc.) );

DESCRIPTION

Internal module.

May be used directly by user to access this class methods only.

METHODS

  • change_text

SEE ALSO

Win32::TSA::Notify

AUTHOR

<Thomas Walloschke (thw@cpan.org)>.

COPYRIGHT AND LICENSE

Copyright (c) 2006 Thomas Walloschke (thw@cpan.org).

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

DATE

Last changed $Date: 2006-09-01 02:05:08 +0200 (Fr, 01 Sep 2006) $.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 70:

'=item' outside of any '=over'

Around line 72:

You forgot a '=back' before '=head1'