Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/data/themes/default/parts


Modified Files:
        tooltip.edc 


Log Message:
fix tooltips, get rid of multiple states for multiple text strings and use embryo's 
set_text call
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entice/data/themes/default/parts/tooltip.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- tooltip.edc 2 Mar 2004 21:14:10 -0000       1.2
+++ tooltip.edc 22 Oct 2004 20:13:28 -0000      1.3
@@ -47,26 +47,27 @@
                effect, OUTLINE;
                mouse_events, 0;
                clip_to, "EnticeToolTipClip";
-#define TT_DESC(sname, stxt) \
-    description { state, sname 0.0; visible, 1; \
-rel1 { relative, 0.0 0.0; offset, 0 0; to, "EnticeToolTipClip"; } \
-rel2 { relative, 1.0 1.0; offset, -5 -5; to, "EnticeToolTipClip"; } \
-color2, 0 0 0 192; color, 229 229 229 255; \
-text { text, stxt; font, "Edje.VeraI"; size, 18; fit, 0 0; align, 1.0 0.0; } }
-    
-    TT_DESC("default", "")
-    TT_DESC("delete_image", "Delete the current Image")
-    TT_DESC("prev_image", "Load the Previous Image")
-    TT_DESC("next_image", "Load the Next Image")
-    TT_DESC("rotate_right", "Rotate the Image Right 90 Degrees")
-    TT_DESC("rotate_left", "Rotate the Image Left 90 Degrees")
-    TT_DESC("slideshow_start", "Start a slideshow of my Images")
-    TT_DESC("slideshow_stop", "Stop the slideshow")
-    TT_DESC("zoom_normal", "Show the Image with 1:1 aspect")
-    TT_DESC("zoom_in", "Zoom in slightly")
-    TT_DESC("zoom_out", "Zoom out slightly")
-    TT_DESC("expand_image", "Scale Image to fill Image area")
-    TT_DESC("full_screen", "Toggle fullscreen mode")
-    TT_DESC("exit_entice", "Leave Entice")
-    TT_DESC("save_image", "Save the modified Image")
+               description { 
+                   state: "default" 0.0;
+                   visible: 1;
+                   rel1 { 
+                       relative, 0.0 0.0; 
+                       offset, 0 0; 
+                       to, "EnticeToolTipClip"; 
+                   } rel2 { 
+                       relative, 1.0 1.0; 
+                       offset, -5 -5; 
+                       to, "EnticeToolTipClip"; 
+                   } 
+                   color, 229 229 229 255;
+                   color2, 0 0 0 192; 
+                   text { 
+                       text, ""; 
+                       font, "Edje.VeraI"; 
+                       size, 18; 
+                       fit, 0 0; 
+                       align, 1.0 0.0; 
+                   }
+               }
            }
+    




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to