TextView.this

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.

Return Value

Throws

ConstructionException GTK+ fails to create the object.