TextBuffer.text

Set text property.

  1. string text [@property getter]
  2. string text [@property setter]
    class TextBuffer
    @property
    void
    text
    (
    string propval
    )

Parameters

propval string

The text content of the buffer.

Without child widgets and images, see gtk.text_buffer.TextBuffer.getText for more information.