Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_tree2.h 


Log Message:
- remove comment. it's implemented this way now.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- ewl_tree2.h 22 Aug 2006 21:41:45 -0000      1.28
+++ ewl_tree2.h 22 Aug 2006 21:43:34 -0000      1.29
@@ -1,37 +1,6 @@
 #ifndef EWL_TREE2_H
 #define EWL_TREE2_H
 
-/* 
- * Make ewl_tree2 an ewl_box. it will pack in the paned header and a
- * ewl_tree_display widget for the body. This will be a standard vbox. 
- *
- * subclassing widgets (ewl_tree_scrolled) will inherit tree and can then
- * pull the _display widget out of the main box, pack in their scrollpane
- * and then pack the _display widget back into the box. 
- *
- * This means that all the standard tree calls will work on the subclassing
- * stuff, as the tree will do the work, and the subclassers will just move
- * the shit in the tree around as needed.
- *
- * Ewl_Widget *rows needs to be a custom widget that can lay the widgets out
- * in their tree view.
- *
- * Cons
- * ----
- * Needs an extra widget to hold the 'display' of the tree data
- *
- *
- * The _display will actually be called ewl_tree2_view. This will be
- * abstracted out like the filelist does for the filedialog. This way we can
- * have different types of 'views' on the tree columns. So, there would be
- * the default view which is just as now (ewl_tree2_view_tree) and if
- * someone wanted they could write ewl_tree2_view_spreadsheet to get a more
- * spreadsheet type view with numbers down the side and letters over the
- * top.
- *
- */
-
-
 /**
  * @addtogroup Ewl_Tree2 Ewl_Tree2: A Widget for List or Tree Layout
  * @brief Defines a widget for laying out other widgets in a tree or list



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