Enlightenment CVS committal

Author  : titan
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/e17/groups


Modified Files:
        notebook.edc 


Log Message:
Hide the notebook border when the notebook tabbar is hidden.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/groups/notebook.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- notebook.edc        2 Jan 2007 05:23:40 -0000       1.1
+++ notebook.edc        19 Apr 2007 02:56:06 -0000      1.2
@@ -28,6 +28,8 @@
                        description
                        {
                                state: "default" 0.0;
+                               visible: 1;
+                               color: 255 255 255 255;
                                rel1
                                {
                                        relative: 0.0 0.0;
@@ -49,6 +51,32 @@
                                        smooth: 0;
                                }
                        }
+                       description
+                       {
+                               state: "hidden" 0.0;
+                               inherit: "default" 0.0;
+                               visible: 0;
+                               color: 255 255 255 0;
+                       }
+               }
+       }
+       programs
+       {
+               program
+               {
+                       name: "visible";
+                       signal: "tabs";
+                       source: "EWL";
+                       action: STATE_SET "default" 0.0;
+                       target: "outline";
+               }
+               program
+               {
+                       name: "hidden";
+                       signal: "notabs";
+                       source: "EWL";
+                       action: STATE_SET "hidden" 0.0;
+                       target: "outline";
                }
        }
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to