Help for this page

Select Code to Download


  1. or download this
    Since the user of a Curses::UI program has no real control over the so
    + called "scrollbars", they aren't really scrollbars. A better name wo
    +uld be something like "document location indicators". But since they 
    +look so much like scrollbars I decided I could get away with this nam
    +ing convention.
    
  2. or download this
    my $container = $win1->add(
      'vulnerability', 'Container',
    ...
      -vscrollbar => "right",
      -vscrolllen => 20
    );