uidesigner/com.nokia.sdt.component.symbian.test/data/display/layoutable.js
author fturovic <frank.turovich@nokia.com>
Wed, 14 Jul 2010 09:40:09 -0500
changeset 1614 b1456c010578
parent 0 fb279309251b
permissions -rw-r--r--
Bug 11636 - fixed broken link to symbian foundation

function Layout() {

}

Layout.prototype.layout = function(instance, laf) {
	// do nothing
}

Layout.prototype.getPreferredSize = function(instance, laf, wHint, hHint) {
	return new Point(wHint, hHint);
}