thought this could be useful if themers want to add a lower button to the border.
--- cvs/e17/apps/e/src/bin/e_config.c   2007-06-23 13:42:52.000000000 +0200
+++ cvs1/e17/apps/e/src/bin/e_config.c  2007-06-23 13:50:24.000000000 +0200
@@ -1051,6 +1051,10 @@
                       "e.event.shade",
                       E_BINDING_MODIFIER_NONE, 1,
                       "window_shaded_toggle", "up");
+       CFG_SIGNALBIND(E_BINDING_CONTEXT_BORDER, "mouse,clicked,?", 
+                      "e.event.lower",
+                      E_BINDING_MODIFIER_NONE, 1,
+                      "window_lower", NULL);          
        CFG_SIGNALBIND(E_BINDING_CONTEXT_BORDER, "mouse,down,1", 
                       "e.event.icon",
                       E_BINDING_MODIFIER_NONE, 1, 
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to