gtk.text_child_anchor

Module for [TextChildAnchor] class

Types 3

A #GtkTextChildAnchor is a spot in the buffer where child widgets can be “anchored” (inserted inline, as if they were characters). 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
bool getDeleted()Determines whether a child anchor has been deleted from the buffer. Keep in mind that the child anchor will be unreferenced when removed from the buffer, so you need to hold your own reference (wit...
gtk.widget.Widget[] getWidgets()Gets a list of all widgets anchored at this child anchor. The returned list should be freed with [glib.list.List.free]. Returns: list of widgets anchored at anchor
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GtkTextChildAnchor. Usually you would then insert it into a #GtkTextBuffer with [gtk.textbuffer.TextBuffer.insertChildAnchor]. To perform the creation and insertion in one step, use ...

Fluent builder for [gtk.text_child_anchor.TextChildAnchor]