Elm win: Added more docs.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 10 Jun 2011 07:35:07 +0000 (07:35 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 10 Jun 2011 07:35:07 +0000 (07:35 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60181 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_win.c

index d4838d5..5f5ce3d 100644 (file)
@@ -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