Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_image_test.c ewl_imenu_test.c ewl_menu_test.c 
        ewl_notebook_test.c ewl_textarea_test.c 


Log Message:
A commit to instill fear and breakage in the heartiest of souls.
* Removed references to estyle, using pure Etox now.
* Filled out more of the multi-line / rich text text editing.
* Slightly updated TODO list

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_image_test.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_image_test.c    21 Apr 2004 04:42:55 -0000      1.20
+++ ewl_image_test.c    13 May 2004 06:03:01 -0000      1.21
@@ -252,7 +252,7 @@
        ewl_widget_show(note_box);
 
        note = ewl_text_new("These buttons don't do shit.");
-       ewl_text_set_color(EWL_TEXT(note), 255, 0, 0, 255);
+       ewl_text_color_set(EWL_TEXT(note), 255, 0, 0, 255);
        ewl_container_append_child(EWL_CONTAINER(note_box), note);
        ewl_widget_show(note);
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_imenu_test.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_imenu_test.c    30 Dec 2003 18:05:22 -0000      1.11
+++ ewl_imenu_test.c    13 May 2004 06:03:01 -0000      1.12
@@ -23,7 +23,7 @@
 {
        char           *text;
 
-       text = ewl_text_get_text(EWL_TEXT(EWL_MENU_ITEM(w)->text));
+       text = ewl_text_text_get(EWL_TEXT(EWL_MENU_ITEM(w)->text));
        printf("%s item down\n", text);
 
        return;
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_menu_test.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ewl_menu_test.c     30 Dec 2003 18:05:22 -0000      1.9
+++ ewl_menu_test.c     13 May 2004 06:03:01 -0000      1.10
@@ -24,7 +24,7 @@
 {
        char           *text;
 
-       text = ewl_text_get_text(EWL_TEXT(EWL_MENU_ITEM(w)->text));
+       text = ewl_text_text_get(EWL_TEXT(EWL_MENU_ITEM(w)->text));
        printf("%s item down\n", text);
 
        return;
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_notebook_test.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_notebook_test.c 27 Feb 2004 00:30:58 -0000      1.20
+++ ewl_notebook_test.c 13 May 2004 06:03:01 -0000      1.21
@@ -81,7 +81,6 @@
        Ewl_Widget     *pvbox, *plabel;
 
        tab = ewl_text_new("Main");
-       ewl_text_set_font_size(EWL_TEXT(tab), 8);
        ewl_widget_show(tab);
 
        main_vbox = ewl_vbox_new();
@@ -200,7 +199,6 @@
        snprintf(label, 20, "Page %i", num++);
 
        tab = ewl_text_new(label);
-       ewl_text_set_font_size(EWL_TEXT(tab), 8);
        ewl_widget_show(tab);
 
        main_vbox = ewl_vbox_new();
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_textarea_test.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- ewl_textarea_test.c 28 Mar 2004 05:04:05 -0000      1.16
+++ ewl_textarea_test.c 13 May 2004 06:03:01 -0000      1.17
@@ -95,7 +95,7 @@
        /*
         * Create the textarea to be displayed.
         */
-       textarea = ewl_textarea_new(long_text);
+       textarea = ewl_text_new(long_text);
        ewl_container_append_child(EWL_CONTAINER(scrollpane), textarea);
        ewl_widget_show(textarea);
 




-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to