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>
This commit is contained in:
Jee-Yong Um 2015-10-08 12:05:31 +02:00 committed by Cedric BAIL
parent 33f803a170
commit 4b7617063f
1 changed files with 2 additions and 2 deletions

View File

@ -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 {