Enlightenment CVS committal Author : codewarrior Project : e17 Module : proto
Dir : e17/proto/etk/data/themes/default/widgets Modified Files: tree.edc Log Message: - formatting - patch from ezek for etk_notebook_page_remove's implementation =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/data/themes/default/widgets/tree.edc,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- tree.edc 22 Feb 2006 22:31:03 -0000 1.12 +++ tree.edc 2 Mar 2006 14:37:50 -0000 1.13 @@ -30,6 +30,7 @@ } } FOCUS_GLOW(0.0, 0.0, -1, -1, "tree", 1.0, 1.0, 0, 0, "tree") + DRAG_GLOW(0.0, 0.0, -1, -1, "tree", 1.0, 1.0, 0, 0, "tree"); } programs { program { @@ -44,6 +45,24 @@ source: ""; UNFOCUS_GLOW_ACTION } + program { + name: "drag_enter"; + signal: "drag_enter"; + source: ""; + DRAG_ENTER_ACTION + } + program { + name: "drag_leave"; + signal: "drag_leave"; + source: ""; + DRAG_LEAVE_ACTION + } + program { + name: "drag_drop"; + signal: "drag_drop"; + source: ""; + DRAG_LEAVE_ACTION + } } } group { ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs