Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_icons.edc 


Log Message:
- menu entry candy (ilLogict)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_icons.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- default_icons.edc   15 Oct 2005 05:38:27 -0000      1.4
+++ default_icons.edc   29 Oct 2005 13:52:37 -0000      1.5
@@ -418,8 +418,8 @@
       name: "icons/enlightenment/fileman";
       max:  64 64;
       parts {
-        part {
-           name:          "icon";
+        part {      
+           name:          "fileman_button";
            mouse_events:  0;
            description {
               state:    "default" 0.0;
@@ -430,6 +430,48 @@
               }
            }
         }
+        part {
+           name:          "fileman_button_glow";
+           mouse_events:  0;
+           description {
+              state:    "default" 0.0;
+              visible:   0;
+              rel1 {
+                 to:       "fileman_button";
+              }
+              rel2 {
+                 to:       "fileman_button";
+              }
+              color:       255 255 255 0;
+              image {
+                 normal: "e17_icon_fileman_folder_clicked.png";
+              }
+           }
+           description {
+              state:    "hilited" 0.0;
+              inherit:  "default"  0.0;
+              visible:   1;
+              color:     255 255 255 255;
+           }
+        }
+      }
+      programs {
+         program {      
+           name:       "fileman_button_in";
+           signal:     "active";
+           source:     "";
+           action:     STATE_SET "hilited" 0.0;
+           transition: LINEAR 0.5;
+           target:     "fileman_button_glow";
+        }
+        program {
+           name:       "fileman_button_out";
+           signal:     "passive";
+           source:     "";
+           action:     STATE_SET "default" 0.0;
+           transition: LINEAR 0.5;
+           target:     "fileman_button_glow";
+        }
       }
    }
    group {




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to