hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=b2cf6c3f488cab293a7783a98611eb5e32da1f38

commit b2cf6c3f488cab293a7783a98611eb5e32da1f38
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Sat Apr 23 11:22:48 2016 +0900

    edc_navigator: support tooltip message.
---
 src/bin/edc_navigator.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/edc_navigator.c b/src/bin/edc_navigator.c
index 9b301e5..ed0335b 100644
--- a/src/bin/edc_navigator.c
+++ b/src/bin/edc_navigator.c
@@ -1410,6 +1410,8 @@ edc_navigator_init(Evas_Object *parent)
    Evas_Object *check = elm_check_add(box);
    elm_object_text_set(check, "Automatic Contraction");
    elm_check_state_set(check, config_auto_contract_get());
+   elm_object_tooltip_text_set(check, "Automatic Contraction contracts 
items</br> when other items are expanded");
+   elm_object_tooltip_orient_set(check, ELM_TOOLTIP_ORIENT_TOP);
    evas_object_smart_callback_add(check, "changed", check_changed_cb, nd);
    elm_object_focus_allow_set(check, EINA_FALSE);
    evas_object_size_hint_weight_set(check, EVAS_HINT_EXPAND, 0);

-- 


Reply via email to