Gtk.TextBuffer.SetText Method
Set the contents of the buffer

Syntax

public void SetText (string text)

Parameters

text
The new contents of the buffer

Remarks

This is equivelant to using the setter of the TextBuffer.Text property.

Requirements

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