jihoon pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c37da6dd4244bc2e5e44bca950bdecc30f408790

commit c37da6dd4244bc2e5e44bca950bdecc30f408790
Author: Jihoon Kim <jihoon48....@samsung.com>
Date:   Tue Aug 23 17:11:01 2016 +0900

    elm_entry: Add more description about key event in return_key_type_set
    
    Signed-off-by: Jihoon Kim <jihoon48....@samsung.com>
---
 src/lib/elementary/elm_entry.eo | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/elementary/elm_entry.eo b/src/lib/elementary/elm_entry.eo
index 8f83210..1fb9395 100644
--- a/src/lib/elementary/elm_entry.eo
+++ b/src/lib/elementary/elm_entry.eo
@@ -422,6 +422,8 @@ class Elm.Entry (Elm.Layout, Elm.Interface_Scrollable, 
Efl.Ui.Clickable,
             [[Set the "return" key type. This type is used to set string or 
icon on the "return" key of the input panel.
 
               An input panel displays the string or icon associated with this 
type.
+
+              Regardless of return key type, "activated" event will be 
generated when pressing return key in single line entry.
             ]]
          }
          get {

-- 


Reply via email to