calendar: Remove invalid ref to elm enum

Thanks @JackDanielz for the report. This does not solve your actual
concern, though.
This commit is contained in:
Jean-Philippe Andre 2017-11-13 15:39:53 +09:00
parent d498065cb4
commit 4255c34f7a
1 changed files with 7 additions and 6 deletions

View File

@ -26,13 +26,14 @@ class Efl.Ui.Calendar (Efl.Ui.Layout, Efl.Ui.Focus.Composition, Elm.Interface.At
]]
methods {
@property first_day_of_week {
[[The first day of week to use on calendar widgets'.]]
set {
}
get {
}
[[The first day of week to use on calendar widgets.
This is the day that will appear in the left-most column (eg. Monday
in France or Sunday in the US).
]]
values {
day: Efl.Ui.Calendar.Weekday(Efl.Ui.Calendar.Weekday.sunday); [[Weekday enum value, see @Elm.Calendar.Weekday]]
day: Efl.Ui.Calendar.Weekday(Efl.Ui.Calendar.Weekday.sunday);
[[The first day of the week.]]
}
}
@property date_min {