Tkinter canvas
Dudi Goldenberg <[email protected]>
| Newsgroups | gmane.comp.python.tkinter |
|---|---|
| Message-ID | <VI1PR05MB1840006440B1980E0D79D9D5DA2B0@VI1PR05MB1840.eurprd05.prod.outlook.com> |
Hi, I have this: from Tkinter import * canvas = Canvas(width = 320, height = 320, bg = 'white') Now I have the canvas window, I can add images and add/manipulate text within the window. I can delete the objects with canvas.delete(obj_id), but after all objects are gone, I am still left with the initial window. Canvas.destroy(), canvas.quit() has no effect on it. I even tried to remove the Tkinter modules, but the window is still there. Is there a safe way to get rid of the canvas window? TIA & Regards, Dudi _______________________________________________ Tkinter-discuss mailing list [email protected] https://mail.python.org/mailman/listinfo/tkinter-discuss