Constructor

TalkatuViewnew_with_buffer

Declaration [src]

GtkWidget*
talkatu_view_new_with_buffer (
  GtkTextBuffer* buffer
)

Description [src]

Creates a new TalkatuView with buffer.

Parameters

buffer

Type: GtkTextBuffer

A GtkTextBuffer.

The data is owned by the caller of the function.

Return value

Type: GtkWidget

The new TalkatuView.

The caller of the function takes ownership of the data, and is responsible for freeing it.