[NUI] Add WidgetComponent for ComponentBasedApplication
authorsunghyun kim <scholb.kim@samsung.com>
Thu, 12 Sep 2024 02:07:33 +0000 (11:07 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Thu, 10 Oct 2024 10:57:23 +0000 (19:57 +0900)
commit289eafcbbccbb75a600aae1271678e4a6a136295
tree36afa83e4b393a9460b21960d33324c31742ec75
parentd07cca97f7f1cf0dfccd759de894ab6ac0ae40ae
[NUI] Add WidgetComponent for ComponentBasedApplication

Adds implementations and samples for WidgetComponent use

For more information, please refer to the links below
- Tizen.Applications.ComponentBased: https://github.com/Samsung/TizenFX/tree/master/src/Tizen.Applications.ComponentBased
- Tizen.Applications.ComponentBased.Default: https://github.com/Samsung/TizenFX/tree/master/src/Tizen.Applications.ComponentBased.Default/Tizen.Applications.ComponentBased.Default
- EFL Sample app: https://github.sec.samsung.net/appfw/csharp-component-based-app
12 files changed:
src/Tizen.NUI/src/internal/Common/NUIWindowProxy.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Application/NUIComponentApplication.cs
src/Tizen.NUI/src/public/Application/NUIWidgetComponent.cs [new file with mode: 0755]
test/Tizen.NUI.WidgetViewTest/4.WidgetComponentTest/NUIWidgetComponentApplication/NUIWidgetComponentApplication.cs [new file with mode: 0755]
test/Tizen.NUI.WidgetViewTest/4.WidgetComponentTest/NUIWidgetComponentApplication/NUIWidgetComponentApplication.csproj [new file with mode: 0755]
test/Tizen.NUI.WidgetViewTest/4.WidgetComponentTest/NUIWidgetComponentApplication/shared/res/NUIWidgetComponentApplication.png [new file with mode: 0755]
test/Tizen.NUI.WidgetViewTest/4.WidgetComponentTest/NUIWidgetComponentApplication/tizen-manifest.xml [new file with mode: 0755]
test/Tizen.NUI.WidgetViewTest/4.WidgetComponentTest/Tizen.NUI.WidgetViewTest/SimpleWidgetViewApp.cs [new file with mode: 0755]
test/Tizen.NUI.WidgetViewTest/4.WidgetComponentTest/Tizen.NUI.WidgetViewTest/Tizen.NUI.WidgetViewTest.csproj [new file with mode: 0755]
test/Tizen.NUI.WidgetViewTest/4.WidgetComponentTest/Tizen.NUI.WidgetViewTest/Tizen.NUI.WidgetViewTest.sln [new file with mode: 0755]
test/Tizen.NUI.WidgetViewTest/4.WidgetComponentTest/Tizen.NUI.WidgetViewTest/shared/res/Tizen.NUI.WidgetViewTest.png [new file with mode: 0755]
test/Tizen.NUI.WidgetViewTest/4.WidgetComponentTest/Tizen.NUI.WidgetViewTest/tizen-manifest.xml [new file with mode: 0755]