Enlightenment CVS committal

Author  : titan
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests


Modified Files:
        ewl_tree.c 


Log Message:
Fixup the trees to set a mode.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_tree.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_tree.c  13 Jul 2006 19:43:24 -0000      1.5
+++ ewl_tree.c  7 Sep 2006 02:39:46 -0000       1.6
@@ -39,7 +39,8 @@
        ewl_widget_show(hbox);
 
        tree = ewl_tree_new(COLS);
-
+       ewl_tree_mode_set(EWL_TREE(tree), EWL_TREE_MODE_SINGLE);
+       
        button = ewl_button_new();
        ewl_button_label_set(EWL_BUTTON(button), "Number of selected rows");
        ewl_container_child_append(EWL_CONTAINER(hbox), button);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to