From 6a7765a70e06ed7442a06e9b007c7105b914b9aa Mon Sep 17 00:00:00 2001 From: Doyoun Kang Date: Thu, 15 Jul 2021 17:47:36 +0900 Subject: [PATCH] tizen_policy: add requests for setting transient_for_below/parent_with_below We add requests as below in tizen_policy. - set_transient_for_below - set_parent_with_below These requests make relationship between windows as a parent and a child. And the child is always under the parent. This is different from set_transient_for and set_parent. Change-Id: Ic5166d6364b45457e29ac8828319d0ba15eba380 --- protocol/tizen/tizen-extension.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/protocol/tizen/tizen-extension.xml b/protocol/tizen/tizen-extension.xml index c9232d5..5dbc7ed 100644 --- a/protocol/tizen/tizen-extension.xml +++ b/protocol/tizen/tizen-extension.xml @@ -19,7 +19,7 @@ - + @@ -360,6 +360,21 @@ + + + This makes a relationship between parent and child. A child is always placed under a parent. + + + + + + + + This makes a relationship between parent and child. A child is always placed under a parent. + + + + -- 2.7.4