From f7793b493cd0f9f2ca3c4617b7e111afa9d127b6 Mon Sep 17 00:00:00 2001 From: tasn Date: Mon, 30 May 2011 08:59:56 +0000 Subject: [PATCH] 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 --- src/lib/edje_util.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.7.4