summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2019-09-30 07:19:31 +0000
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-30 09:47:04 +0200
commit839b0f7d61fe17cd61ab7b01dff5036c43025d2c (patch)
tree7f2f301a327b13857c87f6c246e921c15eef21ac
parent8937ee4cf6609c5d6eccd940cda939589a80046b (diff)
downloadefl-839b0f7d61fe17cd61ab7b01dff5036c43025d2c.tar.gz
theme: port to efl.ui.clickable and use macro for anchor style
This patch applies the following commits to anchor style. bb1388798b1afaced65484cedf385a93f6b1bb6a 122ca2fa2f9290729e10715253e45f0ad343e09a Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D10247
-rw-r--r--data/elementary/themes/edc/efl/button.edc7
1 files changed, 1 insertions, 6 deletions
diff --git a/data/elementary/themes/edc/efl/button.edc b/data/elementary/themes/edc/efl/button.edc
index e9c0472fb8..487866545b 100644
--- a/data/elementary/themes/edc/efl/button.edc
+++ b/data/elementary/themes/edc/efl/button.edc
@@ -703,9 +703,9 @@ group { name: "efl/button:anchor"; data.item: "version" "123";
}
}
programs {
+ EFL_UI_CLICKABLE_PART_BIND("event")
program {
signal: "mouse,down,1"; source: "event";
- action: SIGNAL_EMIT "efl,action,press" "efl";
after: "button_click_anim";
}
program { name: "button_click_anim";
@@ -715,7 +715,6 @@ group { name: "efl/button:anchor"; data.item: "version" "123";
}
program {
signal: "mouse,up,1"; source: "event";
- action: SIGNAL_EMIT "efl,action,unpress" "efl";
after: "button_unclick_anim";
}
program { name: "button_unclick_anim";
@@ -736,10 +735,6 @@ group { name: "efl/button:anchor"; data.item: "version" "123";
target: "bar2";
target: "text2";
}
- program {
- signal: "mouse,clicked,1"; source: "event";
- action: SIGNAL_EMIT "efl,action,click" "efl";
- }
program { name: "button_text_visible";
signal: "efl,text,set"; source: "efl";
script {