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

NAME

IWL::Iconbox - an iconbox widget

INHERITANCE

IWL::Object -> IWL::Widget -> IWL::Container -> IWL::Iconbox

DESCRIPTION

The iconbox widget provides a container that holds icons.

CONSTRUCTOR

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

Where %ARGS is an optional hash parameter with with key-value options. These include:

width

Width of the iconbox without the borders

height

Height of the iconbox without the borders

multipleSelect

True if the iconbox should be able to select multiple icons

SIGNALS

select_all

Fires when all the icons have been selected

unselect_all

Fires when all the icons have been unselected

load

Fires when the iconbox and its icons have finished loading

METHODS

appendIcon (ICON)

Appends an icon object to the iconbox.

Parameters: ICON - the IWL::Iconbox::Icon object to be appended

prependIcon (ICON)

Prepend an icon object to the iconbox.

Parameters: ICON - the IWL::Iconbox::Icon object to be prepended

LICENCE AND COPYRIGHT

Copyright (c) 2006-2007 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 228:

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