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_column_separators_visible_set/get

===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/xs/Tree.xs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Tree.xs     3 Jul 2007 19:26:05 -0000       1.1
+++ Tree.xs     21 Aug 2007 14:03:58 -0000      1.2
@@ -713,6 +713,19 @@
 
 MODULE = Etk::Tree     PACKAGE = Etk::Tree     PREFIX = etk_tree_
        
+void
+etk_tree_column_separators_visible_set(tree, col_separators_visible)
+       Etk_Tree *      tree
+       Etk_Bool col_separators_visible
+       ALIAS:
+       ColumnSeperatorsVisibleSet=1
+
+Etk_Bool
+etk_tree_column_separators_visible_get(tree)
+       Etk_Tree *      tree
+       ALIAS:
+       ColumnSeperatorsVisibleGet=1
+
 Etk_Tree_Row *
 etk_tree_row_append(tree, parent=NULL)
        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