Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/test
Modified Files:
Makefile.am ewl_test.c ewl_test.h
Added Files:
ewl_progressbar_test.c
Log Message:
Theme bits and improvements on the progressbar. Verified that allocations are
checking for success. The NEW macro now calls calloc since we needed to zero
out allocations anyways.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/Makefile.am,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- Makefile.am 20 Oct 2003 05:05:48 -0000 1.28
+++ Makefile.am 12 Nov 2003 20:07:17 -0000 1.29
@@ -19,6 +19,7 @@
ewl_imenu_test.c \
ewl_menu_test.c \
ewl_notebook_test.c \
+ ewl_progressbar_test.c \
ewl_seeker_test.c \
ewl_selectionbook_test.c \
ewl_selectionbar_test.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_test.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- ewl_test.c 28 Oct 2003 18:49:34 -0000 1.53
+++ ewl_test.c 12 Nov 2003 20:07:17 -0000 1.54
@@ -33,9 +33,11 @@
{ "Floater", __create_floater_test_window },
{ "Image", __create_image_test_window },
{ "Notebook", __create_notebook_test_window },
+ { "Progressbar", __create_progressbar_test_window },
{ "Spinner", __create_spinner_test_window },
{ "Textarea", __create_textarea_test_window },
{ "Tree", __create_tree_test_window },
+
{ 0, 0 }
};
void *heap_start, *heap_end;
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_test.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_test.h 20 Oct 2003 05:05:48 -0000 1.2
+++ ewl_test.h 12 Nov 2003 20:07:17 -0000 1.3
@@ -32,6 +32,8 @@
void *user_data);
void __create_notebook_test_window(Ewl_Widget * w, void *ev_data,
void *user_data);
+void __create_progressbar_test_window(Ewl_Widget * w, void *ev_data,
+ void *user_data);
void __create_scrollpane_test_window(Ewl_Widget * w, void *ev_data,
void *user_data);
void __create_seeker_test_window(Ewl_Widget * w, void *ev_data,
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs