gtkTextViewGetBuffer {RGtk2}R Documentation

gtkTextViewGetBuffer

Description

Returns the GtkTextBuffer being displayed by this text view. The reference count on the buffer is not incremented; the caller of this function won't own a new reference.

Usage

gtkTextViewGetBuffer(object)

Arguments

object [GtkTextView] a GtkTextView

Value

[GtkTextBuffer] a GtkTextBuffer

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]