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 property | Gtk.Text:buffer |
Return value
Type: GtkEntryBuffer
A GtkEntryBuffer
object.
The returned data is owned by the instance. |