Help for this page
#prevents mw from closing and iconifies instead $mw->protocol('WM_DELETE_WINDOW' => sub { $mw->iconify });
tksleep($mw, 100); ... }