[Tkinter-discuss] how to remove window borders

Michael Lange klappnase at web.de
Fri Jan 11 22:24:32 CET 2008


On Fri, 11 Jan 2008 14:12:28 +0530
"brindly sujith" <brindly at gmail.com> wrote:

> hi
> 
> i am developing a  GUI application using TKINTER
> 
> in my applicaton i dont want the window title bar(including MAX,MIN and
> CLOSE)
> 
> how to do this
> 
> plz send me the code for this
> 

Hi Brindly,

you will need to call the  window's overrideredirect() method like this:

    window.overrideredirect(1)

Michael


More information about the Tkinter-discuss mailing list