Gtk
TextBuffer
InsertAtCursor
Gtk.TextBuffer.InsertAtCursor Method
Insert text into the current cursor position
Syntax
public
void
InsertAtCursor
(
string
text)
Parameters
text
The text to be inserted
Remarks
The
TextBuffer.InsertText
event is raised when a call to this method is made.
Requirements
Namespace:
Gtk
Assembly:
gtk-sharp (in gtk-sharp.dll)