Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: Makefile.am ewl_test.c ewl_test.h Added Files: ewl_freebox_test.c Log Message: - the start of a free layout container. you can either use the manual placement which will allow the user to place widgets where they wish. the auto layout which will just put stuff in in rows and columns and the comparator placement which will place in a given sort order - Note, this dosen't actually do any layout yet, it is just the initial framework =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- Makefile.am 30 Dec 2005 05:39:28 -0000 1.13 +++ Makefile.am 31 Dec 2005 06:03:35 -0000 1.14 @@ -25,6 +25,7 @@ ewl_datepicker_test.c \ ewl_dialog_test.c \ ewl_entry_test.c \ + ewl_freebox_test.c \ ewl_filedialog_test.c \ ewl_filedialog_multi_test.c \ ewl_fileselector_test.c \ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- ewl_test.c 30 Dec 2005 05:39:28 -0000 1.21 +++ ewl_test.c 31 Dec 2005 06:03:36 -0000 1.22 @@ -126,6 +126,13 @@ "for single line editable text.", }, { + "Freebox", + __create_freebox_test_window, + "ewl_freebox_test.c", + "The freebox is used for a more free layout system\n" + "then the other containers", + }, + { "Filedialog", __create_filedialog_test_window, "ewl_filedialog_test.c", =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_test.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- ewl_test.h 30 Dec 2005 05:39:28 -0000 1.17 +++ ewl_test.h 31 Dec 2005 06:03:36 -0000 1.18 @@ -37,6 +37,7 @@ void __create_combo_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_datepicker_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_dialog_test_window (Ewl_Widget * w, void *ev_data, void *user_data); +void __create_freebox_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_fileselector_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_filedialog_test_window (Ewl_Widget * w, void *ev_data, void *user_data); void __create_filedialog_multi_test_window (Ewl_Widget * w, void *ev_data, void *user_data); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs