elm win.h: Reorganized docs. This is done on the plane to kill my time :)

SVN revision: 67676
This commit is contained in:
Daniel Juyung Seo 2012-02-01 13:49:42 +00:00
parent 15d1c06a20
commit 0a60098096
1 changed files with 9 additions and 9 deletions

View File

@ -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.