[NUI] Add GetDefaultWindow() (#878)
authortscholb <scholb.kim@samsung.com>
Mon, 10 Jun 2019 10:00:23 +0000 (19:00 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 10 Jun 2019 10:00:23 +0000 (19:00 +0900)
this api for get Default Window.

src/Tizen.NUI/src/public/NUIApplication.cs

index eabf35e..7697415 100755 (executable)
@@ -198,6 +198,17 @@ namespace Tizen.NUI
             }
         }
 
+        /// <summary>
+        /// Gets the default window.
+        /// </summary>
+        /// <returns>The default Window.</returns>
+        /// <since_tizen> 6 </since_tizen>
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public Window GetDefaultWindow()
+        {
+            return Window.Instance;
+        }
+
         internal Application ApplicationHandle
         {
             get