summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui.eot
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2020-02-05 16:23:51 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2020-02-05 16:30:57 +0100
commit4a81eb6468f0d0cf2be2b8ebbf0fa1ebb2dabc37 (patch)
tree6c58c26ad06f934c8da316dba2b53820334c0a91 /src/lib/elementary/efl_ui.eot
parent33681f80879b62f4347b5f7d05f5220bc1d40c14 (diff)
downloadefl-4a81eb6468f0d0cf2be2b8ebbf0fa1ebb2dabc37.tar.gz
eot files: fixup all since tags
these tags have been wrong. eolian does not allow anything < 1.22
Diffstat (limited to 'src/lib/elementary/efl_ui.eot')
-rw-r--r--src/lib/elementary/efl_ui.eot9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/elementary/efl_ui.eot b/src/lib/elementary/efl_ui.eot
index 29832b53ba..ddabd19802 100644
--- a/src/lib/elementary/efl_ui.eot
+++ b/src/lib/elementary/efl_ui.eot
@@ -33,7 +33,7 @@ enum Efl.Ui.Focus.Direction
enum Efl.Ui.Focus.Move_Policy
{
[[Focus Movement Policy.
- @since 1.10]]
+ @since 1.22]]
click, [[Move focus by mouse click or touch. Elementary focus is set on mouse
click and this is checked at mouse up time. (default)]]
move_in, [[Move focus by mouse in. Elementary focus is set on mouse move when the
@@ -45,6 +45,8 @@ enum Efl.Ui.Focus.Move_Policy
enum @beta Efl.Ui.Focus.Autoscroll_Mode
{
[[Focus Autoscroll Mode
+
+ @since 1.22
]]
show, [[Directly show the focused region or item automatically.]]
none, [[Do not show the focused region or item automatically.]]
@@ -53,10 +55,7 @@ enum @beta Efl.Ui.Focus.Autoscroll_Mode
enum @beta Efl.Ui.Softcursor_Mode
{
- [[Software cursor mode.
-
- @since 1.7
- ]]
+ [[Software cursor mode.]]
auto, [[Auto-detect if a software cursor should be used (default).]]
on, [[Always use a softcursor.]]
off [[Never use a softcursor.]]