Help for this page

Select Code to Download


  1. or download this
    #prevents mw from closing and iconifies instead
    $mw->protocol('WM_DELETE_WINDOW' => sub {  $mw->iconify });
    
  2. or download this
    tksleep($mw, 100);
    
    ...
    }