Text.newWithBuffer

gtk.text.Text newWithBuffer(gtk.entry_buffer.EntryBuffer buffer) static nothrow

Creates a new gtk.text.Text with the specified text buffer.

Parameters

bufferThe buffer to use for the new gtk.text.Text.

Returns