GtkTextViewClass.createBuffer

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

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