summaryrefslogtreecommitdiff
path: root/data/themes/default_cslider.edc
diff options
context:
space:
mode:
authorrephorm <rephorm>2006-08-22 07:39:11 +0000
committerrephorm <rephorm@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2006-08-22 07:39:11 +0000
commita5c71890d4930286458ab7da4f8ee19efd5013e6 (patch)
tree09b12a69a38a451dd71f4ca883515e23047f5df1 /data/themes/default_cslider.edc
parent49c524e4c7b6dd3ae0786bef964fef167926f580 (diff)
downloadenlightenment-a5c71890d4930286458ab7da4f8ee19efd5013e6.tar.gz
****** MAJOR THEME REWORKING -- BREAKAGE *********
Almost every signal and required part name has changed. This means that ALL themes other than the default one are now broken. Sorry, but this had to happen. I have a list of mappings from old to new at http://rephorm.com/files/dump/e_theme_map.txt There will probably be a little more cleanup on this in the coming days. Then I'll write it all up in a nice theme spec. SVN revision: 25033
Diffstat (limited to 'data/themes/default_cslider.edc')
-rw-r--r--data/themes/default_cslider.edc20
1 files changed, 10 insertions, 10 deletions
diff --git a/data/themes/default_cslider.edc b/data/themes/default_cslider.edc
index 18b7de37e9..80a8ba3a30 100644
--- a/data/themes/default_cslider.edc
+++ b/data/themes/default_cslider.edc
@@ -45,7 +45,7 @@ group {
}
}
part {
- name: "content";
+ name: "e.swallow.content";
type: SWALLOW;
mouse_events: 0;
clip_to: "content_clip";
@@ -61,11 +61,11 @@ group {
}
}
part {
- name: "cursor";
+ name: "e.dragable.cursor";
type: RECT;
clip_to: "content_clip";
dragable {
- confine: "content";
+ confine: "e.swallow.content";
x: 1 1 0;
y: -1 1 0;
}
@@ -75,12 +75,12 @@ group {
max: 1 9999;
fixed: 1 1;
rel1 {
- to: "content";
+ to: "e.swallow.content";
relative: 0.5 0;
offset: 0 0;
}
rel2 {
- to: "content";
+ to: "e.swallow.content";
relative: 0.5 1;
offset: 0 -1;
}
@@ -91,12 +91,12 @@ group {
max: 9999 1;
fixed: 1 1;
rel1 {
- to: "content";
+ to: "e.swallow.content";
relative: 0 0.5 ;
offset: 0 0;
}
rel2 {
- to: "content";
+ to: "e.swallow.content";
relative: 1 0.5;
offset: -1 0;
}
@@ -123,10 +123,10 @@ group {
programs {
program {
name: "go_vertical";
- signal: "e,direction,v";
- source: "";
+ signal: "e,state,direction,v";
+ source: "e";
action: STATE_SET "vertical" 0.0;
- target: "cursor";
+ target: "e.dragable.cursor";
target: "background";
}
}