Enlightenment CVS committal
Author : iamsthitha
Project : e_modules
Module : taskbar
Dir : e_modules/taskbar/data/themes
Modified Files:
taskbar.edc
Log Message:
indent and add urgent
===================================================================
RCS file: /cvs/e/e_modules/taskbar/data/themes/taskbar.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- taskbar.edc 8 Jul 2007 07:22:32 -0000 1.9
+++ taskbar.edc 8 Jan 2008 04:34:17 -0000 1.10
@@ -10,6 +10,7 @@
image: "e17_pager_desk.png" COMP;
image: "e17_button_sm.png" COMP;
image: "e17_button_sm2.png" COMP;
+ image: "e17_button_sm2_urgent.png" COMP;
image: "e17_button_sm_disabled.png" COMP;
image: "e17_titlebar_glint1.png" COMP;
image: "e17_titlebar_glint2.png" COMP;
@@ -123,6 +124,26 @@
}
}
+ part {
+ name: "button_image_urgent";
+ type: IMAGE;
+ mouse_events: 0;
+ description {
+ state: "default" 0.0;
+ min: 56 16;
+ image {
+ normal: "e17_button_sm2_urgent.png";
+ border: 8 8 8 8;
+ }
+ color: 255 255 255 0;
+ }
+ description {
+ state: "active" 0.0;
+ inherit: "default" 0.0;
+ color: 255 255 255 255;
+ }
+ }
+
// icon display region on button
part {
name: "item";
@@ -302,6 +323,42 @@
action: STATE_SET "focused" 0.0;
transition: LINEAR 0.0;
target: "button_image";
+ }
+ program {
+ name: "urgent";
+ signal: "urgent";
+ source: "";
+ after: "go_urgent";
+ }
+ program {
+ name: "go_urgent";
+ action: STATE_SET "active" 0.0;
+ transition: LINEAR 0.5;
+ target: "button_image_urgent";
+ after: "go_urgent2";
+ }
+ program {
+ name: "go_urgent2";
+ action: STATE_SET "default" 0.0;
+ transition: LINEAR 0.5;
+ target: "button_image_urgent";
+ after: "go_urgent";
+ }
+ program {
+ name: "not_urgent";
+ signal: "not_urgent";
+ source: "";
+ action: ACTION_STOP;
+ target: "go_urgent";
+ target: "go_urgent2";
+ target: "go_not_urgent";
+ after: "go_not_urgent";
+ }
+ program {
+ name: "go_not_urgent";
+ action: STATE_SET "default" 0.0;
+ transition: LINEAR 0.5;
+ target: "button_image_urgent";
}
program {
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs