package Agar::Box; use strict; use Agar; 1; __END__ =head1 NAME Agar::Box - general purpose widget container =head1 SYNOPSIS use Agar; use Agar::Box; Agar::Box->newVert($parent); =head1 DESCRIPTION A general purpose widget container which packs its children horizontally or vertically. =head1 INHERITANCE HIERARCHY L -> L -> B =head1 METHODS =over 4 =item B<$widget = Agar::Box-EnewHoriz($parent,[%options])> Create a new horizontally-aligned box. =item B<$widget = Agar::Box-EnewVert($parent,[%options])> Create a new vertically-aligned box. Available options include: =over 4 =item C Force space to be divided in equal parts. =item C Render a decorative well / frame around the widgets. =back =item B<$widget-EsetLabel($text)> =item B<$widget-EsetHomogenous($flag)> =item B<$widget-EsetPadding($padding)> =item B<$widget-EsetSpacing($spacing)> =item B<$widget-EsetHoriz()> =item B<$widget-EsetVert()> =item B<$widget-EsetDepth($depth)> =back =head1 AUTHOR Mat Sutcliffe EFE Julien Nadeau Carriere EFE =head1 SEE ALSO L, L, L, L, L, L =cut