efl_access_object: Support org.a11y.atspi.Value.Text property
[platform/upstream/efl.git] / src / lib / elementary / efl_access_object.eo
index 10c2637..033065a 100644 (file)
@@ -350,6 +350,27 @@ mixin @beta Efl.Access.Object requires Efl.Object
          }
       }
       //
+      //TIZEN_ONLY(20230414): Support org.a11y.atspi.Value.Text property.
+      @property value_text_cb @beta {
+         [[The callback for textual representation of value carried by object.]]
+         set {
+         }
+         values {
+            value_text_cb: Efl.Access.Reading_Info_Cb; [[The callback for textual representation of value]]
+            data: const (void_ptr);
+         }
+      }
+      @property value_text @beta {
+         [[Textual representation of value carried by object.]]
+         get {
+         }
+         set {
+         }
+         values {
+            value_text: string; [[Textual representation of value carried by object]]
+         }
+      }
+      //
       @property relation_set @protected @beta {
          [[An all relations between accessible object and other accessible objects.]]
          get {