Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/config


Modified Files:
        definitions 


Log Message:
Don't create invisible tooltip windows.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/config/definitions,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- definitions 28 Dec 2004 23:46:42 -0000      1.3
+++ definitions 19 Apr 2005 17:32:06 -0000      1.4
@@ -664,7 +664,7 @@
   __USE_ICON image"_ICLASS";\
   __HAS_TITLE title;\
 __END
-             
+
 #define USE_ICON_IMAGES_FOR_CLIENT_NAME(name, image, image2, image3) \
 __ICLASS __BGN;\
   __NAME image"_ICLASS";\
@@ -854,6 +854,14 @@
   __DISTANCE distance;\
 __END
 
+#define DEFINE_TOOLTIP_SIMPLE(name, iclass, tclass, distance) \
+__TOOLTIP __BGN;\
+  __NAME name;\
+  __ICLASS iclass;\
+  __TCLASS tclass;\
+  __DISTANCE distance;\
+__END
+
 /*********** Sound creation macros *******************************/
 #define BEGIN_SOUND \
 __SOUND __BGN
@@ -897,7 +905,7 @@
   __BACKGROUND_LAYER file 1 0 0 0 0 1024
 
 #define ADD_BACKGROUND_TILED_SCALED_HORIZONTALLY(file)\
-  __BACKGROUND_LAYER file 1 0 0 0 1024 0 
+  __BACKGROUND_LAYER file 1 0 0 0 1024 0
 
 #define ADD_BACKGROUND_CENTERED(file)\
   __BACKGROUND_LAYER file 0 1 512 512 0 0
@@ -910,7 +918,7 @@
 
 #define ADD_BACKGROUND_TILED_SCALED_RETAIN_ASPECT(file)\
   __BACKGROUND_LAYER file 1 1 512 512 1024 1024
-  
+
 #define ADD_OVERLAY_IMAGE_CENTERED(file) \
   __FORGROUND_LAYER file 1 512 512 0 0
 




-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to