Re: [Tkinter-discuss] Tkinter canvas
Hi, On Tue, 21 Jun 2016 09:34:52 + Dudi Goldenberg wrote: > 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 ob
Re: [Tkinter-discuss] Tkinter Canvas MouseWheel problem.
Ok. Solved grabs only parent widget [here Tk]. source edited as parent.bind(). ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss