[Elm] Dayselector now a layout.

SVN revision: 70658
This commit is contained in:
Gustavo Lima Chaves 2012-05-02 17:01:09 +00:00
parent 11d75151c2
commit b0ca3a9a9d
2 changed files with 474 additions and 506 deletions

File diff suppressed because it is too large Load Diff

View File

@ -51,9 +51,13 @@
* the elm_object_part_content_set/get APIs thus providing a way to handle
* the different check styles for individual days.
*
* The widget emits the following signals:
* @li "dayselector,changed" - when the user changes the state of a day.
* @li "language,changed" - the program's language changed
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for dayselector objects.
*
* This widget emits the following signals, besides the ones sent from
* @ref Layout:
* @li @c "dayselector,changed" - when the user changes the state of a day.
* @li @c "language,changed" - the program's language changed
*
* Available styles for dayselector are:
* @li default