[Elm] Elm calendar also a layout, now.

SVN revision: 70637
This commit is contained in:
Gustavo Lima Chaves 2012-05-02 16:58:41 +00:00
parent 77831157d1
commit 082bc108a3
2 changed files with 578 additions and 527 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,17 +2,23 @@
* @defgroup Calendar Calendar
* @ingroup Elementary
*
* This is a Calendar widget. Calender widget helps applications to flexibly
* display a calender with day of the week, day, year and month. Applications will be
* able to choose a specific date that will be reported in the smart_callbacks for
* the calendar widget. The APIs of calendar widget let the applications perform
* other functions like,
* placing marks on specific dates
* Setting the bounds for the calendar (minimum and maximum years)
* Setting the day names of the week. ( for ex. Thu. or Thursday)
* Setting the year and month format.
* This is a calendar widget. It helps applications to flexibly
* display a calender with day of the week, date, year and
* month. Applications are able to set specific dates to be reported
* back, when selected, in the smart callbacks of the calendar
* widget. The API of this widget lets the applications perform other
* functions, like:
*
* Signals that you can add callbacks for are:
* - placing marks on specific dates
* - setting the bounds for the calendar (minimum and maximum years)
* - setting the day names of the week (e.g. "Thu" or "Thursday")
* - setting the year and month format.
*
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for calendar objects.
*
* This widget emits the following signals, besides the ones sent from
* @ref Layout:
* - @c "changed" - emitted when the date in the calendar is changed.
*
* Supported elm_object common APIs.