Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: Ewl.h.in Makefile.am Added Files: ewl_label.c ewl_label.h Log Message: - a simple label widget. will set the text into the part named "text" in the label group. This should be fully themable through the edje... =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/Ewl.h.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- Ewl.h.in 14 Jun 2005 21:17:07 -0000 1.6 +++ Ewl.h.in 15 Jun 2005 20:17:43 -0000 1.7 @@ -294,6 +294,7 @@ #include <ewl_config.h> #include <ewl_theme.h> +#include <ewl_label.h> #include <ewl_button.h> #include <ewl_button_stock.h> #include <ewl_floater.h> =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- Makefile.am 14 Jun 2005 21:17:07 -0000 1.3 +++ Makefile.am 15 Jun 2005 20:17:43 -0000 1.4 @@ -13,6 +13,7 @@ Ewl.h \ ewl_border.h \ ewl_box.h \ + ewl_label.h \ ewl_button.h \ ewl_button_stock.h \ ewl_callback.h \ @@ -76,6 +77,7 @@ EWLSOURCES= \ ewl_border.c \ ewl_box.c \ + ewl_label.c \ ewl_button.c \ ewl_button_stock.c \ ewl_callback.c \ ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs