summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_ui_scrollable.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/efl/interfaces/efl_ui_scrollable.eo')
-rw-r--r--src/lib/efl/interfaces/efl_ui_scrollable.eo30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/lib/efl/interfaces/efl_ui_scrollable.eo b/src/lib/efl/interfaces/efl_ui_scrollable.eo
index 34b440d9af..2f6d0a1053 100644
--- a/src/lib/efl/interfaces/efl_ui_scrollable.eo
+++ b/src/lib/efl/interfaces/efl_ui_scrollable.eo
@@ -17,20 +17,20 @@ interface Efl.Ui.Scrollable ()
[[Efl UI scrollable interface]]
event_prefix: efl_ui;
events {
- scroll,start; [[Called when scroll operation starts]]
- scroll; [[Called when scrolling]]
- scroll,stop; [[Called when scroll operation stops]]
- scroll,up; [[Called when scrolling upwards]]
- scroll,down; [[Called when scrolling downwards]]
- scroll,left; [[Called when scrolling left]]
- scroll,right; [[Called when scrolling right]]
- edge,up; [[Called when hitting the top edge]]
- edge,down; [[Called when hitting the bottom edge]]
- edge,left; [[Called when hitting the left edge]]
- edge,right; [[Called when hitting the right edge]]
- scroll,anim,start; [[Called when scroll animation starts]]
- scroll,anim,stop; [[Called when scroll animation stopps]]
- scroll,drag,start; [[Called when scroll drag starts]]
- scroll,drag,stop; [[Called when scroll drag stops]]
+ scroll,start: void; [[Called when scroll operation starts]]
+ scroll: void; [[Called when scrolling]]
+ scroll,stop: void; [[Called when scroll operation stops]]
+ scroll,up: void; [[Called when scrolling upwards]]
+ scroll,down: void; [[Called when scrolling downwards]]
+ scroll,left: void; [[Called when scrolling left]]
+ scroll,right: void; [[Called when scrolling right]]
+ edge,up: void; [[Called when hitting the top edge]]
+ edge,down: void; [[Called when hitting the bottom edge]]
+ edge,left: void; [[Called when hitting the left edge]]
+ edge,right: void; [[Called when hitting the right edge]]
+ scroll,anim,start: void; [[Called when scroll animation starts]]
+ scroll,anim,stop: void; [[Called when scroll animation stopps]]
+ scroll,drag,start: void; [[Called when scroll drag starts]]
+ scroll,drag,stop: void; [[Called when scroll drag stops]]
}
}