Creates a new gtk.TextView If you don’t call TextView.setBuffer before using the text view, an empty default buffer will be created for you. Get the buffer with TextView.getBuffer. If you want to specify your own buffer, consider TextView.newWithBuffer.
a new gtk.TextView
ConstructionException GTK+ fails to create the object.
Creates a new gtk.TextView If you don’t call TextView.setBuffer before using the text view, an empty default buffer will be created for you. Get the buffer with TextView.getBuffer. If you want to specify your own buffer, consider TextView.newWithBuffer.