return _elm_widget_is(obj);
}
+EAPI void
+elm_widget_access_info_set(Efl_Ui_Widget *obj, const char *txt)
+{
+ efl_ui_widget_access_info_set(obj, txt);
+}
+
+EAPI const char *
+elm_widget_access_info_get(const Efl_Ui_Widget *obj)
+{
+ return efl_ui_widget_access_info_get(obj);
+}
+
EAPI Eo *
elm_widget_top_get(const Eo *obj)
{
event_prefix: efl_ui_widget;
data: Efl_Ui_Widget_Data;
methods {
- @property cursor {
+ @property cursor @beta {
[[The cursor to be shown when mouse is over the object
This is the cursor that will be displayed when mouse is over the
by the display system or the theme.]]
}
}
- @property cursor_style {
+ @property cursor_style @beta {
[[A different style for the cursor.
This only makes sense if theme cursors are used.
transparent, ....]]
}
}
- @property cursor_theme_search_enabled {
+ @property cursor_theme_search_enabled @beta {
[[Whether the cursor may be looked in the theme or not.
If $false, the cursor may only come from the render engine,
}
/* Accessibility */
- @property access_info {
+ @property access_info @beta {
[[Accessibility information.
This is a replacement string to be read by the accessibility
}
events {
language,changed: void; [[Called when widget language changed]]
- access,changed: void; [[Called when accessibility changed]]
// TIZEN_ONLY(20161018): add highlighted/unhighlighted signal for atspi
atspi,highlighted: void;
atspi,unhighlighted: void;
//
+ access,changed @beta: void; [[Called when accessibility changed]]
}
}