/*!
* \brief
+ * Set highlight to given part
+ */
+#define LB_DESC_TYPE_ACCESS_OPERATION "access,operation"
+
+#define LB_DESC_DATA_ACCESS_OPERATION_HL_SET "set,hl"
+#define LB_DESC_DATA_ACCESS_OPERATION_HL_UNSET "unset,hl"
+#define LB_DESC_DATA_ACCESS_OPERATION_HL_NEXT "next,hl"
+#define LB_DESC_DATA_ACCESS_OPERATION_HL_PREV "prev,hl"
+#define LB_DESC_OPTION_ACCESS_HL_LOOP "cycle"
+#define LB_DESC_OPTION_ACCESS_HL_NOLOOP "no,cycle"
+
+/*!
+ * \brief
* Extra event informatino for livebox_content_event interface function
*/
#ifndef __PROVIDER_H
action_info.y = iy;
ret = elm_access_action(parent_elm, action_type, &action_info);
if (ret == EINA_TRUE) {
- if (!get_highlighted_object(edje)) {
+ if (!get_highlighted_object(parent_elm)) {
ErrPrint("Highlighted object is not found\n");
ret = LB_ACCESS_STATUS_ERROR;
} else {