Method

AtkEditableTextcopy_text

Declaration [src]

void
atk_editable_text_copy_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.

Parameters

start_pos

Type: gint

Start position.

end_pos

Type: gint

End position.