Description Methods and Functions Hierarchy Implementations Detailed Description Structures Author(s) References See Also
The ATK interface implemented by components containing user-editable text content.
atkEditableTextSetRunAttributes(object, attrib.set, start.offset, end.offset)
atkEditableTextSetTextContents(object, string)
atkEditableTextInsertText(object, string, position)
atkEditableTextCopyText(object, start.pos, end.pos)
atkEditableTextCutText(object, start.pos, end.pos)
atkEditableTextDeleteText(object, start.pos, end.pos)
atkEditableTextPasteText(object, position)
1 2 | GInterface
+----AtkEditableText
|
AtkEditableText is implemented by
AtkNoOpObject
.
AtkEditableText
should be implemented by UI components which contain
text which the user can edit, via the AtkObject
corresponding to that
component (see AtkObject
).
AtkEditableText
is a subclass of AtkText
, and as such, an object which
implements AtkEditableText
is by definition an AtkText
implementor as well.
AtkEditableText
The AtkEditableText structure does not contain any fields.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/atk/stable/AtkEditableText.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.