The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Scrollbar

$sb=Paw::Scrollbar::new($widget, [$name]); #a little bit buggy

Parameter

     $name      => Name des Widgets [optional]

     $widget    => A reference to the widget which will be
                   "scrollbared".

Beispiel

     $sb=Paw::Scrollbar::new(widget=>$listbox, name=>"List Scrollbar");