summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSoohye Shin <soohye.shin@samsung.com>2015-07-13 21:27:27 +0900
committerSoohye Shin <soohye.shin@samsung.com>2015-07-13 21:31:59 +0900
commit051702759c65ba4343b5ba43f239091eee736191 (patch)
tree5e86fcbc363142a6d8a1b45ba0f3abcbdecdf67f /include
parent9d5086a7f39d479a0575a2da244d97f68feef011 (diff)
downloadair_home-051702759c65ba4343b5ba43f239091eee736191.tar.gz
air_home-051702759c65ba4343b5ba43f239091eee736191.tar.bz2
air_home-051702759c65ba4343b5ba43f239091eee736191.zip
add photo viewer popup when gengrid item is selected
- modify gengrid edc to apply focus_highlight - add elm_win_focus_highlight_enable to display focus_highlight of gengrid when photo_viewer is shown/hidden Change-Id: I023fa663f8ee979362410defcdcd9c5dc1e892bc Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/defs.h b/include/defs.h
index 328503b..7011a4e 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -96,6 +96,8 @@
#define PART_TITLE_TEXT "title,text"
#define PART_POPUP_BUTTON_1 "button1"
#define PART_POPUP_BUTTON_2 "button2"
+#define PART_SWALLOW_ICON "elm.swallow.icon"
+#define PART_SWALLOW_CONTENT "elm.swallow.content"
#define SIG_SHOW_NAVIGATION "sig.show.navigation"
#define SIG_HIDE_NAVIGATION "sig.hide.navigation"