Help for this page

Select Code to Download


  1. or download this
    $f->Button(-text => "FindSelectionNext", -command => [$t->{'rtext'} =>
    + "FindSelectionNext"])
    
  2. or download this
    ######################################################################
    +##
    # get current selected text and search for the next occurrence
    sub FindSelectionNext
    ...
    
     $w->FindNext('-forward', '-exact', '-case', $selected);
    }