[Elm] Clock now an elm layout, too.

SVN revision: 70639
This commit is contained in:
Gustavo Lima Chaves 2012-05-02 16:58:51 +00:00
parent 39f2ef8783
commit 506e8765d6
2 changed files with 463 additions and 428 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,8 +30,12 @@
* am/pm indicator may be optionally shown, too, when it will
* switch to 12h.
*
* Smart callbacks one can register to:
* - "changed" - the clock's user changed the time
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for clock objects.
*
* This widget emits the following signals, besides the ones sent from
* @ref Layout:
* - @c "changed" - the clock's user changed the time
*
* Supported elm_object common APIs.
* @li @ref elm_object_signal_emit