Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:


new calls to help string processing for programs - these walk up and down 1
utf8 character (sicne thats evas's standard string format). this lets apps do
character processing AND still be utf8-safe.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- Evas.h      25 May 2003 09:43:53 -0000      1.18
+++ Evas.h      5 Jun 2003 06:08:39 -0000       1.19
@@ -320,6 +320,9 @@
    double            evas_object_text_inset_get        (Evas_Object *obj);
    int               evas_object_text_char_pos_get     (Evas_Object *obj, int pos, 
double *cx, double *cy, double *cw, double *ch);
    int               evas_object_text_char_coords_get  (Evas_Object *obj, double x, 
double y, double *cx, double *cy, double *cw, double *ch);
+   
+   int               evas_string_char_next_get         (const char *str, int pos, int 
*decoded);
+   int               evas_string_char_prev_get         (const char *str, int pos, int 
*decoded);
 
    void              evas_font_path_clear              (Evas *e);
    void              evas_font_path_append             (Evas *e, const char *path);




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to