Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : libs/etk-perl

Dir     : e17/libs/etk-perl/xs


Modified Files:
        Tree.xs 


Log Message:
Add etk_tree_alternating_row_colors_set :)

===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/xs/Tree.xs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Tree.xs     21 Aug 2007 14:03:58 -0000      1.2
+++ Tree.xs     21 Aug 2007 15:41:02 -0000      1.3
@@ -712,7 +712,20 @@
 
 
 MODULE = Etk::Tree     PACKAGE = Etk::Tree     PREFIX = etk_tree_
-       
+
+void
+etk_tree_alternating_row_colors_set(tree, alternating_row_colors)
+       Etk_Tree *      tree
+       Etk_Bool alternating_row_colors
+       ALIAS:
+       AlternatingRowColorsSet=1
+
+Etk_Bool
+etk_tree_alternating_row_colors_get(tree)
+       Etk_Tree *      tree
+       ALIAS:
+       AlternatingRowColorsGet=1
+
 void
 etk_tree_column_separators_visible_set(tree, col_separators_visible)
        Etk_Tree *      tree



-------------------------------------------------------------------------
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