From: Martin DeMello Date: 2005-01-30T01:40:50+09:00 Subject: Re: Canvas Controls? mepython wrote: > I like to create an application which allows users to add different > objects on a canvas. I came across qtcanvas and gnome2 canvas. Anybody > has any experience with them? What about any other canvas? > I will be interested in animation on this object also at some later > time. If your application is essentially a canvas and some supporting code, give Tk a thorough look too. The vector nature of the canvas makes it a joy to work with. martin