TextBuffer.text

Get text property.

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

Return Value

Type: string

The text content of the buffer.

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