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::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.