From: seoz Date: Wed, 1 Feb 2012 13:49:42 +0000 (+0000) Subject: elm win.h: Reorganized docs. This is done on the plane to kill my time :) X-Git-Tag: REL_F_I9500_20120323_1~17^2~794 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2754a71c4315194f6eb8613029b2ddbf42407125;p=framework%2Fuifw%2Felementary.git elm win.h: Reorganized docs. This is done on the plane to kill my time :) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67676 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_win.h b/src/lib/elm_win.h index 6ff9795..b63aea4 100644 --- a/src/lib/elm_win.h +++ b/src/lib/elm_win.h @@ -423,15 +423,12 @@ EAPI Eina_Bool elm_win_shaped_get(const Evas_Object *obj); EAPI void elm_win_alpha_set(Evas_Object *obj, Eina_Bool alpha); /** - * Get the transparency state of a window. + * Get the alpha channel state of a window. * * @param obj The window object - * @return If true, the window is transparent - * - * @see elm_win_transparent_set() + * @return If true, the window has an alpha channel */ -// XXX: deprecate this -EAPI Eina_Bool elm_win_transparent_get(const Evas_Object *obj); +EAPI Eina_Bool elm_win_alpha_get(const Evas_Object *obj); /** * Set the transparency state of a window. @@ -447,12 +444,15 @@ EAPI Eina_Bool elm_win_transparent_get(const Evas_Object *obj); EAPI void elm_win_transparent_set(Evas_Object *obj, Eina_Bool transparent); /** - * Get the alpha channel state of a window. + * Get the transparency state of a window. * * @param obj The window object - * @return If true, the window has an alpha channel + * @return If true, the window is transparent + * + * @see elm_win_transparent_set() */ -EAPI Eina_Bool elm_win_alpha_get(const Evas_Object *obj); +// XXX: deprecate this +EAPI Eina_Bool elm_win_transparent_get(const Evas_Object *obj); /** * Set the override state of a window.