SourceView.this

Creates a new #GtkSourceView. An empty default #GtkSourceBuffer will be created for you and can be retrieved with gtk_text_view_get_buffer(). If you want to specify your own buffer, consider gtk_source_view_new_with_buffer().

Return: a new #GtkSourceView.

Throws

ConstructionException GTK+ fails to create the object.

Meta