There is no more to say. I've the following code: from Tkinter import * window = Tk() window.mainloop()
It's very simple, this program open a new empty window, but I need to disable the maxbutton of this window and I don't know how to do it. If somebody knows it, I will thank for much its help.________________________________________________ Enviado por el servicio de correo de educarchile _______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
