gtkTextViewAddChildAtAnchor {RGtk2}R Documentation

gtkTextViewAddChildAtAnchor

Description

Adds a child widget in the text buffer, at the given anchor.

Usage

gtkTextViewAddChildAtAnchor(object, child, anchor)

Arguments

object

a GtkTextView

child

a GtkWidget

anchor

a GtkTextChildAnchor in the GtkTextBuffer for text.view

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]