Method

GtkTextget_buffer

Declaration [src]

GtkEntryBuffer*
gtk_text_get_buffer (
  GtkText* self
)

Description [src]

Get the GtkEntryBuffer object which holds the text for this widget.

Gets propertyGtk.Text:buffer

Return value

Type: GtkEntryBuffer

A GtkEntryBuffer object.

The returned data is owned by the instance.