gtkTextBufferInsertAtCursor {RGtk2} | R Documentation |
Simply calls gtkTextBufferInsert
, using the current
cursor position as the insertion point.
gtkTextBufferInsertAtCursor(object, text, len = -1)
|
[GtkTextBuffer ] a GtkTextBuffer |
|
[character] some text in UTF-8 format |
|
[integer] length of text, in bytes |
Derived by RGtkGen from GTK+ documentation