From: tasn Date: Mon, 30 May 2011 08:59:56 +0000 (+0000) Subject: Edje min_size: Updated edje_object_size_min_restricted_calc's docs. X-Git-Tag: submit/trunk/20120815.180907~626 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b63bfd481e966ba7d19c9e4204410a198e4bfc32;p=profile%2Fivi%2Fedje.git Edje min_size: Updated edje_object_size_min_restricted_calc's docs. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@59806 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_util.c b/src/lib/edje_util.c index c442c25..f28afa7 100644 --- a/src/lib/edje_util.c +++ b/src/lib/edje_util.c @@ -2161,9 +2161,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 ?! Be careful 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. + * Calculates the object's minimum size. Be advised that invisible parts *ARE* + * taken into account in this calculation, if you don't want that to happen, + * resize them to 0. */ EAPI void edje_object_size_min_restricted_calc(Evas_Object *obj, Evas_Coord *minw, Evas_Coord *minh, Evas_Coord restrictedw, Evas_Coord restrictedh)