SourceView.this

Creates a new GtkSourceView widget displaying the buffer buffer. One buffer can be shared among many widgets.

  1. this(GtkSourceView* gtkSourceView)
  2. this()
  3. this(SourceBuffer buffer)
    class SourceView

Parameters

buffer SourceBuffer

a GtkSourceBuffer.

Throws

ConstructionException GTK+ fails to create the object.

Meta