App::Widget::Menu - An application menu.


NAME

App::Widget::Menu - An application menu.


SYNOPSIS

   $name = "office-menu";
   # official way
   use App;
   $context = App->context();
   $w = $context->widget($name);
   # internal way
   use App::Widget::Menu;
   $w = App::Widget::Menu->new($name);


DESCRIPTION

This class implements a toolbar full of pushbuttons.