TextView.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
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.

Returns