http://qs1969.pair.com?node_id=284940


in reply to Tk MainWindow

Overrideredirect() is by far the easiest method to remove a window decoration.

I have also been experimenting with writing code which would restore the lost functionality. I have made a window with a center area in which I draw my widgets, and then have eight bitmaps placed in a grid() around it. I am binding to them and working on making them move the window when one holdclick-moves the mouse. Has anyone else been trying this tack? ~W