seoz pushed a commit to branch master.

commit 13859d3f5b609319766862b408ccf6de293be45f
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri Aug 23 20:10:23 2013 +0900

    test.c: added guide text to widget name search entry.
---
 src/bin/test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/test.c b/src/bin/test.c
index 570506c..59cd338 100644
--- a/src/bin/test.c
+++ b/src/bin/test.c
@@ -477,6 +477,7 @@ my_win_main(const char *autorun, Eina_Bool test_win_only)
    en = elm_entry_add(win);
    elm_entry_single_line_set(en, EINA_TRUE);
    elm_entry_scrollable_set(en, EINA_TRUE);
+   elm_object_part_text_set(en, "guide", "Type widget name here to search.");
    evas_object_size_hint_weight_set(en, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
    evas_object_size_hint_align_set(en, EVAS_HINT_FILL, EVAS_HINT_FILL);
    evas_object_smart_callback_add(en, "changed,user", _entry_changed_cb, NULL);

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to