Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/data/themes/default


Modified Files:
        default.edc 


Log Message:
support the preview group
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/themes/default/default.edc,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- default.edc 3 Mar 2004 21:31:50 -0000       1.13
+++ default.edc 7 Mar 2004 12:43:09 -0000       1.14
@@ -164,7 +164,8 @@
    image, "menu_top_center.png"                LOSSY 80;
    image, "menu_top_left.png"          LOSSY 80;
    image, "menu_top_right.png"         LOSSY 80;
-   image, "menu.png"           LOSSY 80;
+   image, "menu.png"                   LOSSY 80;
+   image, "default_preview.png"                LOSSY 80;
 
 }
 
@@ -2091,5 +2092,50 @@
            }
        }
     }
+    group
+    {
+       name, "Preview";
+       min, 80 60;
+       max, 80 60; 
+       parts
+       {
+           part
+           {
+               name, "img";
+               type, IMAGE;
+               mouse_events, 1;
+               description
+               {
+                   state, "default" 0.0;
+                   min, 80 60;
+                   max, 80 60; 
+                   visible, 1;
+                   rel1
+                   {
+                       relative, 0.0 0.0;
+                       offset, 2 2;
+                   }
+                   rel2
+                   {
+                       relative, 1.0 1.0;
+                       offset, -2 -2;
+                   }
+                   image {
+                       normal, "default_preview.png";
+                   }
+               }
+           }
+       }
+       programs
+       {
+           program
+           {
+               name, "PreviewClicked";
+               signal, "mouse,clicked,1";
+               source, "img";
+               action, SIGNAL_EMIT "PreviewSelected" "";
+           }
+       }
+    }
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to