From 3026d06d3c9f5e47fe4daa6914a3cce6656998d9 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Wed, 29 Jul 2020 19:41:40 +0900 Subject: [PATCH] text, inputmethod: Add input_panel_enabled protocol Change-Id: Ib49d09ce2e82e3001609c3fcb4f0a4a5f8d73b0b --- protocol/tizen/input-method.xml | 3 +++ protocol/tizen/text.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/protocol/tizen/input-method.xml b/protocol/tizen/input-method.xml index 09df757..567bcf0 100644 --- a/protocol/tizen/input-method.xml +++ b/protocol/tizen/input-method.xml @@ -322,6 +322,9 @@ + + + diff --git a/protocol/tizen/text.xml b/protocol/tizen/text.xml index bb65da5..4e831f0 100644 --- a/protocol/tizen/text.xml +++ b/protocol/tizen/text.xml @@ -298,6 +298,9 @@ + + + Notify the text_input object when it received focus. Typically in -- 2.7.4