hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=e72c34670f7538ee29b9cb11c6b2def5de3c572e

commit e72c34670f7538ee29b9cb11c6b2def5de3c572e
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Fri May 15 23:31:07 2015 +0900

    clipper: improve doc.
---
 src/lib/elm_clipper.eo | 10 +++++-----
 src/lib/elm_clipper.h  |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/lib/elm_clipper.eo b/src/lib/elm_clipper.eo
index fa31eb2..dc4b441 100644
--- a/src/lib/elm_clipper.eo
+++ b/src/lib/elm_clipper.eo
@@ -5,9 +5,9 @@ class Elm.Clipper (Elm.Container)
       @property clip {
          set {
             /*@
-            @brief Set the clip object of the clipper
+            @brief Set the clip(mask) object of the clipper
 
-            Sets the clip object for clipping
+            Sets the clip(mask) object for clipping
 
             @note
             Allow setting only an Evas_Object_Rectangle and an 
Evas_Object_Image as clip on 1.14
@@ -18,16 +18,16 @@ class Elm.Clipper (Elm.Container)
          }
          get {
             /*@
-            @brief Get the mask object of the clipper
+            @brief Get the clip(mask) object of the clipper
 
-            @see elm_clipper_mask_set()
+            @see elm_clipper_clip_set()
 
             @since 1.15
 
             @ingroup Clipper */
          }
          values {
-            Evas_Object *mask;
+            Evas_Object *clip;
          }
       }
       @property region {
diff --git a/src/lib/elm_clipper.h b/src/lib/elm_clipper.h
index 2ae4dd5..fa15cc9 100644
--- a/src/lib/elm_clipper.h
+++ b/src/lib/elm_clipper.h
@@ -2,8 +2,8 @@
  * @defgroup Clipper Clipper
  * @ingroup Elementary
  *
- * This widget display a clipped object.
- * For this widget, need a clipper object and a content object.
+ * This widget displays a clipped(masked) object.
+ * For this widget, you need one clipper and one content objects.
  * The content would be clipped out by the clipper.
  * If clipper is not set, you would see the content without cuts
  *

-- 


Reply via email to