diff options
Diffstat (limited to 'src/lib/elementary/efl_ui_spin.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_spin.eo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/efl_ui_spin.eo b/src/lib/elementary/efl_ui_spin.eo index bf70517..7fa515b 100644 --- a/src/lib/elementary/efl_ui_spin.eo +++ b/src/lib/elementary/efl_ui_spin.eo | |||
@@ -5,7 +5,7 @@ struct Efl.Ui.Spin_Special_Value | |||
5 | label: string; [[String to replace]] | 5 | label: string; [[String to replace]] |
6 | } | 6 | } |
7 | 7 | ||
8 | class @beta Efl.Ui.Spin extends Efl.Ui.Layout implements Efl.Ui.Range_Interactive, Efl.Ui.Format, | 8 | class @beta Efl.Ui.Spin extends Efl.Ui.Layout_Base implements Efl.Ui.Range_Interactive, Efl.Ui.Format, |
9 | Efl.Access.Value, Efl.Access.Widget.Action | 9 | Efl.Access.Value, Efl.Access.Widget.Action |
10 | { | 10 | { |
11 | [[A Spin. | 11 | [[A Spin. |
@@ -36,7 +36,7 @@ class @beta Efl.Ui.Spin extends Efl.Ui.Layout implements Efl.Ui.Range_Interactiv | |||
36 | implements { | 36 | implements { |
37 | Efl.Object.constructor; | 37 | Efl.Object.constructor; |
38 | Efl.Object.destructor; | 38 | Efl.Object.destructor; |
39 | Efl.Ui.Widget.widget_event; | 39 | Efl.Ui.Widget.widget_input_event_handler; |
40 | Efl.Ui.Range_Display.range_min_max { get; set; } | 40 | Efl.Ui.Range_Display.range_min_max { get; set; } |
41 | Efl.Ui.Range_Interactive.range_step { get; set; } | 41 | Efl.Ui.Range_Interactive.range_step { get; set; } |
42 | Efl.Ui.Range_Display.range_value { get; set; } | 42 | Efl.Ui.Range_Display.range_value { get; set; } |