cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f358520483490ebe8bf1d7ed776bb6ec69639ba7

commit f358520483490ebe8bf1d7ed776bb6ec69639ba7
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Dec 19 22:49:50 2013 +0900

    edje: edc ref - update the information about fill type values
    
    Reviewers: cedric, raster, seoz
    
    Reviewed By: cedric
    
    CC: cedric
    
    Differential Revision: https://phab.enlightenment.org/D395
---
 src/bin/edje/edje_cc_handlers.c | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c
index 6fd2c42..4c475cf 100644
--- a/src/bin/edje/edje_cc_handlers.c
+++ b/src/bin/edje/edje_cc_handlers.c
@@ -6339,6 +6339,7 @@ 
st_collections_group_parts_part_description_image_scale_hint(void)
         description {
             ..
             fill {
+                type: SCALE;
                 smooth: 0-1;
                 origin {
                     relative: X-axis Y-axis;
@@ -6360,6 +6361,20 @@ 
st_collections_group_parts_part_description_image_scale_hint(void)
     @endblock
 
     @property
+        type
+    @parameters
+        SCALE, TILE.
+    @effect
+        Sets the image fill type. SCALE - image will be scaled accordingly 
params
+        value 'relative' and 'offset' from 'origin' and 'size' blocks.
+        TILE - image will be tiled accordingly params value 'relative' and
+        'offset' from 'origin' and 'size' blocks. Important: the part parameter
+        'min' must be setted, it's size of tiled image. If parameter 'max' 
setted
+        tiled area will has the size accordingly 'max' values.
+        SCALE is default type.
+    @endproperty
+
+    @property
         smooth
     @parameters
         [0 or 1]
@@ -6455,17 +6470,6 @@ 
st_collections_group_parts_part_description_fill_spread(void)
 #endif
 }
 
-/**
-    @page edcref
-
-    @property
-        type
-    @parameters
-        TODO
-    @effect
-        TODO
-    @endproperty
-*/
 static void
 st_collections_group_parts_part_description_fill_type(void)
 {

-- 


Reply via email to