AtkEditableTextIface

Undocumented in source.

Members

Variables

copyText
void function(AtkEditableText* text, int startPos, int endPos) copyText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cutText
void function(AtkEditableText* text, int startPos, int endPos) cutText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
deleteText
void function(AtkEditableText* text, int startPos, int endPos) deleteText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
insertText
void function(AtkEditableText* text, const(char)* str, int length, int* position) insertText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parentInterface
GTypeInterface parentInterface;
Undocumented in source.
pasteText
void function(AtkEditableText* text, int position) pasteText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setRunAttributes
int function(AtkEditableText* text, AtkAttributeSet* attribSet, int startOffset, int endOffset) setRunAttributes;
setTextContents
void function(AtkEditableText* text, const(char)* str) setTextContents;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta