gtk.text_child_anchor

Module for [TextChildAnchor] class

Types 3

A [gtk.text_child_anchor.TextChildAnchor] is a spot in a [gtk.text_buffer.TextBuffer] where child widgets can be “anchored”.

The anchor can have multiple widgets anchored, to allow for multiple views.

Methods
GType _gType() @property
TextChildAnchor self()Returns `this`, for use in `with` statements.
TextChildAnchorGidBuilder builder()Get builder for [gtk.textchildanchor.TextChildAnchor] Returns: New builder object
gtk.text_child_anchor.TextChildAnchor newWithReplacement(string character)Creates a new [gtk.textchildanchor.TextChildAnchor] with the given replacement character.
bool getDeleted()Determines whether a child anchor has been deleted from the buffer.
gtk.widget.Widget[] getWidgets()Gets a list of all widgets anchored at this child anchor.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new [gtk.textchildanchor.TextChildAnchor].

Fluent builder for [gtk.text_child_anchor.TextChildAnchor]