[NUI] Add WindowSystem's quickpanel APIs (#1715)
authorjeon <42333230+jhyuni@users.noreply.github.com>
Fri, 10 Jul 2020 06:01:07 +0000 (15:01 +0900)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2020 06:01:07 +0000 (15:01 +0900)
commit9235ed66f3fade6ada64cb3abd9bb521ac180c70
treebd55f50396a18bff4c95b0176f6ae4cbefc80939
parent7986233713e2791814940b41ad1e38a7ce0bea10
[NUI] Add WindowSystem's quickpanel APIs (#1715)
16 files changed:
packaging/PlatformFileList.txt
src/Tizen.NUI.WindowSystem/Tizen.NUI.WindowSystem.csproj [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/internal/Interop/Interop.QuickPanelClient.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/internal/Interop/Interop.QuickPanelService.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/internal/Interop/Interop.TizenRegion.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/internal/Interop/Interop.TizenShell.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/public/QuickPanelClient.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/public/QuickPanelService.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/public/TizenRegion.cs [new file with mode: 0644]
src/Tizen.NUI.WindowSystem/src/public/TizenShell.cs [new file with mode: 0644]
src/Tizen.NUI/Properties/AssemblyInfo.cs
test/Tizen.NUI.WindowSystem.Samples/Tizen.NUI.WindowSystem.Samples.cs [new file with mode: 0644]
test/Tizen.NUI.WindowSystem.Samples/Tizen.NUI.WindowSystem.Samples.csproj [new file with mode: 0644]
test/Tizen.NUI.WindowSystem.Samples/Tizen.NUI.WindowSystem.Samples.sln [new file with mode: 0644]
test/Tizen.NUI.WindowSystem.Samples/shared/res/Tizen.NUI.WindowSystem.Samples.png [new file with mode: 0644]
test/Tizen.NUI.WindowSystem.Samples/tizen-manifest.xml [new file with mode: 0644]