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

NAME

App::Widget::ImageBarSelector - A screen selector widget

SYNOPSIS

   use App::Widget::ImageBarSelector;

   $name = "get_data";
   $w = App::Widget::ImageBarSelector->new($name);
   print $w->html();

DESCRIPTION

This class implements a widget selector which is implemented as a set of images side-by-side in an image-bar with a padding image filling out the full width.