Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_enums.h 


Log Message:
- remove the EWL_CALLBACK_HILITED callback as it's never used
- move the EWL_CALLBACK_CLICK callback up with the other mouse events
- minor formatting

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_enums.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ewl_enums.h 2 Dec 2005 20:09:57 -0000       1.27
+++ ewl_enums.h 2 Dec 2005 20:16:46 -0000       1.28
@@ -21,8 +21,8 @@
        EWL_CALLBACK_UNREALIZE, /**< When a widget is no longer drawn */
        EWL_CALLBACK_SHOW, /**< A widget has been marked visible */
        EWL_CALLBACK_HIDE, /**< A widget is marked hidden */
-        EWL_CALLBACK_OBSCURE,        /**< Widget is offscreen */
-        EWL_CALLBACK_REVEAL,         /**< Widget returned to screen */
+        EWL_CALLBACK_OBSCURE, /**< Widget is offscreen */
+        EWL_CALLBACK_REVEAL, /**< Widget returned to screen */
        EWL_CALLBACK_DESTROY, /**< The widget is freed */
        EWL_CALLBACK_DELETE_WINDOW, /**< The window is being closed */
        EWL_CALLBACK_CONFIGURE, /**< The object is being resized */
@@ -35,10 +35,9 @@
        EWL_CALLBACK_MOUSE_WHEEL, /**< Mouse wheel scrolled */
        EWL_CALLBACK_MOUSE_IN, /**< Mouse was placed over the widget */
        EWL_CALLBACK_MOUSE_OUT, /**< Mouse was moved away from the widget */
+       EWL_CALLBACK_CLICKED, /**< Mouse was pressed and released on a widget */
        EWL_CALLBACK_FOCUS_IN, /**< Widget was selected by mouse or key */
        EWL_CALLBACK_FOCUS_OUT, /**< Widget was deselected by mouse or key */
-       EWL_CALLBACK_CLICKED, /**< Mouse was pressed and released on a widget */
-       EWL_CALLBACK_HILITED, /**< Mouse is over the widget */
        EWL_CALLBACK_VALUE_CHANGED, /**< Value in widget changed */
        EWL_CALLBACK_STATE_CHANGED, /**< Alter the state of the appearance */
        EWL_CALLBACK_APPEARANCE_CHANGED, /**< Theme key of widget changed */
@@ -46,8 +45,8 @@
        EWL_CALLBACK_WIDGET_DISABLE, /**< Widget no longer takes input */
 
        EWL_CALLBACK_DND_POSITION, /** A DND position event **/
-       EWL_CALLBACK_DND_ENTER,    /** On enter of a widget **/
-       EWL_CALLBACK_DND_LEAVE,    /** On exit of a widget **/
+       EWL_CALLBACK_DND_ENTER, /** On enter of a widget **/
+       EWL_CALLBACK_DND_LEAVE, /** On exit of a widget **/
        
        EWL_CALLBACK_MAX /**< Flag to indicate last value */
 };




-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to