Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/test Modified Files: Makefile.am ewl_test.c ewl_test.h Added Files: ewl_border_test.c Log Message: - make the border code use the box code - allow the tabs to be positioned and aligned - put the _text calls into the header - add a destroy callback to delete the label and body on destroy - add a border test case =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/Makefile.am,v retrieving revision 1.49 retrieving revision 1.50 diff -u -3 -r1.49 -r1.50 --- Makefile.am 11 Nov 2004 13:50:47 -0000 1.49 +++ Makefile.am 9 Dec 2004 01:43:34 -0000 1.50 @@ -15,6 +15,7 @@ ewl_test_DEPENDENCIES = $(top_builddir)/src/libewl.la ewl_test_SOURCES = ewl_test.h \ ewl_test.c \ + ewl_border_test.c \ ewl_box_test.c \ ewl_button_test.c \ ewl_colorpicker_test.c \ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_test.c,v retrieving revision 1.79 retrieving revision 1.80 diff -u -3 -r1.79 -r1.80 --- ewl_test.c 11 Nov 2004 05:56:33 -0000 1.79 +++ ewl_test.c 9 Dec 2004 01:43:34 -0000 1.80 @@ -69,6 +69,7 @@ Ewl_Widget *tooltip; Ewl_Widget *prow[BUTTONS]; static test_set tests[] = { + { "Border", __create_border_test_window, "ewl_border_test.c" }, { "Box", __create_box_test_window, "ewl_box_test.c" }, { "Button", __create_button_test_window, "ewl_button_test.c" }, { "ColorPicker", __create_colorpicker_test_window, "ewl_colorpicker_test.c" }, @@ -95,14 +96,16 @@ { 0, 0, 0 } }; static char* tooltips[] = { - "Defines the Ewl_Box class used for\n" + "Defines the Ewl_Border class for displaing\n" + "a container with a label.", + "Defines the Ewl_Box class used for\n" "laying out Ewl_Widget's in a horizontal\n" "or vertical line.", - "The button class is a basic button\n" + "The button class is a basic button\n" "with a label. This class inherits from\n" "the Ewl_Box to allow for placing any\n" "other widget inside the button.", - "Defines a color picker.", + "Defines a color picker.", "Defines a combo box used internally.\n" "The contents on the box are not drawn\n" "outside of the Evas.", =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_test.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- ewl_test.h 11 Nov 2004 05:56:33 -0000 1.12 +++ ewl_test.h 9 Dec 2004 01:43:34 -0000 1.13 @@ -12,6 +12,7 @@ }; void __close_main_widow (Ewl_Widget * w, void *ev_data, void *user_data); +void __create_border_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_box_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_button_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_colorpicker_test_window (Ewl_Widget * w, void *ev_data, void *user_data); ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs