TextChildAnchor
constructor()
Creates a new GtkTextChildAnchor
.
Usually you would then insert it into a GtkTextBuffer
with method@Gtk.TextBuffer.insert_child_anchor. To perform the creation and insertion in one step, use the convenience function method@Gtk.TextBuffer.create_child_anchor.
Return
a new GtkTextChildAnchor
Creates a new GtkTextChildAnchor
with the given replacement character.
Usually you would then insert it into a GtkTextBuffer
with method@Gtk.TextBuffer.insert_child_anchor.
Return
a new GtkTextChildAnchor
Since
4.6
Parameters
character
a replacement character
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)