Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Ewl.h Makefile.am 
Added Files:
        ewl_list.c ewl_list.h 


Log Message:
- add ewl_list a simple list widget. 
  - you can either use this in the MVC fashion using ewl_model and ewl_view
    or you can use the container functions to append/delete widgets from it.
    You can use one or the other, not both on one list at the same time

  - needs documentation

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Ewl.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Ewl.h       10 Jul 2006 09:04:17 -0000      1.5
+++ Ewl.h       14 Jul 2006 02:53:34 -0000      1.6
@@ -334,6 +334,7 @@
 
 #include <ewl_tree.h>
 #include <ewl_tree2.h>
+#include <ewl_list.h>
 
 #ifdef __cplusplus
 }
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Makefile.am,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- Makefile.am 9 Jun 2006 19:33:14 -0000       1.28
+++ Makefile.am 14 Jul 2006 02:53:34 -0000      1.29
@@ -48,6 +48,7 @@
        ewl_iconbox.h \
        ewl_image.h \
        ewl_imenu.h \
+       ewl_list.h \
        ewl_macros.h \
        ewl_media.h \
        ewl_menu.h \
@@ -116,6 +117,7 @@
        ewl_icon.c \
        ewl_iconbox.c \
        ewl_image.c \
+       ewl_list.c \
        ewl_media.c \
        ewl_imenu.c \
        ewl_menu.c \




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