Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        Evas.h 


Log Message:


support unfilled borders with images (middle doesnt fill)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/Evas.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- Evas.h      8 Mar 2005 03:33:09 -0000       1.45
+++ Evas.h      31 Mar 2005 11:39:54 -0000      1.46
@@ -379,6 +379,8 @@
    EAPI void              evas_object_image_file_get        (Evas_Object *obj, 
char **file, char **key);
    EAPI void              evas_object_image_border_set      (Evas_Object *obj, 
int l, int r, int t, int b);
    EAPI void              evas_object_image_border_get      (Evas_Object *obj, 
int *l, int *r, int *t, int *b);
+   EAPI void              evas_object_image_border_center_fill_set(Evas_Object 
*obj, Evas_Bool fill);
+   EAPI Evas_Bool         evas_object_image_border_center_fill_get(Evas_Object 
*obj);
    EAPI void              evas_object_image_fill_set        (Evas_Object *obj, 
Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h);
    EAPI void              evas_object_image_fill_get        (Evas_Object *obj, 
Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
    EAPI void              evas_object_image_size_set        (Evas_Object *obj, 
int w, int h);




-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to