summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJee-Yong Um <jc9.um@samsung.com>2015-10-08 12:05:31 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-10-24 04:05:23 +0200
commit5d0b72daef219dd21ccf0a2773b5d5a9e26d58a8 (patch)
tree4e52798b3358208aaf7ac426d676665858fc5d1c
parent73d4c84962fd79314c4374dddf4762af7c5df338 (diff)
downloadelementary-5d0b72daef219dd21ccf0a2773b5d5a9e26d58a8.tar.gz
elm_hoversel: change API name (label_auto_changed -> auto_update)
Summary: elm_hoversel_label_auto_changed_set/get() API names are not clear. Reviewers: Hermet, cedric Reviewed By: cedric Differential Revision: https://phab.enlightenment.org/D3139 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
-rw-r--r--src/lib/elm_hoversel.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_hoversel.eo b/src/lib/elm_hoversel.eo
index ae67b10dc..5da60e8c6 100644
--- a/src/lib/elm_hoversel.eo
+++ b/src/lib/elm_hoversel.eo
@@ -58,13 +58,13 @@ class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface,
}
}
@property auto_update {
- [[Change the label of hoversel to that of selected item automatically.]]
+ [[Update icon and text of hoversel same to those of selected item automatically.]]
get{
}
set{
}
values {
- auto_update: bool; [[$true if the label is changed automatically or $false otherwise]]
+ auto_update: bool; [[$true if hoversel is updated automatically or $false otherwise]]
}
}
hover_begin {