projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57503a9
)
test.c: added guide text to widget name search entry.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Fri, 23 Aug 2013 11:10:23 +0000
(20:10 +0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Fri, 23 Aug 2013 11:10:23 +0000
(20:10 +0900)
src/bin/test.c
patch
|
blob
|
history
diff --git
a/src/bin/test.c
b/src/bin/test.c
index 570506c19e953acf9ae5eebbfa71ac1940a4837c..59cd338cfac53a568127be2ed46f2653427c9ebe 100644
(file)
--- 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);