TextBuffer.text

string text() @property

Get text property.

Returns

The text content of the buffer. Without child widgets and images,

see [gtk.text_buffer.TextBuffer.getText] for more information.

void text(string propval) @property

Set text property.

Parameters

propvalThe text content of the buffer. Without child widgets and images, see [gtk.text_buffer.TextBuffer.getText] for more information.