Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/scripts


Modified Files:
        theme.sh 


Log Message:
New keys for the tree widget. Still need to make some bits for these.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/scripts/theme.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- theme.sh    13 Feb 2003 06:54:18 -0000      1.11
+++ theme.sh    5 Mar 2003 04:33:33 -0000       1.12
@@ -155,6 +155,26 @@
 edb_ed $DB add "/floater/base" str "appearance/separator.bits.db"
 edb_ed $DB add "/floater/base/visible" str "yes"
 
+# Add cell keys
+echo -n "."
+edb_ed $DB add "/cell/base" str "appearance/cell.bits.db"
+edb_ed $DB add "/cell/base/visible" str "no"
+
+# Add node keys
+echo -n "."
+edb_ed $DB add "/node/base" str "appearance/node.bits.db"
+edb_ed $DB add "/node/base/visible" str "no"
+
+# Add row keys
+echo -n "."
+edb_ed $DB add "/row/base" str "appearance/row.bits.db"
+edb_ed $DB add "/row/base/visible" str "no"
+
+# Add row keys
+echo -n "."
+edb_ed $DB add "/tree/base" str "appearance/tree.bits.db"
+edb_ed $DB add "/tree/base/visible" str "no"
+
 # Setup author, licence and theme name.
 echo -n "."
 edb_ed $DB add "/theme/author" str "Nathan 'RbdPngn' Ingersoll"




-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to