summaryrefslogtreecommitdiff
path: root/Tizen.NUI/src/public/BaseComponents
diff options
context:
space:
mode:
authorUmar <m.umar@partner.samsung.com>2017-07-17 15:40:36 +0100
committerUmar <m.umar@partner.samsung.com>2017-07-17 16:13:30 +0100
commit2ebc4750316748bc2b940823ae6415c01a317f47 (patch)
tree782cb82aa361de55672e30413045da30fcb7752f /Tizen.NUI/src/public/BaseComponents
parent488c47fe994467f62a502bdd2f3efc62a1c35898 (diff)
downloadnui-2ebc4750316748bc2b940823ae6415c01a317f47.tar.gz
nui-2ebc4750316748bc2b940823ae6415c01a317f47.tar.bz2
nui-2ebc4750316748bc2b940823ae6415c01a317f47.zip
Add Unparent to View.
Change-Id: I312772bd39102139c324f9247bd5e84c647bdb67
Diffstat (limited to 'Tizen.NUI/src/public/BaseComponents')
-rwxr-xr-xTizen.NUI/src/public/BaseComponents/View.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/Tizen.NUI/src/public/BaseComponents/View.cs b/Tizen.NUI/src/public/BaseComponents/View.cs
index 6219501..025832f 100755
--- a/Tizen.NUI/src/public/BaseComponents/View.cs
+++ b/Tizen.NUI/src/public/BaseComponents/View.cs
@@ -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)