in reply to How to disable Perl/TK Frame widget close button

I think you want this entry in the Perl Tk FAQ

10.21. How do I prevent a window from closing when a user clicks on the 'cross-field' in the upper-right corner?

--
brian d foy <brian@stonehenge.com>
  • Comment on Re: How to disable Perl/TK Frame widget close button

Replies are listed 'Best First'.
Re^2: How to disable Perl/TK Frame widget close button
by w3ntp (Beadle) on Jun 02, 2005 at 14:14 UTC
    The WM_DELETE_WINDOW command did the trick. thanks you very much, w3ntp