in reply to Re^3: Tk::Scrollbar don't know how to use it properly ( Scrolled )
in thread Tk::Scrollbar don't know how to use it properly

http://search.cpan.org/grep?cpanid=SREZIC&release=Tk-804.032&string=Scrollbar\%28&i=1&n=1&C=0#examples/canvas_scroll reveals a bunch of example use it like https://metacpan.org/source/SREZIC/Tk-804.032/examples/canvas_scroll
13:$s1 = $top->Scrollbar("-command" => ["yview",$c]); 14:$s2 = $top->Scrollbar("-orient" => "horizontal",
  • Comment on Re^4: Tk::Scrollbar don't know how to use it properly ( Scrolled )
  • Download Code