uidesigner/com.nokia.sdt.component.symbian.test/data/display/layoutable.js
author fturovic <frank.turovich@nokia.com>
Mon, 13 Sep 2010 15:37:29 -0500
changeset 1995 b4d36ee06879
parent 0 fb279309251b
permissions -rw-r--r--
BUG 11653 fixed remaining perl links to point to FN

function Layout() {

}

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

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