Method
AtspiEditableTextpaste_text
Declaration [src]
gboolean
atspi_editable_text_paste_text (
AtspiEditableText* obj,
gint position,
GError** error
)
Description [src]
Inserts text from the system clipboard into an AtspiEditableText
object.
As with all character offsets, the specified position
may not be the
same as the resulting byte offset, since the text is in a
variable-width encoding.