Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/zero/bits


Modified Files:
        button-groups.edc 


Log Message:
- retool the notebook. the guts have pretty much changed completely
- it now uses other standard widgets to do its layout.

- there are 2 isseus. alignment dosen't seem to work for the tabs (i think
  this is fill policy based)
- the tab_position only works if you call it while the notebook is empty.
  This is a box bug, not a notebook bug.

- fix the notebook test to actually do a prepend on hitting the prepend
  button instead of doing an append

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/zero/bits/button-groups.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- button-groups.edc   22 Aug 2004 19:37:43 -0000      1.1
+++ button-groups.edc   8 Dec 2004 21:35:24 -0000       1.2
@@ -19,7 +19,25 @@
        BUTTON_PROG()
     }
 }
-   
+
+group {
+    name, "button_hilited";
+    data {
+        item, "inset/left" "5";
+        item, "inset/right" "5";
+        item, "inset/top" "3";
+        item, "inset/bottom" "3";
+        item, "pad/left" "0";
+        item, "pad/right" "0";
+        item, "pad/top" "0";
+        item, "pad/bottom" "0";
+    }
+
+    parts {
+        BUTTON_C(240, 240, 240, 255)
+    }  
+}
+
 group {
     name, "vbutton";
     data {




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to