summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_calendar.eo
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2017-11-13 15:39:53 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-11-13 18:08:57 +0900
commit4255c34f7a8dfcba7fe585fd773fa6f9157f2829 (patch)
treeaf4c00ac30f844c6c61a3eeeb0a743a5ce005e36 /src/lib/elementary/efl_ui_calendar.eo
parentd498065cb418ccce53f1cb9f3e62f2cfb671e912 (diff)
downloadefl-4255c34f7a8dfcba7fe585fd773fa6f9157f2829.tar.gz
calendar: Remove invalid ref to elm enum
Thanks @JackDanielz for the report. This does not solve your actual concern, though.
Diffstat (limited to 'src/lib/elementary/efl_ui_calendar.eo')
-rw-r--r--src/lib/elementary/efl_ui_calendar.eo13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/elementary/efl_ui_calendar.eo b/src/lib/elementary/efl_ui_calendar.eo
index 43d4508516..5125f2e9cd 100644
--- a/src/lib/elementary/efl_ui_calendar.eo
+++ b/src/lib/elementary/efl_ui_calendar.eo
@@ -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 {