package Agar::ProgressBar; use strict; use Agar; 1; __END__ =head1 NAME Agar::ProgressBar - a progress bar widget =head1 SYNOPSIS use Agar; use Agar::ProgressBar; Agar::ProgressBar->newHoriz($parent); =head1 DESCRIPTION Please see AG_ProgressBar(3) for a full explanation of what its methods do and what bindings and events it defines, if any. =head1 INHERITANCE HIERARCHY L -> L -> B =head1 METHODS =over 4 =item B<$widget = Agar::ProgressBar-EnewHoriz($parent,[%options])> =item B<$widget = Agar::ProgressBar-EnewVert($parent,[%options])> Constructors. Recognised options include: =over 4 =item C Display a text label with the percentage. Z<> =back =item B<$widget-EsetWidth($pixels)> =item B<$pct = $widget-EgetPercent()> =back =head1 AUTHOR Mat Sutcliffe EFE Julien Nadeau Carriere EFE =head1 SEE ALSO L =cut