Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/src/style


Modified Files:
        etox_style.c etox_style_style.c 


Log Message:
Pass and repeat events in the member etox objects.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/style/etox_style.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- etox_style.c        6 May 2004 05:17:52 -0000       1.1
+++ etox_style.c        11 Jun 2004 14:19:05 -0000      1.2
@@ -57,6 +57,7 @@
         * Create the Evas_Object and set the default font and font size.
         */
        es->bit = evas_object_text_add(es->evas);
+       evas_object_repeat_events_set(es->bit, 1);
        evas_object_text_font_set(es->bit, DEFAULT_FONT, DEFAULT_SIZE);
 
        obj = evas_object_smart_add(evas, etox_style_smart);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/style/etox_style_style.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- etox_style_style.c  6 May 2004 05:17:52 -0000       1.1
+++ etox_style_style.c  11 Jun 2004 14:19:05 -0000      1.2
@@ -615,6 +615,7 @@
         */
        evas_object_text_font_get(es->bit, &font, &size);
        ret = evas_object_text_add(es->evas);
+       evas_object_repeat_events_set(ret, 1);
        evas_object_text_font_set(ret, font, size + layer->size_change);
        evas_object_text_text_set(ret, text); 
 




-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to