Method
AtkEditableTextcut_text
Declaration [src]
void
atk_editable_text_cut_text (
AtkEditableText* text,
gint start_pos,
gint end_pos
)
Description [src]
Copy text from start_pos
up to, but not including end_pos
to the clipboard and then delete from the widget.