atk-sharp2.12.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.The ATK interface implemented by components containing user-editable text content should be implemented by UI components which
contain text which the user can edit, via the corresponding to that component (see ).
is a subclass of , and as such, an
object which implements AtkEditableText is by definition an
implementor as well.
GLib.IWrapperMethodSystem.VoidDelete text
start position
end position
This only deletes text up to, but not including . MethodSystem.VoidPaste text from clipboard to specified position.
position to paste
MethodSystem.VoidCut text
start position
end position
This method only cuts the text up to , it does not include the text at that position.
MethodSystem.VoidCopy text
start position
end position
This method only copies the text up to , it does not include the text at that position.
MethodSystem.BooleanSets the attributes for a specified range.
an
start of range in which to set attributes
end of range in which to set attributes
if attributes successfully set for
the specified range, otherwise
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.
PropertySystem.StringSet text contents of text.contents of textMethodSystem.Void
To be added.
To be added.
To be added.To be added.