elm: Fixed typo. resizeable -> resizable.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 13:50:33 +0000 (13:50 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 13:50:33 +0000 (13:50 +0000)
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68721 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_deprecated.h
src/lib/elm_icon.h
src/lib/elm_image.h
src/lib/elm_transit.h

index 30e9c6a..2d3073e 100644 (file)
@@ -4785,12 +4785,12 @@ EINA_DEPRECATED EAPI void             elm_theme_all_set(const char *theme);
 EINA_DEPRECATED EAPI Evas_Object                 *elm_conformant_content_area_get(const Evas_Object *obj);
 
 /**
- * Set if the object is (up/down) resizeable.
+ * Set if the object is (up/down) resizable.
  *
  * @param obj The image object
- * @param scale_up A bool to set if the object is resizeable up. Default is
+ * @param scale_up A bool to set if the object is resizable up. Default is
  * @c EINA_TRUE.
- * @param scale_down A bool to set if the object is resizeable down. Default
+ * @param scale_down A bool to set if the object is resizable down. Default
  * is @c EINA_TRUE.
  *
  * This function limits the image resize ability. If @p scale_up is set to
@@ -4805,11 +4805,11 @@ EINA_DEPRECATED EAPI Evas_Object                 *elm_conformant_content_area_ge
 EINA_DEPRECATED EAPI void             elm_image_scale_set(Evas_Object *obj, Eina_Bool scale_up, Eina_Bool scale_down);
 
 /**
- * Get if the object is (up/down) resizeable.
+ * Get if the object is (up/down) resizable.
  *
  * @param obj The image object
- * @param scale_up A bool to set if the object is resizeable up
- * @param scale_down A bool to set if the object is resizeable down
+ * @param scale_up A bool to set if the object is resizable up
+ * @param scale_down A bool to set if the object is resizable down
  *
  * @see elm_image_scale_set()
  * @deprecated Please use elm_image_resizable_get()
@@ -4819,12 +4819,12 @@ EINA_DEPRECATED EAPI void             elm_image_scale_set(Evas_Object *obj, Eina
 EINA_DEPRECATED EAPI void             elm_image_scale_get(const Evas_Object *obj, Eina_Bool *scale_up, Eina_Bool *scale_down);
 
 /**
- * Set if the object is (up/down) resizeable.
+ * Set if the object is (up/down) resizable.
  *
  * @param obj The icon object
- * @param scale_up A bool to set if the object is resizeable up. Default is
+ * @param scale_up A bool to set if the object is resizable up. Default is
  * @c EINA_TRUE.
- * @param scale_down A bool to set if the object is resizeable down. Default
+ * @param scale_down A bool to set if the object is resizable down. Default
  * is @c EINA_TRUE.
  *
  * This function limits the icon object resize ability. If @p scale_up is set to
@@ -4839,11 +4839,11 @@ EINA_DEPRECATED EAPI void             elm_image_scale_get(const Evas_Object *obj
 EINA_DEPRECATED EAPI void                  elm_icon_scale_set(Evas_Object *obj, Eina_Bool scale_up, Eina_Bool scale_down);
 
 /**
- * Get if the object is (up/down) resizeable.
+ * Get if the object is (up/down) resizable.
  *
  * @param obj The icon object
- * @param scale_up A bool to set if the object is resizeable up
- * @param scale_down A bool to set if the object is resizeable down
+ * @param scale_up A bool to set if the object is resizable up
+ * @param scale_down A bool to set if the object is resizable down
  *
  * @see elm_icon_scale_set()
  * @deprecated Please use elm_icon_resizable_get()
index 0e835ed..212ebc1 100644 (file)
@@ -294,12 +294,12 @@ EAPI void                  elm_icon_no_scale_set(Evas_Object *obj, Eina_Bool no_
 EAPI Eina_Bool             elm_icon_no_scale_get(const Evas_Object *obj);
 
 /**
- * Set if the object is (up/down) resizeable.
+ * Set if the object is (up/down) resizable.
  *
  * @param obj The icon object
- * @param size_up A bool to set if the object is resizeable up. Default is
+ * @param size_up A bool to set if the object is resizable up. Default is
  * @c EINA_TRUE.
- * @param size_down A bool to set if the object is resizeable down. Default
+ * @param size_down A bool to set if the object is resizable down. Default
  * is @c EINA_TRUE.
  *
  * This function limits the icon object resize ability. If @p size_up is set to
@@ -313,11 +313,11 @@ EAPI Eina_Bool             elm_icon_no_scale_get(const Evas_Object *obj);
 EAPI void                  elm_icon_resizable_set(Evas_Object *obj, Eina_Bool size_up, Eina_Bool size_down);
 
 /**
- * Get if the object is (up/down) resizeable.
+ * Get if the object is (up/down) resizable.
  *
  * @param obj The icon object
- * @param size_up A bool to set if the object is resizeable up
- * @param size_down A bool to set if the object is resizeable down
+ * @param size_up A bool to set if the object is resizable up
+ * @param size_down A bool to set if the object is resizable down
  *
  * @see elm_icon_resizable_set()
  *
index fe37a88..0de8dff 100644 (file)
@@ -171,12 +171,12 @@ EAPI void             elm_image_no_scale_set(Evas_Object *obj, Eina_Bool no_scal
 EAPI Eina_Bool        elm_image_no_scale_get(const Evas_Object *obj);
 
 /**
- * Set if the object is (up/down) resizeable.
+ * Set if the object is (up/down) resizable.
  *
  * @param obj The image object
- * @param size_up A bool to set if the object is resizeable up. Default is
+ * @param size_up A bool to set if the object is resizable up. Default is
  * @c EINA_TRUE.
- * @param size_down A bool to set if the object is resizeable down. Default
+ * @param size_down A bool to set if the object is resizable down. Default
  * is @c EINA_TRUE.
  *
  * This function limits the image resize ability. If @p size_up is set to
@@ -190,11 +190,11 @@ EAPI Eina_Bool        elm_image_no_scale_get(const Evas_Object *obj);
 EAPI void             elm_image_resizable_set(Evas_Object *obj, Eina_Bool size_up, Eina_Bool size_down);
 
 /**
- * Get if the object is (up/down) resizeable.
+ * Get if the object is (up/down) resizable.
  *
  * @param obj The image object
- * @param size_up A bool to set if the object is resizeable up
- * @param size_down A bool to set if the object is resizeable down
+ * @param size_up A bool to set if the object is resizable up
+ * @param size_down A bool to set if the object is resizable down
  *
  * @see elm_image_resizable_set()
  *
index 01931a5..f522205 100644 (file)
@@ -35,7 +35,7 @@
  * object appear on its place. These effects are:
  *
  * @li @ref elm_transit_effect_flip_add
- * @li @ref elm_transit_effect_resizeable_flip_add
+ * @li @ref elm_transit_effect_resizable_flip_add
  * @li @ref elm_transit_effect_fade_add
  * @li @ref elm_transit_effect_blend_add
  *
@@ -655,7 +655,7 @@ EAPI Elm_Transit_Effect    *elm_transit_effect_flip_add(Elm_Transit *transit, El
 /**
  * Add the Resizeable Flip Effect to Elm_Transit.
  *
- * @note This API is one of the facades. It creates resizeable flip effect context
+ * @note This API is one of the facades. It creates resizable flip effect context
  * and add it's required APIs to elm_transit_effect_add.
  * @note This effect is applied to each pair of objects in the order they are listed
  * in the transit list of objects. The first object in the pair will be the