diff options
Diffstat (limited to 'src/lib/efl')
-rw-r--r-- | src/lib/efl/interfaces/efl_ui_draggable.eo | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/efl/interfaces/efl_ui_draggable.eo b/src/lib/efl/interfaces/efl_ui_draggable.eo index 91c74202ad..0b4139958d 100644 --- a/src/lib/efl/interfaces/efl_ui_draggable.eo +++ b/src/lib/efl/interfaces/efl_ui_draggable.eo @@ -22,16 +22,4 @@ interface @beta Efl.Ui.Draggable } } } - - events { - /* FIXME: Explain what is the object passed through the event_infos */ - drag: Efl.Object; [[Called when drag operation starts]] - drag,start: void; [[Called when drag started]] - drag,stop: Efl.Object; [[Called when drag stopped]] - drag,end: void; [[Called when drag operation ends]] - drag,start,up: Efl.Object; [[Called when drag starts into up direction]] - drag,start,down: Efl.Object; [[Called when drag starts into down direction]] - drag,start,right: Efl.Object; [[Called when drag starts into right direction]] - drag,start,left: Efl.Object; [[Called when drag starts into left direction]] - } } |