Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default.edc 


Log Message:
Added first take on border menus, may need a little tidying
install e_utils module for full icon editing effect
need to fix up icon creation in eapp_edit, then hook in file name generation  
here
will be able to pass in window class, which will save folk a lot of time
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default.edc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- default.edc 21 Dec 2004 03:03:23 -0000      1.14
+++ default.edc 22 Dec 2004 15:50:25 -0000      1.15
@@ -1595,6 +1595,12 @@
            action:  SIGNAL_EMIT "resize_stop" "mouse,1";
         }
         program {
+           name:    "menu_action";
+           signal:  "mouse,clicked,1";
+           source:  "icon";
+           action:  SIGNAL_EMIT "action" "menu";
+        }
+        program {
            name:    "close_action";
            signal:  "mouse,clicked,1";
            source:  "button_0";




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to