Win: Add an animator,tick event (not currently implemented).
authorTom Hacohen <tom@stosb.com>
Wed, 6 Aug 2014 09:02:03 +0000 (10:02 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 21 Aug 2014 10:04:28 +0000 (11:04 +0100)
This event will be used to replace ecore_animator.

src/lib/elm_win.eo

index 0b2e6ec..83107ae 100644 (file)
@@ -1370,6 +1370,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window,
       focused;
       unfocused;
       wm,rotation,changed;
+      animator,tick;
    }
 
 }