uidesigner/com.nokia.sdt.component.symbian.test/data/delegateTest/layout_delegate.js
changeset 2 d760517a8095
equal deleted inserted replaced
-1:000000000000 2:d760517a8095
       
     1 function CLayout() {
       
     2 }
       
     3 
       
     4 CLayout.prototype.layout = function(instance, laf) {
       
     5 }
       
     6 
       
     7 CLayout.prototype.getPreferredSize = function(instance, laf, wHint, hHint) {
       
     8 	return null;
       
     9 }
       
    10