GtkTextViewClass.createBuffer

The create_buffer vfunc is called to create a #GtkTextBuffer for the text view. The default implementation is to just call gtk.text_buffer.TextBuffer.new_. Since: 3.10

struct GtkTextViewClass
extern (C)
GtkTextBuffer* function(GtkTextView* textView) createBuffer;