Virtualvfunc_Copy text from start_pos up to, but not including end_pos
to the clipboard.
start position
end position
Virtualvfunc_Copy text from start_pos up to, but not including end_pos
to the clipboard and then delete from the widget.
start position
end position
Virtualvfunc_Delete text start_pos up to, but not including end_pos.
start position
end position
Virtualvfunc_Insert text at a given position.
the text to insert
the length of text to insert, in bytes
The caller initializes this to the position at which to insert the text. After the call it points at the position after the newly inserted text.
Virtualvfunc_Paste text from clipboard to specified position.
position to paste
Virtualvfunc_Sets the attributes for a specified range. See the ATK_ATTRIBUTE macros (such as #ATK_ATTRIBUTE_LEFT_MARGIN) for examples of attributes that can be set. Note that other attributes that do not have corresponding ATK_ATTRIBUTE macros may also be set for certain text widgets.
start of range in which to set attributes
end of range in which to set attributes
Virtualvfunc_Set text contents of text.
string to set for text contents of text
Interface for implementing EditableText. Contains only the virtual methods that need to be implemented.