TextView.this

Creates a new gtk.text_view.TextView.

If you don’t call gtk.text_view.TextView.setBuffer before using the text view, an empty default buffer will be created for you. Get the buffer with gtk.text_view.TextView.getBuffer. If you want to specify your own buffer, consider gtk.text_view.TextView.newWithBuffer.

  1. this(void* ptr, Flag!"Take" take)
  2. this()
    class TextView
    this
    ()

Return Value