get_editable_text
Description:
[ Version ( deprecated = true ,  deprecated_since = "2.10" ) ]
public EditableText get_editable_text ()
  public EditableText get_editable_text ()
Warning: get_editable_text is deprecated since 2.10.
Gets the EditableText interface for an Accessible.
Note: 
      
        
    
    Use atspi_accessible_get_editable_text_iface instead.
Parameters:
| this | a pointer to the Accessible instance to query. | 
Returns:
| a pointer to an EditableText interface instance, or NULL if this does not implement EditableText. |