Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/e17/bits


Modified Files:
        entry-groups.edc 


Log Message:
Use an entry background that matches e17.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/entry-groups.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- entry-groups.edc    17 Mar 2005 05:55:38 -0000      1.2
+++ entry-groups.edc    27 Oct 2005 19:39:36 -0000      1.3
@@ -1,35 +1,79 @@
-
 group {
-    name, "entry";
-
-    data {
-        item, "inset/left" "6";
-        item, "inset/right" "6";
-        item, "inset/top" "6";
-        item, "inset/bottom" "6";
-    }
-    parts {
-        part {
-            name, "entry_outline";
-            mouse_events, 0;
-            description {
-                state, "default" 0.0;
-                visible, 1;
-                rel1 {
-                    relative, 0.0 0.0;
-                    offset, 0 0;
-                }
-                rel2 {
-                    relative, 1.0 1.0;
-                    offset, -1 -1;
-                }
-                image {
-                    normal, "e17_titlebar_outline.png";
-                    border, 8 8 8 8;
-                }
+   name: "entry";
+   min: 18 18;
+   data {
+       item: "inset/left" "4";
+       item: "inset/top" "4";
+   }
+   parts {
+      part {
+         name: "entry";
+         description {
+            state: "default" 0.0;
+            rel1 {
+               relative: 0.0 0.0;
+               offset: 0 0;
             }
-        }
-    }
+            rel2 {
+               relative: 1.0 1.0;
+               offset: -1 -1;
+            }
+            image {
+               normal: "entry.png";
+               border: 8 8 8 8;
+            }
+         }
+         description {
+            state: "focus" 0.0;
+            inherit: "default" 0.0;
+            image {
+               normal: "entry_focus.png";
+            }
+         }
+      }
+      part {
+         name: "entry_focus";
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            color: 255 255 255 0;
+            rel1 {
+               relative: 0.0 0.0;
+               offset: 0 0;
+            }
+            rel2 {
+               relative: 1.0 1.0;
+               offset: -1 -1;
+            }
+            image {
+               normal: "entry_focus.png";
+               border: 8 8 8 8;
+            }
+         }
+         description {
+            state: "focus" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+            color: 255 255 255 255;
+         }
+      }
+   }
+   programs {
+      program {
+         name: "entry_focus";
+         signal: "focus";
+         source: "";
+         action: STATE_SET "focus" 0.0;
+         transition: LINEAR 0.2;
+         target: "entry_focus";
+      }
+      program {
+         name: "button_unfocus";
+         signal: "unfocus";
+         source: "";
+         action: STATE_SET "default" 0.0;
+         transition: LINEAR 0.2;
+         target: "entry_focus";
+      }
+   }
 }
-
-




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