[Elm] Notify now a container.

SVN revision: 70747
This commit is contained in:
Gustavo Lima Chaves 2012-05-03 22:44:51 +00:00
parent 00eb6d944a
commit 1689f4cbd3
2 changed files with 477 additions and 351 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,14 +14,16 @@
* @li "timeout" - when timeout happens on notify and it's hidden
* @li "block,clicked" - when a click outside of the notify happens
*
* Default content parts of the notify widget that you can use for are:
* @li "default" - A content of the notify
* This widget inherits from @ref elm-container-class, so that the
* functions meant to act on it will wor work for mapbuf objects:
*
* Supported elm_object common APIs.
* @li @ref elm_object_part_content_set
* @li @ref elm_object_part_content_get
* @li @ref elm_object_part_content_unset
*
* Default content parts of the notify widget that you can use are:
* @li @c "default" - The main content of the notify
*
* @ref tutorial_notify show usage of the API.
*
* @{