[PD-dev] [ pure-data-Patches-2848128 ] use Tk tags for canvas elements

SourceForge.net noreply at sourceforge.net
Sat Jan 2 03:08:18 CET 2010


Patches item #2848128, was opened at 2009-08-31 21:09
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2848128&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: feature
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: use Tk tags for canvas elements

Initial Comment:
Use Tk tags to mark the various things drawn onto a canvas, currently its: text, obj, msg, atom, cord, inlet, outlet.  I suppose it would be possible
  to also tag graph and array, but I didn't here.  This will make it much easier to dynamically change the look of things using pure Tcl.  It basically only touches the sys_vgui() calls, except for the new rtext_gettype() function for tagging text widgets as text/msg/obj/atom.

Here's the commit in the pd-gui-rewrite/0.43 branch:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=12156

----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-01-01 21:08

Message:
FYI: this patch has already been included in the pd-gui-rewrite/0.43
branch:

https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-gui-rewrite/0.43

----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-09-01 12:20

Message:
I forgot to tag one cord drawing command in g_editor, plus I added 'array'
and 'graph' tags.  The patch is attached, here's the commit:

http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&sortby=date&revision=12164

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2848128&group_id=55736




More information about the Pd-dev mailing list