uidesigner/com.nokia.sdt.component.symbian.test/data/delegateTest/layout_delegate.js
author chpeckha
Tue, 25 May 2010 13:19:07 -0500
changeset 1398 53b756905916
parent 0 fb279309251b
permissions -rw-r--r--
put all symbian build commands under a sub-menu for context menus only to make context menu smaller

function CLayout() {
}

CLayout.prototype.layout = function(instance, laf) {
}

CLayout.prototype.getPreferredSize = function(instance, laf, wHint, hHint) {
	return null;
}