elementary/notify - +@since and fill extra descriptions to elm_notify_align_set

SVN revision: 78736
This commit is contained in:
ChunEon Park 2012-11-01 00:50:29 +00:00
parent 94cb2b2878
commit 398e26870a
1 changed files with 6 additions and 1 deletions

View File

@ -32,7 +32,7 @@
* @{
*/
#define ELM_NOTIFY_ALIGN_FILL -1.0 /**< Use with elm_notify_align_set() */
#define ELM_NOTIFY_ALIGN_FILL -1.0 /**< Use with elm_notify_align_set() @since 1.8 */
/**
* @brief Add a new notify to the parent
@ -136,6 +136,10 @@ EAPI Eina_Bool elm_notify_allow_events_get(const Evas_Object
*
* Sets the alignment in which the notify will appear in its parent.
*
* @note To fill the notify box in the parent area, please pass the
* @c ELM_NOTIFY_ALIGN_FILL to @p horizontal, @p vertical.
*
* @since 1.8
* @ingroup Notify
*/
EAPI void elm_notify_align_set(Evas_Object *obj, double horizontal, double vertical);
@ -148,6 +152,7 @@ EAPI void elm_notify_align_set(Evas_Object *obj, double
*
* @see elm_notify_align_set()
*
* @since 1.8
* @ingroup Notify
*/
EAPI void elm_notify_align_get(const Evas_Object *obj, double *horizontal, double *vertical);