From: sachiel Date: Tue, 2 Aug 2011 16:44:41 +0000 (+0000) Subject: And it turns out this doesn't work that way, my X-Git-Tag: REL_F_I9500_20120323_1~17^2~2061 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46f0b77c6d32855fcca9a7a8ce996a43a7b08a08;p=framework%2Fuifw%2Felementary.git And it turns out this doesn't work that way, my bad. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62013 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 30efa08..19116c6 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -1782,13 +1782,6 @@ extern "C" { * #ELM_WIN_INLINED_IMAGE, which needs a parent to retrieve the canvas on * which the image object will be created. * - * For any other type, if @p parent is @c NULL, then the window created - * will be independent of any other window in the application. When another - * widget is used as the @p parent, the window will visually be the same - * as any other, but it would be added as a sub-object of the given parent, - * which means that if the parent object is destroyed the window will also - * be destroyed. - * * @return The created object, or NULL on failure */ EAPI Evas_Object *elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type);