Elm win: Added more docs.

SVN revision: 60181
This commit is contained in:
Daniel Juyung Seo 2011-06-10 07:35:07 +00:00
parent c2aa47426f
commit d2948b18a5
1 changed files with 2 additions and 1 deletions

View 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