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

NAME

IWL::Anchor - an anchor widget

INHERITANCE

IWL::Error -> IWL::Object -> IWL::Widget -> IWL::Anchor

DESCRIPTION

The anchor widget provides a way to associate links to other widgets.

CONSTRUCTOR

IWL::Anchor->new ([%ARGS])

Where %ARGS is an optional hash parameter with with key-values corresponding to the attributes that a regular <a> markup would have.

SIGNALS

focus

Fires when the anchor receives focus either via the pointing device or by tab navigation

blur

Fires when the anchor loses focus either via the pointing device or by tabbing navigation

METHODS

setHref (URL)

Sets the href attribute for the anchor

Parameters: URL - the url for the link

getHref

Gets the href attribute for the anchor

setTarget (TARGET)

Sets the target attribute for the anchor

Parameters: TARGET - the target

getTarget

Gets the target attribute for the anchor

setText (TEXT)

Sets the text inside the anchor

Parameters: TEXT - the target

getText

Rethrs the text of the anchor

LICENCE AND COPYRIGHT

Copyright (c) 2006-2008 Viktor Kojouharov. All rights reserved.

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

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 151:

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