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

a GtkTextView

Value

[GtkTextBuffer] a GtkTextBuffer. [ transfer none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]