set {
[[Sets gesture callback to give widget.
+ Warning: Please do not abuse this API. The purpose of this API is
+ to support special application such as screen-reader guidance.
+ Before using this API, please check if there is another way.
+
\@if WEARABLE \@since_tizen 3.0
\@endif
]]
/**
* Type of gesture that is emitted on assistive technology client side.
*
+ * @warning do not use ELM_ATSPI_GESTURE_TWO_FINGERS_FLICK_*, and
+ * ELM_ATSPI_GESTURE_TWO_FINGERS_HOVER. These gestures are not emitted on
+ * assistive technology client side. The window manager emits mouse event
+ * directly. So if you need to check these gestures, you have to handle mouse
+ * events. If you want to make highlighted object to get mouse events directly,
+ * then please use elm_atspi_accessible_attribute_append as below.
+ *
* @if WEARABLE @since_tizen 3.0
* @endif
*/