Gtk.TextBuffer.InsertInteractiveAtCursor Method
Insert text at cursor position if the location is editable

Syntax

public bool InsertInteractiveAtCursor (string text, bool default_editable)

Parameters

text
The text to be inserted
default_editable
The default editability of the buffer

Returns

Whether or not text was inserted

Remarks

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)