Add Unparent to View.
authorUmar <m.umar@partner.samsung.com>
Mon, 17 Jul 2017 14:40:36 +0000 (15:40 +0100)
committerUmar <m.umar@partner.samsung.com>
Mon, 17 Jul 2017 15:13:30 +0000 (16:13 +0100)
Change-Id: I312772bd39102139c324f9247bd5e84c647bdb67

src/Tizen.NUI/src/public/BaseComponents/View.cs

index 6219501..025832f 100755 (executable)
@@ -2049,7 +2049,11 @@ namespace Tizen.NUI.BaseComponents
                 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        internal void Unparent()
+        /// <summary>
+        /// Removes a View from its Parent View / Layer. If the View has no parent, this method does nothing.
+        /// </summary>
+        /// <pre>The (child) View has been initialized. </pre>
+        public void Unparent()
         {
             NDalicPINVOKE.Actor_Unparent(swigCPtr);
             if (NDalicPINVOKE.SWIGPendingException.Pending)