Enlightenment CVS committal
Author : dj2
Project : misc
Module : eke
Dir : misc/eke/data/themes/default
Modified Files:
default.edc
Log Message:
- show/hide the scrollbars on the text body if required
===================================================================
RCS file: /cvsroot/enlightenment/misc/eke/data/themes/default/default.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- default.edc 30 Dec 2004 21:21:37 -0000 1.10
+++ default.edc 31 Dec 2004 00:16:00 -0000 1.11
@@ -1084,6 +1084,11 @@
border: 10 10 10 10;
}
}
+ description {
+ state, "hidden" 0.0;
+ inherit, "default" 0.0;
+ visible, 0;
+ }
}
part {
name, "feed.body.item.scroll";
@@ -1133,10 +1138,32 @@
}
color: 255 255 255 128;
}
+ description {
+ state, "hidden" 0.0;
+ inherit, "default" 0.0;
+ visible, 0;
+ }
}
}
programs {
program {
+ name, "scroll_hide";
+ signal, "body,scroll,hide";
+ source, "";
+ action, STATE_SET "hidden" 0.0;
+ target, "feed.body.item.scroll";
+ target, "feed.body.item.scroll.trough";
+ }
+ program {
+ name, "scroll_show";
+ signal, "body,scroll,show";
+ source, "";
+ action, STATE_SET "default" 0.0;
+ target, "feed.body.item.scroll.trough";
+ target, "feed.body.item.scroll";
+ }
+
+ program {
name: "onload";
signal: "load";
source: "";
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs