Layout child API extensions

- Layout.insertChild(atIndex, child)
- Layout.getChildIndex(child): number
This commit is contained in:
Hristo Deshev
2015-07-20 17:10:51 +03:00
committed by hshristov
parent 17251c1063
commit 422cc37d48

View File

@ -112,4 +112,4 @@ export class LayoutBase extends view.CustomLayoutView implements definition.Layo
var layout = <LayoutBase>data.object; var layout = <LayoutBase>data.object;
layout.onClipToBoundsChanged(data.oldValue, data.newValue); layout.onClipToBoundsChanged(data.oldValue, data.newValue);
} }
} }