From 2222c01e3df56c88143ba4d324b5e073e17b09a5 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 1 Feb 2012 13:49:42 +0000 Subject: [PATCH] elm win.h: Reorganized docs. This is done on the plane to kill my time :) SVN revision: 67676 --- src/lib/elm_win.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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. -- 2.7.4