[NUI] Add NUI-Layout (#293)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 14 Jun 2018 07:44:23 +0000 (16:44 +0900)
committerGitHub <noreply@github.com>
Thu, 14 Jun 2018 07:44:23 +0000 (16:44 +0900)
commit97d59f1c5f7e653f6851b29afecc6da69666306c
tree199e28ebc5dfe66a90f2075a21aae2422552eefa
parentb216eaf98713bd879d570efcfbf20a3837dd962d
[NUI] Add NUI-Layout (#293)
14 files changed:
src/Tizen.NUI/src/internal/Layouting/LayoutGroup.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/LayoutGroupWrapper.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/LayoutGroupWrapperImpl.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/LayoutItem.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/LayoutItemPtr.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/LayoutItemWrapper.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/LayoutItemWrapperImpl.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/LayoutLength.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/LayoutMeasureSpec.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/LayoutPINVOKE.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/LayoutSize.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Layouting/MeasuredSize.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/ManualPINVOKE.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs