package Agar::Scrollbar; use strict; use Agar; 1; __END__ =head1 NAME Agar::Scrollbar - a scrollbar widget =head1 SYNOPSIS use Agar; use Agar::Scrollbar; Agar::Scrollbar->newVert($parent); =head1 DESCRIPTION Please see AG_Scrollbar(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::Scrollbar-EnewHoriz($parent,[%options])> =item B<$widget = Agar::Scrollbar-EnewVert($parent,[%options])> Constructors. =item B<$widget-EsetIncrementInt($step)> =item B<$widget-EsetIncrementFloat($step)> =item B<$widget-EincAction($coderef)> =item B<$widget-EdecAction($coderef)> =back =head1 AUTHOR Mat Sutcliffe EFE Julien Nadeau Carriere EFE =head1 SEE ALSO L, L =cut