[NUI] Add Desktop WindowType (#4746)
authorJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Mon, 14 Nov 2022 06:47:37 +0000 (15:47 +0900)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 06:47:37 +0000 (15:47 +0900)
dependency
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/283898/

src/Tizen.NUI/src/public/Common/NUIConstants.cs

index 80f9c7d..cb6b86d 100755 (executable)
@@ -777,7 +777,13 @@ namespace Tizen.NUI
         /// <remarks>
         /// See <see cref="NUIApplication" /> for this type. <br />
         /// </remarks>
-        Ime
+        Ime,
+        /// <summary>
+        /// Used for desktop windows.
+        /// This is a desktop type. No other windows can be placed below this type of window.
+        /// </summary>
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        Desktop        
     }
 
     /// <since_tizen> 3 </since_tizen>