in reply to Remove the Maximise and minimize button in TK
$mw->overrideredirect(1); # set the override-redirect flag # removes all window manager controls $mw->packPropagate(0); # prevent the window being resized [download]