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 _getGType() static nothrow
GType _gType() @property nothrow
TextChildAnchor self() nothrowReturns `this`, for use in `with` statements.
TextChildAnchorGidBuilder builder() static nothrowGet builder for [gtk.text_child_anchor.TextChildAnchor] Returns: New builder object
gtk.text_child_anchor.TextChildAnchor newWithReplacement(string character) static nothrowCreates a new [gtk.text_child_anchor.TextChildAnchor] with the given replacement character.
bool getDeleted() nothrowDetermines whether a child anchor has been deleted from the buffer.
gtk.widget.Widget[] getWidgets() nothrowGets a list of all widgets anchored at this child anchor.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new [gtk.text_child_anchor.TextChildAnchor].
Methods
TextChildAnchor build() nothrowCreate object from builder. Returns: New object