From d066dcf5433d5a8f98d019737adc8298c19e0923 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Mon, 20 Jan 2020 13:22:59 +0100 Subject: [PATCH] efl_ui_spotlight/pager/stack: remove @beta there has been more than 1 month without any comment, i think this looks fine now ? The transition event is kept beta for now, as we have right now a discussion about range that we might be able to use here. Reviewed-by: Xavi Artigas Reviewed-by: Jaehyun Cho Differential Revision: https://phab.enlightenment.org/D11135 --- src/lib/elementary/efl_ui_pager.eo | 2 +- src/lib/elementary/efl_ui_spotlight_container.eo | 10 +++++----- src/lib/elementary/efl_ui_stack.eo | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/elementary/efl_ui_pager.eo b/src/lib/elementary/efl_ui_pager.eo index 08840922e8..2adf506c86 100644 --- a/src/lib/elementary/efl_ui_pager.eo +++ b/src/lib/elementary/efl_ui_pager.eo @@ -1,4 +1,4 @@ -class @beta Efl.Ui.Pager extends Efl.Ui.Spotlight.Container +class Efl.Ui.Pager extends Efl.Ui.Spotlight.Container { [[A spotlight with predefined @Efl.Ui.Spotlight.Container.spotlight_manager diff --git a/src/lib/elementary/efl_ui_spotlight_container.eo b/src/lib/elementary/efl_ui_spotlight_container.eo index 857f2655e1..9acfc0c631 100644 --- a/src/lib/elementary/efl_ui_spotlight_container.eo +++ b/src/lib/elementary/efl_ui_spotlight_container.eo @@ -4,7 +4,7 @@ struct @beta Efl.Ui.Spotlight.Transition_Event { to : int; [[The index to where the transition is headed, -1 if not known.]] } -class @beta Efl.Ui.Spotlight.Container extends Efl.Ui.Widget implements Efl.Pack_Linear +class Efl.Ui.Spotlight.Container extends Efl.Ui.Widget implements Efl.Pack_Linear { [[The Spotlight widget is a container for other sub-widgets, where only one sub-widget is active at any given time. @@ -28,7 +28,7 @@ class @beta Efl.Ui.Spotlight.Container extends Efl.Ui.Widget implements Efl.Pack ]] c_prefix: efl_ui_spotlight; methods { - @property spotlight_manager { + @property spotlight_manager @beta { [[This object defines how sub-widgets are rendered and animated. If it is not set, only the active sub-widget is shown and transitions are instantaneous (not animated). ]] @@ -42,7 +42,7 @@ class @beta Efl.Ui.Spotlight.Container extends Efl.Ui.Widget implements Efl.Pack spotlight_manager : Efl.Ui.Spotlight.Manager @move; [[The Spotlight Manager object or $NULL.]] } } - @property indicator { + @property indicator @beta { [[An indicator object to use, which will display the current state of the spotlight (number of sub-widgets and active one). When this object is set, it is immediately updated to reflect the current state of the widget. @@ -124,8 +124,8 @@ class @beta Efl.Ui.Spotlight.Container extends Efl.Ui.Widget implements Efl.Pack } } events { - transition,start : Efl.Ui.Spotlight.Transition_Event; [[A transition animation has started.]] - transition,end : Efl.Ui.Spotlight.Transition_Event; [[A transition animation has ended.]] + transition,start @beta : Efl.Ui.Spotlight.Transition_Event; [[A transition animation has started.]] + transition,end @beta : Efl.Ui.Spotlight.Transition_Event; [[A transition animation has ended.]] } implements { Efl.Object.constructor; diff --git a/src/lib/elementary/efl_ui_stack.eo b/src/lib/elementary/efl_ui_stack.eo index bdaaeed9a2..ccb6b4cc15 100644 --- a/src/lib/elementary/efl_ui_stack.eo +++ b/src/lib/elementary/efl_ui_stack.eo @@ -1,4 +1,4 @@ -class @beta Efl.Ui.Stack extends Efl.Ui.Spotlight.Container +class Efl.Ui.Stack extends Efl.Ui.Spotlight.Container { [[A spotlight with predefined @Efl.Ui.Spotlight.Container.spotlight_manager