NAME
Win32::TSA::Notify::Alert - Alert handling for Win32 TSA Notification System
SYNOPSIS
$icon
= Win32::TSA::Notify::Alert->new();
$icon
->alert(
'Alert1'
,
"Message1\nText1"
);
$icon
->alert(
'Alert2'
,
"Message2\nText2"
,
'info'
);
$icon
->alert(
'Alert3'
,
"Message3\nText3"
,
'warning'
,
'Attention please'
);
$icon
->clear_alert;
$self
->clear_alert
if
$icon
->alert_status;
DESCRIPTION
Internal module.
May be used directly by user to access this class methods only.
METHODS
alert
clear_alert
alert_status
SEE ALSO
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 124:
'=item' outside of any '=over'
- Around line 130:
You forgot a '=back' before '=head1'