Gtk.TextChildAnchor

const Gtk = imports.gi.Gtk;

let text_child_anchor = new Gtk.TextChildAnchor();
  

A Gtk.TextChildAnchor 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.

Hierarchy

  • GObject.Object
    • Gtk.TextChildAnchor