[Top]
GTK2
GTK2.TextBuffer
|
Method GTK2.TextBuffer()->create_child_anchor()
- Method
create_child_anchor
GTK2.TextChildAnchor create_child_anchor(GTK2.TextIter iter)
- Description
This is a convenience function which simply creates a child anchor with
GTK2.TextChildAnchor->create() and inserts it into the buffer with
insert_child_anchor(). The new anchor is owned by the buffer; no
reference count is returned.
|