{
ELM_ATSPI_BRIDGE_DATA_GET_OR_RETURN_VAL(data, pd, EINA_FALSE);
- if (!STATE_TYPE_GET(pd->object_children_broadcast_mask, ATSPI_OBJECT_EVENT_VISIBLE_DATA_CHANGED))
+ if (!STATE_TYPE_GET(pd->object_broadcast_mask, ATSPI_OBJECT_EVENT_VISIBLE_DATA_CHANGED))
return EINA_FALSE;
_bridge_signal_send(data, obj, ATSPI_DBUS_INTERFACE_EVENT_OBJECT,
//TIZEN_ONLY: Let the screen-reader know when scroll animation ends
if (_elm_atspi_enabled())
{
- int x = 0, y = 0, w = 0, h = 0;
- eo_do((Eo *) obj, elm_interface_scrollable_content_region_get(&x, &y, &w, &h));
- elm_interface_atspi_accessible_bounds_changed_signal_emit(obj, x, y, w, h);
+ elm_interface_atspi_accessible_visible_data_changed_signal_emit(obj);
}
//
}
//TIZEN_ONLY: Let the screen-reader know when drag ends
if (_elm_atspi_enabled())
{
- int x = 0, y = 0, w = 0, h = 0;
- eo_do((Eo *) obj, elm_interface_scrollable_content_region_get(&x, &y, &w, &h));
- elm_interface_atspi_accessible_bounds_changed_signal_emit(obj, x, y, w, h);
+ elm_interface_atspi_accessible_visible_data_changed_signal_emit(obj);
}
//
}
//TIZEN_ONLY: Let the screen-reader know when scroll animation ends
if (_elm_atspi_enabled())
{
- int x = 0, y = 0, w = 0, h = 0;
- eo_do((Eo *) obj, elm_interface_scrollable_content_region_get(&x, &y, &w, &h));
- elm_interface_atspi_accessible_bounds_changed_signal_emit(obj, x, y, w, h);
+ elm_interface_atspi_accessible_visible_data_changed_signal_emit(obj);
}
//
}
//TIZEN_ONLY: Let the screen-reader know when drag ends
if (_elm_atspi_enabled())
{
- int x = 0, y = 0, w = 0, h = 0;
- eo_do((Eo *) obj, elm_interface_scrollable_content_region_get(&x, &y, &w, &h));
- elm_interface_atspi_accessible_bounds_changed_signal_emit(obj, x, y, w, h);
+ elm_interface_atspi_accessible_visible_data_changed_signal_emit(obj);
}
//
}
//TIZEN_ONLY: Let the screen-reader know when scroll animation ends
if (_elm_atspi_enabled())
{
- int x = 0, y = 0, w = 0, h = 0;
- eo_do((Eo *) obj, elm_interface_scrollable_content_region_get(&x, &y, &w, &h));
- elm_interface_atspi_accessible_bounds_changed_signal_emit(obj, x, y, w, h);
+ elm_interface_atspi_accessible_visible_data_changed_signal_emit(obj);
}
//
}
//TIZEN_ONLY: Let the screen-reader know when drag ends
if (_elm_atspi_enabled())
{
- int x = 0, y = 0, w = 0, h = 0;
- eo_do((Eo *) obj, elm_interface_scrollable_content_region_get(&x, &y, &w, &h));
- elm_interface_atspi_accessible_bounds_changed_signal_emit(obj, x, y, w, h);
+ elm_interface_atspi_accessible_visible_data_changed_signal_emit(obj);
}
//
}
//TIZEN_ONLY: Let the screen-reader know when scroll animation ends
if (_elm_atspi_enabled())
{
- int x = 0, y = 0, w = 0, h = 0;
- eo_do((Eo *) obj, elm_interface_scrollable_content_region_get(&x, &y, &w, &h));
- elm_interface_atspi_accessible_bounds_changed_signal_emit(obj, x, y, w, h);
+ elm_interface_atspi_accessible_visible_data_changed_signal_emit(obj);
}
//
}
//TIZEN_ONLY: Let the screen-reader know when drag ends
if (_elm_atspi_enabled())
{
- int x = 0, y = 0, w = 0, h = 0;
- eo_do((Eo *) obj, elm_interface_scrollable_content_region_get(&x, &y, &w, &h));
- elm_interface_atspi_accessible_bounds_changed_signal_emit(obj, x, y, w, h);
+ elm_interface_atspi_accessible_visible_data_changed_signal_emit(obj);
}
//
}