uidesigner/com.nokia.sdt.component.symbian.test/data/delegateTest/layout_delegate.js
equal
deleted
inserted
replaced
|
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 |