Method
AtspiTextget_text_attribute_value
Declaration [src]
gchar*
atspi_text_get_text_attribute_value (
AtspiText* obj,
gint offset,
const gchar* attribute_name,
GError** error
)
Description [src]
Gets the value of a named attribute at a given offset.
The implementation of this method is provided by atspi_text_get_attribute_value() in language bindings |