Gtk
TextBuffer
CreateChildAnchor
Gtk.TextBuffer.CreateChildAnchor Method
This is a convenience function which simply creates a child anchor with
TextChildAnchor
and inserts it into the buffer with
TextBuffer.InsertChildAnchor(TextIter, TextChildAnchor)
.
Syntax
public
TextChildAnchor
CreateChildAnchor
(
ref
TextIter
iter)
Parameters
iter
the location in the buffer
Returns
the created child anchor
Remarks
This is a convenience function which simply creates a child anchor with
TextChildAnchor
and inserts it into the buffer with
TextBuffer.InsertChildAnchor(TextIter, TextChildAnchor)
. The new anchor is owned by the buffer; no reference count is returned to the caller of
TextBuffer.CreateChildAnchor(TextIter)
.
Requirements
Namespace:
Gtk
Assembly:
gtk-sharp (in gtk-sharp.dll)
Since:
Gtk# 2.4