Help for this page

Select Code to Download


  1. or download this
       $open->withdraw();
    
  2. or download this
       if (defined $open) {
          $open->deiconify();
       } else {
          # create the dialog window here
       }