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::TabbedView - A screen selector widget

SYNOPSIS

   use App::Widget::TabbedView;

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

DESCRIPTION

This class implements a screen selector view such as is used in M$ Outlook.