From 9bac890ccdf389d315b27c35999d5f5ad72ace75 Mon Sep 17 00:00:00 2001 From: seoz Date: Fri, 10 Jun 2011 07:35:07 +0000 Subject: [PATCH] Elm win: Added more docs. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60181 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_win.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c index d4838d5..5f5ce3d 100644 --- a/src/lib/elm_win.c +++ b/src/lib/elm_win.c @@ -1580,7 +1580,8 @@ elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type) } /** - * Add @p subobj as a resize object of window @p obj. + * Add @p subobj as a resize object of window @p obj. Note, do not move and + * resize window and sub object at the same time. It will cause problem. * * @param obj The window object * @param subobj The resize object to add -- 2.7.4