tagOrId in Canvas class
John Smith
someone at microsoft.com
Wed Dec 11 11:13:39 EST 2002
More information about the Python-list mailing list
Wed Dec 11 11:13:39 EST 2002
- Previous message (by thread): Debugging memory corruption.
- Next message (by thread): tagOrId in Canvas class
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Neal: Many thanks. That will help tremendously. "Neal Norwitz" <neal at metaslash.com> wrote in message news:pan.2002.12.09.22.42.19.411633.12688 at metaslash.com... > On Mon, 09 Dec 2002 12:30:33 -0500, John Smith wrote: > > > Can anyone steer me to a reference on "tagOrId" in the canvas class? It > > is a way of referencing objects (i.e. line, arc, circle) on a canvas. I > > understand I can use it to select and manipulate canvas objects. For > > example, you can say, give me all the tags for items with the following > > tagOrId, or you can ask for the type of object that has a specific > > tagOrId. > > > > Does tagOrId stand for "tag or Id" where Id stands for item handle? > > Yes, I believe this is correct. It's been a while, though. > > You can pass a tag which applies to one or more objects on the canvas. > Or you can pass an id which applies to a specific instance of an item. > > Neal
- Previous message (by thread): Debugging memory corruption.
- Next message (by thread): tagOrId in Canvas class
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list