[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] SF.net SVN: supercollider:[8323] trunk/build/SCClassLibrary/Common/GUI/Base /EZgui.sc



Revision: 8323
          http://supercollider.svn.sourceforge.net/supercollider/?rev=8323&view=rev
Author:   jmfuo
Date:     2008-12-29 19:37:46 +0000 (Mon, 29 Dec 2008)

Log Message:
-----------
removed superfluous method

Modified Paths:
--------------
    trunk/build/SCClassLibrary/Common/GUI/Base/EZgui.sc

Modified: trunk/build/SCClassLibrary/Common/GUI/Base/EZgui.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/GUI/Base/EZgui.sc	2008-12-29 17:23:44 UTC (rev 8322)
+++ trunk/build/SCClassLibrary/Common/GUI/Base/EZgui.sc	2008-12-29 19:37:46 UTC (rev 8323)
@@ -27,23 +27,7 @@
 
 	window{^if(view.parent.respondsTo(\findWindow)){view.parent.findWindow}}
 	
-	layout_{arg pos;
-		layout=pos;
-		labelSize=80@20;
-		labelView.notNil.if{
-			(layout==\vert).if{
-			labelView.align=\left;
-			labelView.resize_(2);
-			}{
-			labelView.align=\right;
-			labelView.resize_(4);
-			};
-		};
-		
-		this.bounds_(view.bounds); 	
-	}
 	
-	
 	prSubViewBounds{arg rect, hasLabel;
 		var widgetBounds,labelBounds,tmp;
 		hasLabel.not.if{gap=0@0; labelSize=0@0};


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/