On Fri, 11 Jan 2008 14:12:28 +0530
"brindly sujith" <[EMAIL PROTECTED]> 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
_______________________________________________
Tkinter-discuss mailing list
[email protected]
http://mail.python.org/mailman/listinfo/tkinter-discuss