The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.