Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/test


Modified Files:
        selections.c tests.c 


Log Message:
Don't use private smart object functions.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/test/selections.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- selections.c        16 Mar 2004 17:27:28 -0000      1.16
+++ selections.c        18 May 2004 04:26:32 -0000      1.17
@@ -90,8 +90,8 @@
        etox_set_soft_wrap(etox, 1);
        etox_set_text(etox, msg);
        etox_set_alpha(etox, 255);
-       etox_set_layer(etox, 1000);
-       etox_show(etox);
+       evas_object_layer_set(etox, 1000);
+       evas_object_show(etox);
 
        /*
        selected1 = etox_select_index(etox, 9, 60);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/test/tests.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- tests.c     20 Aug 2003 17:38:04 -0000      1.13
+++ tests.c     18 May 2004 04:26:32 -0000      1.14
@@ -49,7 +49,7 @@
        /* Set test text and show test etox */
        string = etox_get_text(e_msg);
        etox_set_text(e_test, string);
-       etox_show(e_test);
+       evas_object_show(e_test);
 
        return;
 }
@@ -184,7 +184,7 @@
        etox_set_text(e_test, "");
        etox_context_set_style(etox_get_context(e_test), "plain");
        etox_set_text(e_test, string);
-       etox_show(e_test);
+       evas_object_show(e_test);
 
        return;
 }
@@ -202,7 +202,7 @@
        etox_set_text(e_test, "");
        etox_context_set_style(etox_get_context(e_test), "bold");
        etox_set_text(e_test, string);
-       etox_show(e_test);
+       evas_object_show(e_test);
 
        return;
 }
@@ -220,7 +220,7 @@
        etox_set_text(e_test, "");
        etox_context_set_style(etox_get_context(e_test), "outline");
        etox_set_text(e_test, string);
-       etox_show(e_test);
+       evas_object_show(e_test);
 
        return;
 }
@@ -238,7 +238,7 @@
        etox_set_text(e_test, "");
        etox_context_set_style(etox_get_context(e_test), "raised");
        etox_set_text(e_test, string);
-       etox_show(e_test);
+       evas_object_show(e_test);
 
        return;
 }
@@ -256,7 +256,7 @@
        etox_set_text(e_test, "");
        etox_context_set_style(etox_get_context(e_test), "shadow");
        etox_set_text(e_test, string);
-       etox_show(e_test);
+       evas_object_show(e_test);
 
        return;
 }




-------------------------------------------------------
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