Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_tree2.h 


Log Message:
Make tree nodes inherit from MVC as they were duplicating most of the fields.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- ewl_tree2.h 4 Mar 2007 00:52:01 -0000       1.42
+++ ewl_tree2.h 12 Mar 2007 22:22:36 -0000      1.43
@@ -221,14 +221,12 @@
  */
 struct Ewl_Tree2_Node
 {
-       Ewl_Container container;
+       Ewl_MVC mvc;
 
        Ewl_Widget *tree;               /**< The parent tree */
        Ewl_Widget *row;                /**< The row this node is for */
        Ewl_Widget *handle;             /**< the expansion handle */
 
-       Ewl_Model *model;               /**< The model used to make this row */
-       void *data;                     /**< The data that this nodes row comes 
from */
        unsigned int row_num;           /**< The row number of this row */
        Ewl_Tree_Node_Flags expanded;
 };



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