Enlightenment CVS committal

Author  : urandom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/data/themes/default/widgets


Modified Files:
        tree.edc 


Log Message:
tree text is themeable

===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/tree.edc,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- tree.edc    5 Jan 2007 20:25:25 -0000       1.27
+++ tree.edc    28 Jan 2007 19:30:11 -0000      1.28
@@ -679,6 +679,34 @@
    }
 }
 
+/**
+ * group "etk/tree/text"
+ * -----------------------
+ * This group corresponds to text used by the "text" model of the tree
+ *
+ */
+group {
+   name: "etk/tree/text";
+   parts {
+      part {
+         name: "etk.text.text";
+        type: TEXT;
+         description {
+            state: "default" 0.0;
+           color: 0 0 0 255;
+           align: 0.0 0.5;
+            text {
+               text: "";
+               font: "Vera";
+               size:  10;
+               min: 1 1;
+               align: 0.0 0.5;
+            }
+         }
+      }
+   }
+}
+
 /* TODO: we should be able to theme the progress-bar model... */
 /* TODO: remove this group... no more need for it with the tree2 */
 /* TODO: document "etk/tree/grid" */



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to