[Elm] Notify now a container.

SVN revision: 70670
This commit is contained in:
Gustavo Lima Chaves 2012-05-02 17:02:18 +00:00
parent 477ae2434a
commit 788f3a3712
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.
*
* @{