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

You can also simply override redirection to the window manager, so that the window manager does not draw the window controls at all by calling this on your main window:

$mw->overrideredirect(0);

This is useful for splash screens or static windows (like desktop monitors etc)

Shane

"Never take yourself too seriously, because everyone knows that fat birds dont fly" -FLC