[Top]
GTK2
GTK2.TextChildAnchor
|
Method GTK2.TextChildAnchor()->create()
- 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().
|