changeset 2 | d760517a8095 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uidesigner/com.nokia.sdt.component.symbian.test/data/display/layoutable.js Tue Mar 24 22:20:21 2009 -0500 @@ -0,0 +1,12 @@ +function Layout() { + +} + +Layout.prototype.layout = function(instance, laf) { + // do nothing +} + +Layout.prototype.getPreferredSize = function(instance, laf, wHint, hHint) { + return new Point(wHint, hHint); +} +