Enlightenment CVS committal Author : essiene Project : e17 Module : proto
Dir : e17/proto/entrance_edit_gui/src/widgets Modified Files: Entrance_Widgets.h Makefile.am Added Files: ew_entry.c ew_entry.h Log Message: - Added entry widget. We're getting closer to nirvana :) - Used new entry widget to start 'Browse Filesystem' section of theme and background selector =================================================================== RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/Entrance_Widgets.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- Entrance_Widgets.h 14 Aug 2006 17:08:55 -0000 1.4 +++ Entrance_Widgets.h 15 Aug 2006 00:51:53 -0000 1.5 @@ -13,6 +13,7 @@ #include "ew_notice.h" #include "ew_messagebox.h" #include "ew_label.h" +#include "ew_entry.h" =================================================================== RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/widgets/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Makefile.am 14 Aug 2006 17:08:55 -0000 1.5 +++ Makefile.am 15 Aug 2006 00:51:53 -0000 1.6 @@ -18,7 +18,8 @@ ew_messagebox.h \ \ ew_image.h \ - ew_label.h + ew_label.h \ + ew_entry.h libentrance_widgets_ladir = $(prefix)/include @@ -33,7 +34,8 @@ ew_image.c \ ew_notice.c \ ew_messagebox.c \ - ew_label.c + ew_label.c \ + ew_entry.c \ $(libentrance_widgets_la_HEADERS) libentrance_widgets_la_LIBADD = @etk_libs@ ------------------------------------------------------------------------- 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