summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSoohye Shin <soohye.shin@samsung.com>2015-08-27 14:46:15 +0900
committerSoohye Shin <soohye.shin@samsung.com>2015-08-27 23:34:02 -0700
commit3f5c7f557caa9dddd5ed9bef4125fcc6aab0aee2 (patch)
treefa70193a4d82a2b53bab2ec9e9e15bd2922c5b45 /include
parent6ba9f5eb30f1cf0acbcc5132abfcc98a44aea47f (diff)
downloadair_home-3f5c7f557caa9dddd5ed9bef4125fcc6aab0aee2.tar.gz
air_home-3f5c7f557caa9dddd5ed9bef4125fcc6aab0aee2.tar.bz2
air_home-3f5c7f557caa9dddd5ed9bef4125fcc6aab0aee2.zip
add toast in utils
Change-Id: Ic054118fd7a434b49a32f1fecbd5b7076ae1ec4d Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/defs.h1
-rw-r--r--include/utils.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/defs.h b/include/defs.h
index 63cbc31..6c63405 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -155,6 +155,7 @@
#define STYLE_LABEL_ACTION_MENU_TITLE "slide_action_menu_title"
#define STYLE_LABEL_ACTION_MENU_TITLE_FOCUS "slide_action_menu_title_focus"
#define STYLE_LABEL_ACTION_MENU_TITLE_DIS "slide_action_menu_title_dis"
+#define STYLE_TOAST "toast"
#define COLOR_DEFAULT_R 0
#define COLOR_DEFAULT_G 119
diff --git a/include/utils.h b/include/utils.h
index 6c42fe5..de543db 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -49,6 +49,7 @@ Evas_Object *utils_add_entry(Evas_Object *base, bool password, bool scroll,
const char *part, const char *style);
Evas_Object *utils_add_popup(Evas_Object *base, char *title, char *message);
Evas_Object *utils_add_rectangle(Evas_Object *base, int r, int g, int b, int a);
+Evas_Object *utils_add_toast(Evas_Object *base, char *message);
bool utils_launch_app(const char *pkg, const char *key, const char *value);
#endif /* __AIR_HOME_UTILS_H__ */