Creates a new #GtkTextView. 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 #GtkTextView
Creates a new #GtkTextView. 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.