Interface

AtspiEditableText

Description

interface Atspi.EditableText : GObject.Object

No description available.

Prerequisite

In order to implement EditableText, your type must inherit fromGObject.

Implementations

Instance methods

atspi_editable_text_copy_text

Copies text from an AtspiEditableText object into the system clipboard.

atspi_editable_text_cut_text

Deletes text from an AtspiEditableText object, copying the excised portion into the system clipboard.

atspi_editable_text_delete_text

Deletes text from an AtspiEditableText object, without copying the excised portion into the system clipboard.

atspi_editable_text_insert_text

Inserts text 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.

atspi_editable_text_paste_text

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.

atspi_editable_text_set_text_contents

Replace the entire text contents of an AtspiEditableText object.