TextView.addChildAtAnchor
void addChildAtAnchor(gtk.widget.Widget child, gtk.text_child_anchor.TextChildAnchor anchor)Adds a child widget in the text buffer, at the given anchor.
Parameters
child | a gtk.widget.Widget |
anchor | a gtk.text_child_anchor.TextChildAnchor in the gtk.text_buffer.TextBuffer for text_view |