[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] SF.net SVN: supercollider:[8116] trunk/build/SCClassLibrary/Common/GUI/ ViewsRedirect.sc
Revision: 8116
http://supercollider.svn.sourceforge.net/supercollider/?rev=8116&view=rev
Author: jmfuo
Date: 2008-12-12 14:36:52 +0000 (Fri, 12 Dec 2008)
Log Message:
-----------
allows ViewRedirecter to perform class methods of its target classes
Modified Paths:
--------------
trunk/build/SCClassLibrary/Common/GUI/ViewsRedirect.sc
Modified: trunk/build/SCClassLibrary/Common/GUI/ViewsRedirect.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/GUI/ViewsRedirect.sc 2008-12-12 09:19:46 UTC (rev 8115)
+++ trunk/build/SCClassLibrary/Common/GUI/ViewsRedirect.sc 2008-12-12 14:36:52 UTC (rev 8116)
@@ -2,6 +2,7 @@
*implClass { ^GUI.scheme.perform(this.key) }
*new { arg parent, bounds; ^this.implClass.new(parent, bounds) }
*browse { ^this.implClass.browse }
+ *doesNotUnderstand{|selector ... args| ^this.implClass.perform(selector, *args) }
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/