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.
a new gtk.text_view.TextView
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.