Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_fileman.edc 


Log Message:
- show selections
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_fileman.edc,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- default_fileman.edc 2 Nov 2005 01:37:11 -0000       1.17
+++ default_fileman.edc 2 Nov 2005 11:10:37 -0000       1.18
@@ -150,6 +150,8 @@
    image: "e17_fileman_rubberband.png" COMP;   
    image: "e17_menu_bg_border.png" COMP;
    image: "e17_logo.png" COMP;   
+   
+   image: "e17_button.png" COMP;
 }
 
 styles
@@ -939,6 +941,31 @@
         }
       }
       part {
+        name:          "icon_overlay";
+        mouse_events:  1;
+        description {
+           state:      "default" 0.0;
+           visible:     0;
+           rel1 {
+              relative: 0.0 0.0;
+              offset:   0 0;
+           }
+           rel2 {
+              relative: 1.0 1.0;
+              offset:   -1 -1;
+           }
+           image {
+              normal: "e17_button.png";
+           }
+           color:      255 255 255 128;
+        }
+        description {
+           state: "clicked" 0.0;
+            inherit: "default" 0.0;
+           visible: 1;
+        }             
+      }
+      part {
         name:          "icon_title";      
         type:          SWALLOW;
         description {
@@ -948,7 +975,7 @@
            rel1 {
               to: "icon_swallow";
               relative: 0.0 1.0;
-              offset:   -1 -1;
+              offset:   1 -1;
            }
            rel2 {
               to: "icon_swallow";
@@ -960,7 +987,7 @@
            state:   "clicked" 0.0;
            inherit: "default" 0.0;
         }
-      }
+      }      
       part {
         name:          "icon_event";
         type:          RECT;
@@ -977,7 +1004,7 @@
            }
            color:      0 0 0 0;
         }
-      }      
+      }
 /*
       part {
         name:          "icon_title";
@@ -1025,6 +1052,7 @@
         source: ""; 
         action: STATE_SET "clicked" 0.0; 
         target: "icon_title"; 
+        target: "icon_overlay";
       } 
       program { 
         name:   "unclicked"; 
@@ -1032,6 +1060,7 @@
         source: ""; 
         action: STATE_SET "default" 0.0; 
         target: "icon_title"; 
+         target: "icon_overlay";        
       }      
    }   
 }




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to