NAME
App::Widget::Toolbar - A toolbar full of pushbuttons.
SYNOPSIS
$name = "office-toolbar";
# official way
use App;
$context = App->context();
$w = $context->widget($name);
# internal way
use App::Widget::Toolbar;
$w = App::Widget::Toolbar->new($name);
DESCRIPTION
This class implements a toolbar full of pushbuttons.