[Tizen.Applications.ComponentBased][TCSACR-400] Add WidgetComponent API (#2604)
authorChangGyu Choi <uppletaste@gmail.com>
Mon, 8 Feb 2021 08:59:25 +0000 (17:59 +0900)
committerGitHub <noreply@github.com>
Mon, 8 Feb 2021 08:59:25 +0000 (17:59 +0900)
commitcd188f01d41c186e9e8a282210d549da4e8738fc
tree578cf4783e9a5bd79eb6ad54c798d225007ace19
parent67ae8a9ecc8b4eb44d99de159ebd2244c2e0d66e
[Tizen.Applications.ComponentBased][TCSACR-400] Add WidgetComponent API (#2604)

* Add widget component

* Fix tizen version in description

* Remove unnecessary file

* Remove unnecessary tag

* Fix description

Co-authored-by: hjhun <36876573+hjhun@users.noreply.github.com>
src/Tizen.Applications.ComponentBased/Interop/Interop.CBApplication.cs
src/Tizen.Applications.ComponentBased/Interop/Interop.Libraries.cs
src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/ComponentBasedApplication.cs
src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/IWindowProxy.cs [new file with mode: 0644]
src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/WidgetComponent.cs [new file with mode: 0644]
src/Tizen.Applications.ComponentBased/Tizen.Applications.ComponentBased.Common/WidgetComponentStateManager.cs [new file with mode: 0644]