X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-swig%2FSWIG%2Fevents%2Faccessibilitymanager-event.i;h=34a6a51e441b634ff5887b5aa4ac408041aeec5a;hp=64e070d9ffcf60ff75a80474a4dc56912d6f0cb7;hb=c2c6ef4249c29f78bf92762137ec7b4eb7087ca6;hpb=709f6618b60d366c84e259564c53b6ef0c43b717 diff --git a/plugins/dali-swig/SWIG/events/accessibilitymanager-event.i b/plugins/dali-swig/SWIG/events/accessibilitymanager-event.i index 64e070d..34a6a51 100644 --- a/plugins/dali-swig/SWIG/events/accessibilitymanager-event.i +++ b/plugins/dali-swig/SWIG/events/accessibilitymanager-event.i @@ -578,6 +578,8 @@ * @brief Event arguments that passed via ActionScroll signal * */ +/* + // To be replaced by a new event that takes Touch public class ActionScrollEventArgs : EventArgs { private AccessibilityManager _accessibilityManager; @@ -607,6 +609,7 @@ } } } +*/ /** * @brief Event arguments that passed via ActionPageUp signal @@ -829,10 +832,13 @@ private DaliEventHandlerWithReturnType _accessibilityManagerActionStartStopEventHandler; private ActionStartStopEventCallbackDelegate _accessibilityManagerActionStartStopEventCallbackDelegate; +/* + // To be replaced by a new event that takes Touch [UnmanagedFunctionPointer(CallingConvention.StdCall)] private delegate bool ActionScrollEventCallbackDelegate(IntPtr accessibilityManager, IntPtr touchEvent); private DaliEventHandlerWithReturnType _accessibilityManagerActionScrollEventHandler; private ActionScrollEventCallbackDelegate _accessibilityManagerActionScrollEventCallbackDelegate; +*/ [UnmanagedFunctionPointer(CallingConvention.StdCall)] private delegate void FocusChangedEventCallbackDelegate(IntPtr actor1, IntPtr actor2); @@ -2075,6 +2081,8 @@ return false; } +/* + // To be replaced by a new event that takes Touch public event DaliEventHandlerWithReturnType ActionScroll { add @@ -2122,6 +2130,7 @@ } return false; } +*/ public event DaliEventHandler FocusChanged {