Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Ewl.h ewl_filelist_column.h 


Log Message:
- fix text
- layer problem image isn't relevent anymore

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Ewl.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Ewl.h       9 Jun 2006 19:33:14 -0000       1.4
+++ Ewl.h       10 Jul 2006 09:04:17 -0000      1.5
@@ -220,23 +220,14 @@
  * inside of a container are above the container's background, or the user
  * would be unable to view the placed widgets.
  *
- * The current scheme to accomplish this is that each widget has a layer
- * field. This field is an integer that indicates an offset relative to it's
- * parent containers layer. The default value is 5, which raises any widgets
- * inside of a container 5 layers above the container. This use of offsets
- * allows for children that have the same level of nesting to be at the same
- * layer in the Evas.
+ * EWL handles the layering so the programmer dosen't need to worry about
+ * it. In some cases it is necessary for a widget to overlap another widget
+ * with the same parent. In this case you set the layer priority of the
+ * widget to a higher value (negitive values are possible.
  *
- * Unfortunately, this also means that if two containers overlap, the children
- * may seem to intermingle as they are above the layers of their containers.
- * So far this has not become an issue, but it may in the future. See the
- * diagram below for further information.
- *
- * @image html layer-problem.png
- *
- * One issue that did occur was with the imenu's popup portion. It was placed
- * at the first level above the window, so the contents of the menu were
- * overlapped by items placed in nested containers in the window.
+ * If you want a widget to be placed over top of all other widgets, like
+ * imenu for example, you can set the widget to be 'top layered'. This
+ * setting will also effect the children of that widget.
  */
 
 /**
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_column.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_filelist_column.h       10 Jul 2006 08:33:07 -0000      1.5
+++ ewl_filelist_column.h       10 Jul 2006 09:04:17 -0000      1.6
@@ -21,12 +21,12 @@
 #define EWL_FILELIST_COLUMN(fl) ((Ewl_Filelist_Column *)fl)
 
 /**
- * The Ewl_Filelist_Column provides an expanding/retracting column view of the 
files
+ * The Ewl_Filelist_Column provides a column view of the files
  */
 typedef struct Ewl_Filelist_Column Ewl_Filelist_Column;
 
 /**
- * Inherits from Ewl_Filelist and extends/retracts to provide a column view
+ * Inherits from Ewl_Filelist and extends to provide a column view
  */
 struct Ewl_Filelist_Column
 {




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