Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_scrollframe.edc 


Log Message:


and working on maing a border selector
does NOTHING YET! BEWARE! do NOT useit if u dont want some pain. i need to
make ecore evas canavses accepssible form an evas pointer etc. to make the
livethumb stuff cleaner so it can work

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e/data/themes/default_scrollframe.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- default_scrollframe.edc     6 Nov 2005 05:48:50 -0000       1.3
+++ default_scrollframe.edc     6 Nov 2005 08:03:13 -0000       1.4
@@ -18,6 +18,7 @@
    image: "e17_sb_runnerv.png" COMP;
    image: "e17_scrollbar_hdrag_thumb.png" COMP;
    image: "e17_scrollbar_vdrag_thumb.png" COMP;
+   image: "focus.png" COMP;
 }
 
 group {
@@ -565,6 +566,29 @@
            }
         }
       }
+      part {
+        name: "focus";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           visible: 0;
+           color: 255 255 255 0;
+           image {
+              normal: "focus.png";
+              border: 7 7 7 7;
+              middle: 0;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state: "focused" 0.0;
+           inherit: "default" 0.0;
+           visible: 1;
+           color: 255 255 255 255;
+        }
+      }
    }
    programs {   
       program {
@@ -736,5 +760,21 @@
          action:  STATE_SET "default" 0.0;
         target: "hbar_bar";
       }
+      program {
+        name: "focus_in";
+        signal: "focus_in";
+        source: "";
+         action: STATE_SET "focused" 0.0;
+        transition: DECELERATE 0.2;
+        target: "focus";
+      }
+      program {
+        name: "focus_out";
+        signal: "focus_out";
+        source: "";
+         action: STATE_SET "default" 0.0;
+        transition: ACCELERATE 0.5;
+        target: "focus";
+      }
    }
 }




-------------------------------------------------------
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