Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: ewl_text_test.c Log Message: - API breakage. ewl_text_selection_get is now ewl_text_selection_text_get which returns the selected text. ewl_text_selection_get will return the selection struct itself. - patch selections into the entry widget. the highlighting seems to be off a bit but it will replace the selection on typeing/backspace/del etc. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_text_test.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ewl_text_test.c 15 Aug 2005 21:55:08 -0000 1.5 +++ ewl_text_test.c 17 Aug 2005 16:52:57 -0000 1.6 @@ -51,7 +51,7 @@ char *c; t = ewl_widget_name_find("text"); - c = ewl_text_selection_get(EWL_TEXT(t)); + c = ewl_text_selection_text_get(EWL_TEXT(t)); printf("Selection: (%s)\n", c); FREE(c); ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs