| Import line: | Atk = imports.gi.Atk; |
| GIR File: | Atk-1.0.gir |
| C documentation: | AtkEditableText |
| Interface : | EditableText |
| Implementations: | Atk.NoOpObject |
| None |
| Method / Constructor | Defined By | |
|---|---|---|
| Atk.EditableText | ||
|
Copy text from start_pos up to, but not including end_pos
to the clipboard and then delete from the widget. |
Atk.EditableText | |
| Atk.EditableText | ||
|
Insert text at a given position.
Insert text at a given position.
|
Atk.EditableText | |
|
paste_text
(gint32 position)
:
none
Paste text from clipboard to specified position.
Paste text from clipboard to specified position.
|
Atk.EditableText | |
| Atk.EditableText | ||
|
set_text_contents
(String string)
:
none
Set text contents of text.
Set text contents of text.
|
Atk.EditableText | |
| None |