efl_ui: mark Efl.Ui.Focus.Autoscroll_Mode beta

this cannot currently be used for anything and was not explicitly stabilized

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10540
This commit is contained in:
Mike Blumenkrantz 2019-10-28 08:36:07 -04:00
parent 0d099d5368
commit 5048ccf97e
1 changed files with 1 additions and 3 deletions

View File

@ -42,11 +42,9 @@ enum Efl.Ui.Focus.Move_Policy
Left, Right, Up, Down, Tab, or Shift+Tab.]]
}
enum Efl.Ui.Focus.Autoscroll_Mode
enum @beta Efl.Ui.Focus.Autoscroll_Mode
{
[[Focus Autoscroll Mode
@since 1.10
]]
show, [[Directly show the focused region or item automatically.]]
none, [[Do not show the focused region or item automatically.]]