Efl.Ui.Clock_Type (from Efl.Ui.Clock.Type)

Ref https://phab.enlightenment.org/T6847

Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Xavi Artigas 2018-04-06 16:34:37 +02:00 committed by Cedric Bail
parent 5c258c238e
commit 7e34e100d2
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import efl_types; import efl_types;
enum Efl.Ui.Clock.Type enum Efl.Ui.Clock_Type
{ {
[[Identifies a clock field, The widget supports 6 fields : Year, month, [[Identifies a clock field, The widget supports 6 fields : Year, month,
Date, Hour, Minute, AM/PM Date, Hour, Minute, AM/PM
@ -179,7 +179,7 @@ class Efl.Ui.Clock (Efl.Ui.Layout)
[[ The field to be visible/not.]] [[ The field to be visible/not.]]
set{} get{} set{} get{}
keys { keys {
fieldtype: Efl.Ui.Clock.Type; [[Type of the field. #EFL_UI_CLOCK_TYPE_YEAR etc.]] fieldtype: Efl.Ui.Clock_Type; [[Type of the field. #EFL_UI_CLOCK_TYPE_YEAR etc.]]
} }
values { values {
visible: bool; [[$true field can be visible, $false otherwise.]] visible: bool; [[$true field can be visible, $false otherwise.]]
@ -213,7 +213,7 @@ class Efl.Ui.Clock (Efl.Ui.Layout)
]] ]]
} }
keys { keys {
fieldtype: Efl.Ui.Clock.Type; [[Type of the field. #EFL_UI_CLOCK_TYPE_YEAR etc.]] fieldtype: Efl.Ui.Clock_Type; [[Type of the field. #EFL_UI_CLOCK_TYPE_YEAR etc.]]
} }
values { values {
min: int; [[Reference to field's minimum value.]] min: int; [[Reference to field's minimum value.]]