Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


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


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/bin/tests/Makefile.am,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- Makefile.am 13 Jul 2006 20:30:32 -0000      1.32
+++ Makefile.am 14 Jul 2006 02:53:34 -0000      1.33
@@ -26,7 +26,8 @@
                          ewl_tree.la ewl_table.la ewl_notebook.la \
                          ewl_scrollpane.la ewl_spinner.la ewl_progressbar.la \
                          ewl_theme.la ewl_media.la ewl_menu.la ewl_imenu.la \
-                         ewl_widget.la fullscreen.la  modal.la ewl_layer.la
+                         ewl_widget.la fullscreen.la  modal.la ewl_layer.la \
+                         ewl_list.la
 
 ewl_border_la_SOURCES   = ewl_border.c
 ewl_border_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
@@ -329,6 +330,13 @@
                          -L$(top_builddir)/src/lib/.libs
 ewl_layer_la_DEPENDENCIES = 
 
+ewl_list_la_SOURCES   = ewl_list.c
+ewl_list_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
+ewl_list_la_LDFLAGS    = -module -avoid-version \
+                         -L$(top_builddir)/src/lib \
+                         -L$(top_builddir)/src/lib/.libs
+ewl_list_la_DEPENDENCIES = 
+
 
 FILES = $(ewl_border_la_SOURCES) $(ewl_box_la_SOURCES) \
        $(ewl_button_la_SOURCES) $(ewl_colordialog_la_SOURCES) \
@@ -351,7 +359,7 @@
        $(ewl_imenu_la_SOURCES) $(ewl_widget_la_SOURCES) \
        $(ewl_image_thumbnail_la_SOURCES) $(fullscreen_la_SOURCES) \
        $(modal_la_SOURCES) $(ewl_layer_la_SOURCES) \
-       $(ewl_dnd_snoop_la_SOURCES)
+       $(ewl_dnd_snoop_la_SOURCES) $(ewl_list_la_SOURCES)
 
 EXTRA_DIST = $(FILES)
 




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