delete_text
Description:
[ HasEmitter ]
[ Version ( since = "1.2" ) ]
public signal void delete_text (int start_pos, int end_pos)
  [ Version ( since = "1.2" ) ]
public signal void delete_text (int start_pos, int end_pos)
This signal is emitted when text is deleted from the actor by the user.
 It is emitted before self text changes.
Parameters:
| start_pos | the starting position | 
| end_pos | the end position |