Help for this page

Select Code to Download


  1. or download this
    $text->focus
    MainLoop;
    
  2. or download this
    $text->bind('<MouseWheel>' => [ sub
     { $_[0]->yview('scroll', -($_[1] / 120) * 3, 'units') },
       Ev('D') ]);