Patches item #2848128, was opened at 2009-08-31 21:09 Message generated for change (Settings changed) 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: (0.43) 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 _______________________________________________ Pd-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
