SourceView


Description:

[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public SourceView ()

Creates a new SourceView.

By default, an empty SourceBuffer will be lazily created and can be retrieved with get_buffer.

If you want to specify your own buffer, either override the TextView create_buffer factory method, or use SourceView.with_buffer.

Returns:

a new SourceView.