in reply to Make top level window unclosable Perl tk

use a dialog, Tk::Dialog, its what you use for password prompts, after you Show it, all other Tk windows are blocked because the dialog is "modal"
  • Comment on Re: Make top level window unclosable Perl tk (dialog)