Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default/widgets


Modified Files:
        button.edc entry.edc toggle_button.edc 


Log Message:
* Dnd theme work

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/etk/data/themes/default/widgets/button.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- button.edc  4 Dec 2005 14:54:56 -0000       1.6
+++ button.edc  13 Feb 2006 23:28:43 -0000      1.7
@@ -202,6 +202,7 @@
          }
       }
       FOCUS_GLOW(0.0, 0.0, 0, 0, "button", 1.0, 1.0, -1, -1, "button")
+      DROP_GLOW(0.0, 0.0, 0, 0, "button", 1.0, 1.0, -1, -1, "button")
    }
    programs {
       program {
@@ -245,6 +246,24 @@
          UNFOCUS_GLOW_ACTION
       }
       program {
+         name: "drop_enter";
+         signal: "drop_enter";
+         source: "";
+         DROP_ENTER_ACTION
+      }
+      program {
+         name: "drag_leave";
+         signal: "drag_leave";
+         source: "";
+         DROP_LEAVE_ACTION
+      }
+      program {
+         name: "drag_drop";
+         signal: "drag_drop";
+         source: "";
+         DROP_LEAVE_ACTION
+      }
+      program {
          name: "go_active";
          action: STATE_SET "active" 0.0;
          target: "glint1";
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/etk/data/themes/default/widgets/entry.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- entry.edc   11 Feb 2006 00:28:31 -0000      1.3
+++ entry.edc   13 Feb 2006 23:28:43 -0000      1.4
@@ -41,6 +41,7 @@
          }
       }
       FOCUS_GLOW(0.0, 0.0, -1, -1, "entry", 1.0, 1.0, 0, 0, "entry")
+      DROP_GLOW(0.0, 0.0, -1, -1, "entry", 1.0, 1.0, 0, 0, "entry")
    }
    programs {
       program {
@@ -55,5 +56,23 @@
          source: "";
          UNFOCUS_GLOW_ACTION
       }
+      program {
+         name: "drop_enter";
+         signal: "drop_enter";
+         source: "";
+         DROP_ENTER_ACTION
+      }
+      program {
+         name: "drag_leave";
+         signal: "drag_leave";
+         source: "";
+         DROP_LEAVE_ACTION
+      }
+      program {
+         name: "drag_drop";
+         signal: "drag_drop";
+         source: "";
+         DROP_LEAVE_ACTION
+      }
    }
 }
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/etk/data/themes/default/widgets/toggle_button.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- toggle_button.edc   4 Dec 2005 14:54:56 -0000       1.4
+++ toggle_button.edc   13 Feb 2006 23:28:43 -0000      1.5
@@ -222,6 +222,7 @@
          }
       }
       FOCUS_GLOW(0.0, 0.0, 0, 0, "toggle_button", 1.0, 1.0, -1, -1, 
"toggle_button")
+      DROP_GLOW(0.0, 0.0, 0, 0, "toggle_button", 1.0, 1.0, -1, -1, 
"toggle_button")
    }
    programs {
       program {
@@ -282,6 +283,24 @@
          source: "";
          UNFOCUS_GLOW_ACTION
       }
+      program {
+         name: "drop_enter";
+         signal: "drop_enter";
+         source: "";
+         DROP_ENTER_ACTION
+      }
+      program {
+         name: "drag_leave";
+         signal: "drag_leave";
+         source: "";
+         DROP_LEAVE_ACTION
+      }
+      program {
+         name: "drag_drop";
+         signal: "drag_drop";
+         source: "";
+         DROP_LEAVE_ACTION
+      }
 
       program {
          name: "go_active";




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