Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

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


Modified Files:
        Nebulous.edc 


Log Message:
support the preview group
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/themes/Nebulous/Nebulous.edc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Nebulous.edc        31 Oct 2003 20:32:45 -0000      1.7
+++ Nebulous.edc        7 Mar 2004 12:45:11 -0000       1.8
@@ -12,6 +12,7 @@
     image, "menu_top_left.png"         LOSSY 80;
     image, "menu_top_right.png"                LOSSY 80;
     image, "menu.png"          LOSSY 80;
+    image, "Nebulous_preview.png"              LOSSY 80;
 }
 collections
 {
@@ -1671,4 +1672,49 @@
            }
        }
     }
+    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, "Nebulous_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