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
TextChildAnchor self()Returns `this`, for use in `with` statements.TextChildAnchorGidBuilder builder()Get builder for [gtk.text_child_anchor.TextChildAnchor] Returns: New builder objectgtk.text_child_anchor.TextChildAnchor newWithReplacement(string character)Creates a new [gtk.text_child_anchor.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.Fluent builder implementation template for gtk.text_child_anchor.TextChildAnchor
Fluent builder for gtk.text_child_anchor.TextChildAnchor
Methods
TextChildAnchor build()Create object from builder. Returns: New object