[Tkinter-discuss] how to remove window borders

Jim Walsh jimswalsh at gmail.com
Fri Mar 14 15:03:23 CET 2008


You could try widget.overrideredirect(True) which takes all of the window
decorations away.
Jim 


brindly sujith 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
> 
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss at python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss
> 
> 

-- 
View this message in context: http://www.nabble.com/how-to-remove-window-borders-tp14751862p16048139.html
Sent from the Python - tkinter-discuss mailing list archive at Nabble.com.



More information about the Tkinter-discuss mailing list