Enlightenment CVS committal

Author  : titansoccer15
Project : e17
Module  : libs/ewl

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


Modified Files:
        entry-groups.edc 


Log Message:

Add the widget disabled/noneditable theme to ewl entry.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/entry-groups.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- entry-groups.edc    27 Dec 2005 23:20:05 -0000      1.10
+++ entry-groups.edc    19 Feb 2006 05:43:01 -0000      1.11
@@ -25,6 +25,14 @@
                border: 8 8 8 8;
             }
          }
+        description {
+           state: "disabled" 0.0;
+           inherit: "default" 0.0;
+           image {
+              normal: "entry_disabled.png";
+              border: 8 8 8 8;
+           }
+        }
          description {
             state: "focus" 0.0;
             inherit: "default" 0.0;
@@ -69,6 +77,42 @@
    programs {
 
       program {
+       name:   "disable";
+       signal: "disabled";
+       source: "*";
+       action: STATE_SET "disabled" 0.0;
+       transition: LINEAR 0.2;
+       target: "entry";
+      }
+
+      program {
+        name:   "enable";
+        signal: "enabled";
+        source: "*";
+        action: STATE_SET "default" 0.0;
+        transition: LINEAR 0.2;
+        target: "entry";
+      } 
+
+      program {
+        name:   "noteditable";
+        signal: "noteditable";
+        source: "*";
+        action: STATE_SET "disabled" 0.0;
+        transition: LINEAR 0.2;
+        target: "entry";
+      } 
+
+      program {
+        name:   "editable";
+        signal: "editable";
+        source: "*";
+        action: STATE_SET "default" 0.0;
+        transition: LINEAR 0.2;
+        target: "entry";
+      } 
+
+      program {
          name: "entry_focus";
          signal: "focus,in";
          source: "*";




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to