[Elm] Dayselector now a layout.

SVN revision: 70735
This commit is contained in:
Gustavo Lima Chaves 2012-05-03 22:43:51 +00:00
parent df0afe2ba9
commit d9b2d3919a
2 changed files with 476 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