From b47f140be267dcde6212dfa913e7e90a55fc287b Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Wed, 16 Jan 2013 06:34:49 +0000 Subject: [PATCH] [access] use acessibility own part for the naviframe title. SVN revision: 82857 --- data/themes/widgets/naviframe.edc | 23 +++++++++++++++++++++-- src/lib/elc_naviframe.c | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/data/themes/widgets/naviframe.edc b/data/themes/widgets/naviframe.edc index f3fcb61..3d2c91d 100644 --- a/data/themes/widgets/naviframe.edc +++ b/data/themes/widgets/naviframe.edc @@ -147,7 +147,16 @@ group { name: "elm/naviframe/item/basic/default"; } } } - + part { name: "access.title"; + type: RECT; + repeat_events: 1; + description { state: "default" 0.0; + fixed: 1 1; + rel1.to: "title_base"; + rel2.to: "title_base"; + color: 0 0 0 0; + } + } part { name: "elements_area"; type: RECT; mouse_events: 0; @@ -524,6 +533,7 @@ group { name: "elm/naviframe/item/overlap/default"; min: 1 55; align: 0.0 0.0; fixed: 0 1; +color: 255 0 0 125; rel1 { relative: 0.0 0.0; } rel2 { relative: 1.0 0.0; } } @@ -592,7 +602,16 @@ group { name: "elm/naviframe/item/overlap/default"; } } } - + part { name: "access.title"; + type: RECT; + repeat_events: 1; + description { state: "default" 0.0; + fixed: 1 1; + rel1.to: "title_base"; + rel2.to: "title_base"; + color: 0 0 0 0; + } + } part { name: "elements_area"; type: RECT; mouse_events: 0; diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c index 2accf3c..a332054 100644 --- a/src/lib/elc_naviframe.c +++ b/src/lib/elc_naviframe.c @@ -15,7 +15,7 @@ static const char NEXT_BTN_PART[] = "elm.swallow.next_btn"; static const char ICON_PART[] = "elm.swallow.icon"; static const char TITLE_PART[] = "elm.text.title"; static const char SUBTITLE_PART[] = "elm.text.subtitle"; -static const char TITLE_ACCESS_PART[] = "title_base"; +static const char TITLE_ACCESS_PART[] = "access.title"; static const char SIG_TRANSITION_FINISHED[] = "transition,finished"; static const char SIG_TITLE_CLICKED[] = "title,clicked"; -- 2.7.4