Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_fileman.edc 


Log Message:
mouse events.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_fileman.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- default_fileman.edc 13 Oct 2005 00:52:02 -0000      1.9
+++ default_fileman.edc 14 Oct 2005 12:02:52 -0000      1.10
@@ -265,7 +265,7 @@
       part {
         name:          "icon_swallow";
         type:          SWALLOW;
-        mouse_events:  1;
+        mouse_events:  0;
         description {
            min: 48 48;
            max: 128 128;
@@ -282,7 +282,7 @@
         }
       }
       part {
-        name:          "icon_title";
+        name:          "icon_title";      
         type:          TEXT;
         effect:        SHADOW;
         description {
@@ -305,7 +305,25 @@
            }
         }
       }
-
+      part {
+        name:          "icon_event";
+        type:          RECT;
+        mouse_events:  1;
+        description {
+           state:      "default" 0.0;
+           rel1 {
+              relative: 0.0 0.0;
+              offset:   0 0;
+              //to:       "icon_swallow";
+           }
+           rel2 {
+              relative: 1.0 1.0;
+              offset:   -1 -1;
+              //to:       "icon_swallow";
+           }
+           color:      0 0 0 0;
+        }
+      }      
 /*
       part {
         name:          "icon_title";




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to