Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_toolbar.edc 


Log Message:
Orientation support in the theme also.

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_toolbar.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- default_toolbar.edc 31 Oct 2007 10:05:32 -0000      1.1
+++ default_toolbar.edc 9 Nov 2007 20:59:05 -0000       1.2
@@ -45,6 +45,41 @@
                       to: "base";
                    }
                  image.normal: "e17_menu_bg.png";
+                 fill 
+                   {
+                      origin.offset: 0 -6;
+                      size.offset: 0 6;
+                   }
+              }
+            description 
+              {
+                 state: "bottom" 0.0;
+                 inherit: "default" 0.0;
+                 fill 
+                   {
+                      origin.offset: 0 0;
+                      size.offset: 0 6;
+                   }
+              }
+            description 
+              {
+                 state: "left" 0.0;
+                 inherit: "default" 0.0;
+                 fill 
+                   {
+                      origin.offset: -6 -16;
+                      size.offset: 6 16;
+                   }
+              }
+            description 
+              {
+                 state: "right" 0.0;
+                 inherit: "default" 0.0;
+                 fill 
+                   {
+                      origin.offset: 0 0;
+                      size.offset: 6 0;
+                   }
               }
          }
        part 
@@ -70,7 +105,69 @@
             description 
               {
                  state: "default" 0.0;
+                 rel1.offset: 18 2;
+                 rel2.offset: -19 -3;
               }
+            description 
+              {
+                 state: "bottom" 0.0;
+                 inherit: "default" 0.0;
+                 rel1.offset: 18 2;
+                 rel2.offset: -19 -3;
+              }
+            description 
+              {
+                 state: "left" 0.0;
+                 inherit: "default" 0.0;
+                 rel1.offset: 2 18;
+                 rel2.offset: -3 -19;
+              }
+            description 
+              {
+                 state: "right" 0.0;
+                 inherit: "default" 0.0;
+                 rel1.offset: 2 18;
+                 rel2.offset: -3 -19;
+              }
+         }
+     }
+   programs 
+     {
+       program 
+         {
+            name: "orient1";
+            signal: "e,state,orientation,top";
+            source: "e";
+            action: STATE_SET "default" 0.0;
+            target: "bg";
+            target: "e.swallow.content";
+         }
+       program 
+         {
+            name: "orient2";
+            signal: "e,state,orientation,bottom";
+            source: "e";
+            action: STATE_SET "bottom" 0.0;
+            target: "bg";
+            target: "e.swallow.content";
+         }
+       program 
+         {
+            name: "orient3";
+            signal: "e,state,orientation,left";
+            source: "e";
+            action: STATE_SET "left" 0.0;
+            target: "bg";
+            target: "e.swallow.content";
+         }
+       program 
+         {
+            name: "orient4";
+            signal: "e,state,orientation,right";
+            source: "e";
+            action: STATE_SET "right" 0.0;
+            target: "bg";
+            target: "e.swallow.content";
          }
      }
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to