Help for this page

Select Code to Download


  1. or download this
    sub getResults {
    # ...
      $ltb->bind("<Double-1>", sub { searchGet($dialog, $ltb);});
    ...
      $dialog->destroy;
    # ...
    }