Class GTK2.TextChildAnchor

Inheritance graph
GTK2.G.Object GTK2.TextChildAnchor
Description

Anchors for embedding widgets in a TextBuffer.


Inherit Object

inherit G.Object : Object


Method create

GTK2.TextChildAnchor GTK2.TextChildAnchor()

Description

Creates a new W(TextChildAnchor). Usually you would then insert it into W(TextBuffer) with W(TextBuffer)->insert_child_anchor(). To perform the creation and insertion in one step, use the convenience function W(TextBuffer)->create_child_anchor().