From: cedric Date: Fri, 20 Aug 2010 09:20:48 +0000 (+0000) Subject: * edje: document undefined behaviour of edje_object_size_min_restricted_calc. X-Git-Tag: submit/trunk/20120815.180907~940 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebbeeb04be98fde9a9fca9155adc96b706624ee7;p=profile%2Fivi%2Fedje.git * edje: document undefined behaviour of edje_object_size_min_restricted_calc. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@51464 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_util.c b/src/lib/edje_util.c index 676c46c..04c556c 100644 --- a/src/lib/edje_util.c +++ b/src/lib/edje_util.c @@ -2787,7 +2787,9 @@ edje_object_parts_extends_calc(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, E * @param restrictedw Do not allow object min width calc to be less than this * @param restrictedh Do not allow object min height calc to be less than this * - * Calculates the object's minimum size ?! + * Calculates the object's minimum size ?! Be carefull the behaviour of this + * fonction is not really defined when a TEXTBLOCK part is present in the + * Edje_Object. This may change in futur implementation. */ EAPI void edje_object_size_min_restricted_calc(Evas_Object *obj, Evas_Coord *minw, Evas_Coord *minh, Evas_Coord restrictedw, Evas_Coord restrictedh)