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 [GtkTextView] a GtkTextView
child [GtkWidget] a GtkWidget
anchor [GtkTextChildAnchor] a GtkTextChildAnchor in the GtkTextBuffer for text.view

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]