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

NAME

IWL::HBox - A horizontal box container

INHERITANCE

IWL::Object -> IWL::Widget -> IWL::Container -> IWL::HBox

DESCRIPTION

While there's really no need for a vertical box container (the elements are stacked vertically in html), an HBox is just a time saver, so developers don't have to add a float style to their containers.

CONSTRUCTOR

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

Where %ARGS is an optional hash parameter with with key-values.

METHODS

packStart (WIDGET, [MARGIN])

Packs the given widget from the left side of the container.

Parameters: WIDGET - the widget to be packed, MARGIN - the margin

Returns: the packing container

packEnd (WIDGET, [MARGIN])

Packs the given widget from the right side of the container.

Parameters: WIDGET - the widget to be packed, MARGIN - the margin

Returns: the packing container

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 109:

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